1 |
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 |
LCLVersion = '1.2.2.0' |
10 |
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 |
Height = 24 |
19 |
Top = 32 |
20 |
Width = 57 |
21 |
Caption = '&Local' |
22 |
Checked = True |
23 |
OnClick = LocalRbtnClick |
24 |
TabOrder = 0 |
25 |
TabStop = True |
26 |
end |
27 |
object RemoteRbtn: TRadioButton |
28 |
Left = 97 |
29 |
Height = 24 |
30 |
Top = 32 |
31 |
Width = 71 |
32 |
Caption = '&Remote' |
33 |
OnClick = RemoteRbtnClick |
34 |
TabOrder = 1 |
35 |
end |
36 |
object Label7: TLabel |
37 |
Left = 32 |
38 |
Height = 15 |
39 |
Top = 71 |
40 |
Width = 43 |
41 |
Caption = '&Server:' |
42 |
Enabled = False |
43 |
ParentColor = False |
44 |
end |
45 |
object ServerName: TEdit |
46 |
Left = 32 |
47 |
Height = 25 |
48 |
Top = 89 |
49 |
Width = 144 |
50 |
Enabled = False |
51 |
TabOrder = 2 |
52 |
end |
53 |
object Label8: TLabel |
54 |
Left = 217 |
55 |
Height = 15 |
56 |
Top = 71 |
57 |
Width = 52 |
58 |
Caption = '&Protocol:' |
59 |
Enabled = False |
60 |
ParentColor = False |
61 |
end |
62 |
object Protocol: TComboBox |
63 |
Left = 217 |
64 |
Height = 27 |
65 |
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 |
Height = 15 |
79 |
Top = 136 |
80 |
Width = 70 |
81 |
Caption = '&User Name:' |
82 |
ParentColor = False |
83 |
end |
84 |
object UserName: TEdit |
85 |
Left = 32 |
86 |
Height = 25 |
87 |
Top = 154 |
88 |
Width = 137 |
89 |
OnChange = UserNameChange |
90 |
TabOrder = 4 |
91 |
end |
92 |
object Label3: TLabel |
93 |
Left = 32 |
94 |
Height = 15 |
95 |
Top = 192 |
96 |
Width = 59 |
97 |
Caption = 'Pass&word:' |
98 |
ParentColor = False |
99 |
end |
100 |
object Password: TEdit |
101 |
Left = 32 |
102 |
Height = 25 |
103 |
Top = 210 |
104 |
Width = 137 |
105 |
OnChange = PasswordChange |
106 |
TabOrder = 5 |
107 |
end |
108 |
object LoginPrompt: TCheckBox |
109 |
Left = 32 |
110 |
Height = 24 |
111 |
Top = 256 |
112 |
Width = 107 |
113 |
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 |
Height = 15 |
127 |
Top = 136 |
128 |
Width = 54 |
129 |
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 |