6 |
|
Caption = 'Service Editor' |
7 |
|
ClientHeight = 345 |
8 |
|
ClientWidth = 438 |
9 |
< |
LCLVersion = '0.9.30' |
9 |
> |
Position = poScreenCenter |
10 |
> |
LCLVersion = '1.8.0.4' |
11 |
|
object Bevel1: TBevel |
12 |
|
Left = 21 |
13 |
|
Height = 274 |
18 |
|
Left = 32 |
19 |
|
Height = 22 |
20 |
|
Top = 32 |
21 |
< |
Width = 58 |
21 |
> |
Width = 55 |
22 |
|
Caption = '&Local' |
23 |
|
Checked = True |
24 |
|
OnClick = LocalRbtnClick |
29 |
|
Left = 97 |
30 |
|
Height = 22 |
31 |
|
Top = 32 |
32 |
< |
Width = 74 |
32 |
> |
Width = 69 |
33 |
|
Caption = '&Remote' |
34 |
|
OnClick = RemoteRbtnClick |
35 |
|
TabOrder = 1 |
36 |
|
end |
37 |
|
object Label7: TLabel |
38 |
|
Left = 32 |
39 |
< |
Height = 18 |
39 |
> |
Height = 14 |
40 |
|
Top = 71 |
41 |
< |
Width = 47 |
41 |
> |
Width = 43 |
42 |
|
Caption = '&Server:' |
43 |
|
Enabled = False |
44 |
|
ParentColor = False |
45 |
|
end |
46 |
|
object ServerName: TEdit |
47 |
|
Left = 32 |
48 |
< |
Height = 27 |
48 |
> |
Height = 24 |
49 |
|
Top = 89 |
50 |
|
Width = 144 |
51 |
|
Enabled = False |
53 |
|
end |
54 |
|
object Label8: TLabel |
55 |
|
Left = 217 |
56 |
< |
Height = 18 |
56 |
> |
Height = 14 |
57 |
|
Top = 71 |
58 |
< |
Width = 58 |
58 |
> |
Width = 52 |
59 |
|
Caption = '&Protocol:' |
60 |
|
Enabled = False |
61 |
|
ParentColor = False |
62 |
|
end |
63 |
|
object Protocol: TComboBox |
64 |
|
Left = 217 |
65 |
< |
Height = 29 |
65 |
> |
Height = 27 |
66 |
|
Top = 89 |
67 |
|
Width = 120 |
68 |
|
Enabled = False |
76 |
|
end |
77 |
|
object Label2: TLabel |
78 |
|
Left = 32 |
79 |
< |
Height = 18 |
79 |
> |
Height = 14 |
80 |
|
Top = 136 |
81 |
< |
Width = 78 |
81 |
> |
Width = 70 |
82 |
|
Caption = '&User Name:' |
83 |
|
ParentColor = False |
84 |
|
end |
85 |
|
object UserName: TEdit |
86 |
|
Left = 32 |
87 |
< |
Height = 27 |
87 |
> |
Height = 24 |
88 |
|
Top = 154 |
89 |
|
Width = 137 |
90 |
|
OnChange = UserNameChange |
92 |
|
end |
93 |
|
object Label3: TLabel |
94 |
|
Left = 32 |
95 |
< |
Height = 18 |
95 |
> |
Height = 14 |
96 |
|
Top = 192 |
97 |
< |
Width = 66 |
97 |
> |
Width = 59 |
98 |
|
Caption = 'Pass&word:' |
99 |
|
ParentColor = False |
100 |
|
end |
101 |
|
object Password: TEdit |
102 |
|
Left = 32 |
103 |
< |
Height = 27 |
103 |
> |
Height = 24 |
104 |
|
Top = 210 |
105 |
|
Width = 137 |
106 |
|
OnChange = PasswordChange |
110 |
|
Left = 32 |
111 |
|
Height = 22 |
112 |
|
Top = 256 |
113 |
< |
Width = 110 |
113 |
> |
Width = 105 |
114 |
|
Caption = 'Lo&gin Prompt' |
115 |
|
TabOrder = 6 |
116 |
|
end |
124 |
|
end |
125 |
|
object Label5: TLabel |
126 |
|
Left = 217 |
127 |
< |
Height = 18 |
127 |
> |
Height = 14 |
128 |
|
Top = 136 |
129 |
< |
Width = 58 |
129 |
> |
Width = 54 |
130 |
|
Caption = 'Se&ttings:' |
131 |
|
FocusControl = ServiceParams |
132 |
|
ParentColor = False |