1 |
object IBServiceEditorForm: TIBServiceEditorForm |
2 |
Left = 416 |
3 |
Height = 345 |
4 |
Top = 533 |
5 |
Width = 438 |
6 |
Caption = 'Service Editor' |
7 |
ClientHeight = 345 |
8 |
ClientWidth = 438 |
9 |
Position = poScreenCenter |
10 |
LCLVersion = '1.8.0.4' |
11 |
object Bevel1: TBevel |
12 |
Left = 21 |
13 |
Height = 274 |
14 |
Top = 22 |
15 |
Width = 395 |
16 |
end |
17 |
object LocalRbtn: TRadioButton |
18 |
Left = 32 |
19 |
Height = 22 |
20 |
Top = 32 |
21 |
Width = 55 |
22 |
Caption = '&Local' |
23 |
Checked = True |
24 |
OnClick = LocalRbtnClick |
25 |
TabOrder = 0 |
26 |
TabStop = True |
27 |
end |
28 |
object RemoteRbtn: TRadioButton |
29 |
Left = 97 |
30 |
Height = 22 |
31 |
Top = 32 |
32 |
Width = 69 |
33 |
Caption = '&Remote' |
34 |
OnClick = RemoteRbtnClick |
35 |
TabOrder = 1 |
36 |
end |
37 |
object Label7: TLabel |
38 |
Left = 32 |
39 |
Height = 14 |
40 |
Top = 71 |
41 |
Width = 43 |
42 |
Caption = '&Server:' |
43 |
Enabled = False |
44 |
ParentColor = False |
45 |
end |
46 |
object ServerName: TEdit |
47 |
Left = 32 |
48 |
Height = 24 |
49 |
Top = 89 |
50 |
Width = 144 |
51 |
Enabled = False |
52 |
TabOrder = 2 |
53 |
end |
54 |
object Label8: TLabel |
55 |
Left = 217 |
56 |
Height = 14 |
57 |
Top = 71 |
58 |
Width = 52 |
59 |
Caption = '&Protocol:' |
60 |
Enabled = False |
61 |
ParentColor = False |
62 |
end |
63 |
object Protocol: TComboBox |
64 |
Left = 217 |
65 |
Height = 27 |
66 |
Top = 89 |
67 |
Width = 120 |
68 |
Enabled = False |
69 |
ItemHeight = 0 |
70 |
Items.Strings = ( |
71 |
'TCP' |
72 |
'NamedPipe' |
73 |
'SPX' |
74 |
) |
75 |
TabOrder = 3 |
76 |
end |
77 |
object Label2: TLabel |
78 |
Left = 32 |
79 |
Height = 14 |
80 |
Top = 136 |
81 |
Width = 70 |
82 |
Caption = '&User Name:' |
83 |
ParentColor = False |
84 |
end |
85 |
object UserName: TEdit |
86 |
Left = 32 |
87 |
Height = 24 |
88 |
Top = 154 |
89 |
Width = 137 |
90 |
OnChange = UserNameChange |
91 |
TabOrder = 4 |
92 |
end |
93 |
object Label3: TLabel |
94 |
Left = 32 |
95 |
Height = 14 |
96 |
Top = 192 |
97 |
Width = 59 |
98 |
Caption = 'Pass&word:' |
99 |
ParentColor = False |
100 |
end |
101 |
object Password: TEdit |
102 |
Left = 32 |
103 |
Height = 24 |
104 |
Top = 210 |
105 |
Width = 137 |
106 |
OnChange = PasswordChange |
107 |
TabOrder = 5 |
108 |
end |
109 |
object LoginPrompt: TCheckBox |
110 |
Left = 32 |
111 |
Height = 22 |
112 |
Top = 256 |
113 |
Width = 105 |
114 |
Caption = 'Lo&gin Prompt' |
115 |
TabOrder = 6 |
116 |
end |
117 |
object ServiceParams: TMemo |
118 |
Left = 217 |
119 |
Height = 124 |
120 |
Top = 154 |
121 |
Width = 183 |
122 |
ScrollBars = ssAutoVertical |
123 |
TabOrder = 7 |
124 |
end |
125 |
object Label5: TLabel |
126 |
Left = 217 |
127 |
Height = 14 |
128 |
Top = 136 |
129 |
Width = 54 |
130 |
Caption = 'Se&ttings:' |
131 |
FocusControl = ServiceParams |
132 |
ParentColor = False |
133 |
end |
134 |
object OKBtn: TButton |
135 |
Left = 88 |
136 |
Height = 30 |
137 |
Top = 305 |
138 |
Width = 75 |
139 |
Caption = 'OK' |
140 |
Default = True |
141 |
ModalResult = 1 |
142 |
TabOrder = 8 |
143 |
end |
144 |
object CancelBtn: TButton |
145 |
Left = 169 |
146 |
Height = 30 |
147 |
Top = 305 |
148 |
Width = 74 |
149 |
Cancel = True |
150 |
Caption = 'Cancel' |
151 |
ModalResult = 2 |
152 |
TabOrder = 9 |
153 |
end |
154 |
object Test: TButton |
155 |
Left = 249 |
156 |
Height = 30 |
157 |
Top = 304 |
158 |
Width = 75 |
159 |
Caption = '&Test' |
160 |
OnClick = TestClick |
161 |
TabOrder = 10 |
162 |
end |
163 |
end |