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