1 |
object IBXServiceEditorForm: TIBXServiceEditorForm |
2 |
Left = 1032 |
3 |
Height = 400 |
4 |
Top = 401 |
5 |
Width = 438 |
6 |
Caption = 'Services Connection Editor' |
7 |
ClientHeight = 400 |
8 |
ClientWidth = 438 |
9 |
Position = poScreenCenter |
10 |
LCLVersion = '2.0.0.2' |
11 |
object Bevel1: TBevel |
12 |
Left = 21 |
13 |
Height = 329 |
14 |
Top = 22 |
15 |
Width = 395 |
16 |
Anchors = [akTop, akLeft, akRight, akBottom] |
17 |
end |
18 |
object Label7: TLabel |
19 |
Left = 32 |
20 |
Height = 14 |
21 |
Top = 71 |
22 |
Width = 43 |
23 |
Caption = '&Server:' |
24 |
ParentColor = False |
25 |
end |
26 |
object ServerName: TEdit |
27 |
Left = 32 |
28 |
Height = 24 |
29 |
Top = 89 |
30 |
Width = 144 |
31 |
TabOrder = 0 |
32 |
end |
33 |
object Label8: TLabel |
34 |
Left = 217 |
35 |
Height = 14 |
36 |
Top = 71 |
37 |
Width = 52 |
38 |
Caption = '&Protocol:' |
39 |
ParentColor = False |
40 |
end |
41 |
object Protocol: TComboBox |
42 |
Left = 217 |
43 |
Height = 27 |
44 |
Top = 89 |
45 |
Width = 120 |
46 |
ItemHeight = 0 |
47 |
ItemIndex = 4 |
48 |
Items.Strings = ( |
49 |
'TCP' |
50 |
'NamedPipe' |
51 |
'SPX' |
52 |
'Local' |
53 |
'inet' |
54 |
'inet4' |
55 |
'inet6' |
56 |
'wnet' |
57 |
'xnet' |
58 |
) |
59 |
OnCloseUp = ProtocolCloseUp |
60 |
TabOrder = 1 |
61 |
Text = 'inet' |
62 |
end |
63 |
object Label2: TLabel |
64 |
Left = 32 |
65 |
Height = 14 |
66 |
Top = 136 |
67 |
Width = 70 |
68 |
Caption = '&User Name:' |
69 |
ParentColor = False |
70 |
end |
71 |
object UserName: TEdit |
72 |
Left = 32 |
73 |
Height = 24 |
74 |
Top = 154 |
75 |
Width = 137 |
76 |
OnEditingDone = UserNameEditingDone |
77 |
TabOrder = 2 |
78 |
end |
79 |
object Label3: TLabel |
80 |
Left = 32 |
81 |
Height = 14 |
82 |
Top = 192 |
83 |
Width = 59 |
84 |
Caption = 'Pass&word:' |
85 |
ParentColor = False |
86 |
end |
87 |
object Password: TEdit |
88 |
Left = 32 |
89 |
Height = 24 |
90 |
Top = 210 |
91 |
Width = 137 |
92 |
OnEditingDone = PasswordEditingDone |
93 |
TabOrder = 3 |
94 |
end |
95 |
object LoginPrompt: TCheckBox |
96 |
Left = 32 |
97 |
Height = 22 |
98 |
Top = 256 |
99 |
Width = 105 |
100 |
Caption = 'Lo&gin Prompt' |
101 |
TabOrder = 4 |
102 |
end |
103 |
object ServiceParams: TMemo |
104 |
Left = 217 |
105 |
Height = 80 |
106 |
Top = 154 |
107 |
Width = 183 |
108 |
OnEditingDone = ServiceParamsEditingDone |
109 |
ScrollBars = ssAutoVertical |
110 |
TabOrder = 5 |
111 |
end |
112 |
object Label5: TLabel |
113 |
Left = 217 |
114 |
Height = 14 |
115 |
Top = 136 |
116 |
Width = 54 |
117 |
Caption = 'Se&ttings:' |
118 |
FocusControl = ServiceParams |
119 |
ParentColor = False |
120 |
end |
121 |
object OKBtn: TButton |
122 |
Left = 88 |
123 |
Height = 30 |
124 |
Top = 360 |
125 |
Width = 75 |
126 |
Anchors = [akLeft, akBottom] |
127 |
Caption = 'OK' |
128 |
Default = True |
129 |
ModalResult = 1 |
130 |
TabOrder = 6 |
131 |
end |
132 |
object CancelBtn: TButton |
133 |
Left = 169 |
134 |
Height = 30 |
135 |
Top = 360 |
136 |
Width = 74 |
137 |
Anchors = [akLeft, akBottom] |
138 |
Cancel = True |
139 |
Caption = 'Cancel' |
140 |
ModalResult = 2 |
141 |
TabOrder = 7 |
142 |
end |
143 |
object Test: TButton |
144 |
Left = 249 |
145 |
Height = 30 |
146 |
Top = 359 |
147 |
Width = 75 |
148 |
Anchors = [akLeft, akBottom] |
149 |
Caption = '&Test' |
150 |
OnClick = TestClick |
151 |
TabOrder = 8 |
152 |
end |
153 |
object Label1: TLabel |
154 |
Left = 352 |
155 |
Height = 14 |
156 |
Top = 71 |
157 |
Width = 48 |
158 |
Caption = 'Port No.' |
159 |
ParentColor = False |
160 |
end |
161 |
object PortNo: TEdit |
162 |
Left = 352 |
163 |
Height = 24 |
164 |
Top = 89 |
165 |
Width = 48 |
166 |
TabOrder = 9 |
167 |
end |
168 |
object ConnectionTypeBtn: TRadioGroup |
169 |
Left = 32 |
170 |
Height = 35 |
171 |
Top = 32 |
172 |
Width = 368 |
173 |
AutoFill = True |
174 |
Caption = 'Connection' |
175 |
ChildSizing.LeftRightSpacing = 6 |
176 |
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize |
177 |
ChildSizing.EnlargeVertical = crsHomogenousChildResize |
178 |
ChildSizing.ShrinkHorizontal = crsScaleChilds |
179 |
ChildSizing.ShrinkVertical = crsScaleChilds |
180 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
181 |
ChildSizing.ControlsPerLine = 2 |
182 |
ClientHeight = 20 |
183 |
ClientWidth = 366 |
184 |
Columns = 2 |
185 |
ItemIndex = 0 |
186 |
Items.Strings = ( |
187 |
'Local' |
188 |
'Remote' |
189 |
) |
190 |
OnSelectionChanged = ConnectionTypeBtnSelectionChanged |
191 |
TabOrder = 10 |
192 |
end |
193 |
object UseWireCompression: TCheckBox |
194 |
Left = 32 |
195 |
Height = 22 |
196 |
Top = 288 |
197 |
Width = 158 |
198 |
Caption = 'Use Wire Compression' |
199 |
OnEditingDone = UseWireCompressionEditingDone |
200 |
TabOrder = 11 |
201 |
end |
202 |
object Label10: TLabel |
203 |
Left = 218 |
204 |
Height = 14 |
205 |
Top = 240 |
206 |
Width = 123 |
207 |
Caption = 'Config File Overrides' |
208 |
ParentColor = False |
209 |
end |
210 |
object ConfigOverrides: TMemo |
211 |
Left = 218 |
212 |
Height = 86 |
213 |
Top = 255 |
214 |
Width = 182 |
215 |
OnEditingDone = ConfigOverridesEditingDone |
216 |
TabOrder = 12 |
217 |
end |
218 |
end |