1 |
|
object IBServiceEditorForm: TIBServiceEditorForm |
2 |
< |
Left = 416 |
3 |
< |
Height = 345 |
4 |
< |
Top = 533 |
2 |
> |
Left = 761 |
3 |
> |
Height = 340 |
4 |
> |
Top = 285 |
5 |
|
Width = 438 |
6 |
|
Caption = 'Service Editor' |
7 |
< |
ClientHeight = 345 |
7 |
> |
ClientHeight = 340 |
8 |
|
ClientWidth = 438 |
9 |
< |
LCLVersion = '0.9.30' |
9 |
> |
Position = poScreenCenter |
10 |
> |
LCLVersion = '1.8.3.0' |
11 |
|
object Bevel1: TBevel |
12 |
|
Left = 21 |
13 |
< |
Height = 274 |
13 |
> |
Height = 269 |
14 |
|
Top = 22 |
15 |
|
Width = 395 |
16 |
+ |
Anchors = [akTop, akLeft, akRight, akBottom] |
17 |
|
end |
18 |
|
object LocalRbtn: TRadioButton |
19 |
|
Left = 32 |
20 |
|
Height = 22 |
21 |
|
Top = 32 |
22 |
< |
Width = 58 |
22 |
> |
Width = 55 |
23 |
|
Caption = '&Local' |
24 |
|
Checked = True |
25 |
|
OnClick = LocalRbtnClick |
30 |
|
Left = 97 |
31 |
|
Height = 22 |
32 |
|
Top = 32 |
33 |
< |
Width = 74 |
33 |
> |
Width = 69 |
34 |
|
Caption = '&Remote' |
35 |
|
OnClick = RemoteRbtnClick |
36 |
|
TabOrder = 1 |
37 |
|
end |
38 |
|
object Label7: TLabel |
39 |
|
Left = 32 |
40 |
< |
Height = 18 |
40 |
> |
Height = 14 |
41 |
|
Top = 71 |
42 |
< |
Width = 47 |
42 |
> |
Width = 43 |
43 |
|
Caption = '&Server:' |
44 |
|
Enabled = False |
45 |
|
ParentColor = False |
46 |
|
end |
47 |
|
object ServerName: TEdit |
48 |
|
Left = 32 |
49 |
< |
Height = 27 |
49 |
> |
Height = 24 |
50 |
|
Top = 89 |
51 |
|
Width = 144 |
52 |
|
Enabled = False |
54 |
|
end |
55 |
|
object Label8: TLabel |
56 |
|
Left = 217 |
57 |
< |
Height = 18 |
57 |
> |
Height = 14 |
58 |
|
Top = 71 |
59 |
< |
Width = 58 |
59 |
> |
Width = 52 |
60 |
|
Caption = '&Protocol:' |
61 |
|
Enabled = False |
62 |
|
ParentColor = False |
63 |
|
end |
64 |
|
object Protocol: TComboBox |
65 |
|
Left = 217 |
66 |
< |
Height = 29 |
66 |
> |
Height = 27 |
67 |
|
Top = 89 |
68 |
|
Width = 120 |
69 |
|
Enabled = False |
77 |
|
end |
78 |
|
object Label2: TLabel |
79 |
|
Left = 32 |
80 |
< |
Height = 18 |
80 |
> |
Height = 14 |
81 |
|
Top = 136 |
82 |
< |
Width = 78 |
82 |
> |
Width = 70 |
83 |
|
Caption = '&User Name:' |
84 |
|
ParentColor = False |
85 |
|
end |
86 |
|
object UserName: TEdit |
87 |
|
Left = 32 |
88 |
< |
Height = 27 |
88 |
> |
Height = 24 |
89 |
|
Top = 154 |
90 |
|
Width = 137 |
91 |
|
OnChange = UserNameChange |
93 |
|
end |
94 |
|
object Label3: TLabel |
95 |
|
Left = 32 |
96 |
< |
Height = 18 |
96 |
> |
Height = 14 |
97 |
|
Top = 192 |
98 |
< |
Width = 66 |
98 |
> |
Width = 59 |
99 |
|
Caption = 'Pass&word:' |
100 |
|
ParentColor = False |
101 |
|
end |
102 |
|
object Password: TEdit |
103 |
|
Left = 32 |
104 |
< |
Height = 27 |
104 |
> |
Height = 24 |
105 |
|
Top = 210 |
106 |
|
Width = 137 |
107 |
|
OnChange = PasswordChange |
111 |
|
Left = 32 |
112 |
|
Height = 22 |
113 |
|
Top = 256 |
114 |
< |
Width = 110 |
114 |
> |
Width = 105 |
115 |
|
Caption = 'Lo&gin Prompt' |
116 |
|
TabOrder = 6 |
117 |
|
end |
125 |
|
end |
126 |
|
object Label5: TLabel |
127 |
|
Left = 217 |
128 |
< |
Height = 18 |
128 |
> |
Height = 14 |
129 |
|
Top = 136 |
130 |
< |
Width = 58 |
130 |
> |
Width = 54 |
131 |
|
Caption = 'Se&ttings:' |
132 |
|
FocusControl = ServiceParams |
133 |
|
ParentColor = False |
135 |
|
object OKBtn: TButton |
136 |
|
Left = 88 |
137 |
|
Height = 30 |
138 |
< |
Top = 305 |
138 |
> |
Top = 300 |
139 |
|
Width = 75 |
140 |
+ |
Anchors = [akLeft, akBottom] |
141 |
|
Caption = 'OK' |
142 |
|
Default = True |
143 |
|
ModalResult = 1 |
146 |
|
object CancelBtn: TButton |
147 |
|
Left = 169 |
148 |
|
Height = 30 |
149 |
< |
Top = 305 |
149 |
> |
Top = 300 |
150 |
|
Width = 74 |
151 |
+ |
Anchors = [akLeft, akBottom] |
152 |
|
Cancel = True |
153 |
|
Caption = 'Cancel' |
154 |
|
ModalResult = 2 |
157 |
|
object Test: TButton |
158 |
|
Left = 249 |
159 |
|
Height = 30 |
160 |
< |
Top = 304 |
160 |
> |
Top = 299 |
161 |
|
Width = 75 |
162 |
+ |
Anchors = [akLeft, akBottom] |
163 |
|
Caption = '&Test' |
164 |
|
OnClick = TestClick |
165 |
|
TabOrder = 10 |
166 |
|
end |
167 |
+ |
object Label1: TLabel |
168 |
+ |
Left = 352 |
169 |
+ |
Height = 14 |
170 |
+ |
Top = 71 |
171 |
+ |
Width = 48 |
172 |
+ |
Caption = 'Port No.' |
173 |
+ |
ParentColor = False |
174 |
+ |
end |
175 |
+ |
object PortNo: TEdit |
176 |
+ |
Left = 352 |
177 |
+ |
Height = 24 |
178 |
+ |
Top = 89 |
179 |
+ |
Width = 48 |
180 |
+ |
TabOrder = 11 |
181 |
+ |
end |
182 |
|
end |