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