1 |
tony |
5 |
object IBDatabaseEditForm: TIBDatabaseEditForm |
2 |
tony |
7 |
Left = 488 |
3 |
|
|
Height = 517 |
4 |
tony |
5 |
Top = 125 |
5 |
|
|
Width = 462 |
6 |
|
|
ActiveControl = LocalRbtn |
7 |
|
|
BorderStyle = bsDialog |
8 |
|
|
BorderWidth = 5 |
9 |
|
|
Caption = 'Database Component Editor' |
10 |
tony |
7 |
ClientHeight = 517 |
11 |
tony |
5 |
ClientWidth = 462 |
12 |
|
|
HelpFile = 'ibx.hlp' |
13 |
|
|
OnCreate = FormCreate |
14 |
|
|
ParentFont = True |
15 |
|
|
Position = poScreenCenter |
16 |
tony |
33 |
LCLVersion = '1.4.2.0' |
17 |
tony |
5 |
object Panel1: TPanel |
18 |
|
|
Left = 5 |
19 |
|
|
Height = 36 |
20 |
tony |
7 |
Top = 476 |
21 |
tony |
5 |
Width = 452 |
22 |
|
|
Align = alBottom |
23 |
|
|
BevelOuter = bvNone |
24 |
|
|
ClientHeight = 36 |
25 |
|
|
ClientWidth = 452 |
26 |
|
|
TabOrder = 2 |
27 |
|
|
object OKBtn: TButton |
28 |
tony |
7 |
Left = 83 |
29 |
|
|
Height = 30 |
30 |
|
|
Top = 6 |
31 |
tony |
5 |
Width = 75 |
32 |
tony |
7 |
Caption = '&OK' |
33 |
tony |
5 |
Default = True |
34 |
|
|
OnClick = OKBtnClick |
35 |
|
|
TabOrder = 0 |
36 |
|
|
end |
37 |
|
|
object CancelBtn: TButton |
38 |
tony |
7 |
Left = 164 |
39 |
|
|
Height = 30 |
40 |
tony |
5 |
Top = 7 |
41 |
|
|
Width = 74 |
42 |
|
|
Cancel = True |
43 |
|
|
Caption = 'Cancel' |
44 |
|
|
ModalResult = 2 |
45 |
|
|
TabOrder = 1 |
46 |
|
|
end |
47 |
|
|
object Test: TButton |
48 |
tony |
7 |
Left = 244 |
49 |
|
|
Height = 30 |
50 |
tony |
5 |
Top = 6 |
51 |
|
|
Width = 75 |
52 |
|
|
Caption = '&Test' |
53 |
|
|
OnClick = TestClick |
54 |
|
|
TabOrder = 2 |
55 |
|
|
end |
56 |
|
|
end |
57 |
|
|
object GroupBox2: TGroupBox |
58 |
|
|
Left = 5 |
59 |
tony |
7 |
Height = 179 |
60 |
tony |
5 |
Top = 5 |
61 |
|
|
Width = 452 |
62 |
|
|
Align = alTop |
63 |
|
|
Caption = 'Connection' |
64 |
tony |
33 |
ClientHeight = 163 |
65 |
|
|
ClientWidth = 450 |
66 |
tony |
5 |
TabOrder = 0 |
67 |
|
|
object Label1: TLabel |
68 |
tony |
7 |
Left = 24 |
69 |
tony |
33 |
Height = 15 |
70 |
tony |
7 |
Top = 98 |
71 |
tony |
33 |
Width = 60 |
72 |
tony |
5 |
Caption = '&Database:' |
73 |
|
|
FocusControl = DatabaseName |
74 |
|
|
ParentColor = False |
75 |
|
|
end |
76 |
|
|
object Label7: TLabel |
77 |
|
|
Left = 24 |
78 |
tony |
33 |
Height = 15 |
79 |
tony |
7 |
Top = 48 |
80 |
tony |
33 |
Width = 43 |
81 |
tony |
5 |
Caption = '&Server:' |
82 |
|
|
Enabled = False |
83 |
|
|
FocusControl = ServerName |
84 |
|
|
ParentColor = False |
85 |
|
|
end |
86 |
|
|
object Label8: TLabel |
87 |
|
|
Left = 209 |
88 |
tony |
33 |
Height = 15 |
89 |
tony |
7 |
Top = 48 |
90 |
tony |
33 |
Width = 52 |
91 |
tony |
5 |
Caption = '&Protocol:' |
92 |
|
|
Enabled = False |
93 |
|
|
FocusControl = Protocol |
94 |
|
|
ParentColor = False |
95 |
|
|
end |
96 |
|
|
object DatabaseName: TEdit |
97 |
|
|
Left = 24 |
98 |
tony |
33 |
Height = 25 |
99 |
tony |
7 |
Top = 116 |
100 |
tony |
5 |
Width = 414 |
101 |
|
|
TabOrder = 5 |
102 |
|
|
end |
103 |
|
|
object LocalRbtn: TRadioButton |
104 |
|
|
Left = 24 |
105 |
|
|
Height = 22 |
106 |
|
|
Top = 9 |
107 |
tony |
33 |
Width = 55 |
108 |
tony |
5 |
Caption = '&Local' |
109 |
|
|
Checked = True |
110 |
|
|
OnClick = LocalRbtnClick |
111 |
|
|
TabOrder = 0 |
112 |
tony |
7 |
TabStop = True |
113 |
tony |
5 |
end |
114 |
|
|
object RemoteRbtn: TRadioButton |
115 |
|
|
Left = 89 |
116 |
|
|
Height = 22 |
117 |
|
|
Top = 9 |
118 |
tony |
33 |
Width = 69 |
119 |
tony |
5 |
Caption = '&Remote' |
120 |
|
|
OnClick = RemoteRbtnClick |
121 |
|
|
TabOrder = 1 |
122 |
|
|
end |
123 |
|
|
object Browse: TButton |
124 |
|
|
Left = 353 |
125 |
tony |
7 |
Height = 30 |
126 |
|
|
Top = 66 |
127 |
tony |
5 |
Width = 75 |
128 |
|
|
Caption = '&Browse' |
129 |
|
|
OnClick = BrowseClick |
130 |
|
|
TabOrder = 2 |
131 |
|
|
end |
132 |
|
|
object ServerName: TEdit |
133 |
tony |
7 |
Left = 24 |
134 |
tony |
33 |
Height = 25 |
135 |
tony |
7 |
Top = 66 |
136 |
tony |
5 |
Width = 144 |
137 |
|
|
Enabled = False |
138 |
|
|
TabOrder = 3 |
139 |
|
|
end |
140 |
|
|
object Protocol: TComboBox |
141 |
|
|
Left = 209 |
142 |
tony |
33 |
Height = 27 |
143 |
tony |
7 |
Top = 66 |
144 |
tony |
5 |
Width = 120 |
145 |
|
|
Enabled = False |
146 |
|
|
ItemHeight = 0 |
147 |
|
|
Items.Strings = ( |
148 |
|
|
'TCP' |
149 |
|
|
'NamedPipe' |
150 |
|
|
'SPX' |
151 |
|
|
) |
152 |
|
|
TabOrder = 4 |
153 |
|
|
end |
154 |
|
|
end |
155 |
|
|
object GroupBox1: TGroupBox |
156 |
|
|
Left = 5 |
157 |
tony |
7 |
Height = 292 |
158 |
|
|
Top = 184 |
159 |
tony |
5 |
Width = 452 |
160 |
|
|
Align = alClient |
161 |
|
|
Caption = 'Database Parameters' |
162 |
tony |
33 |
ClientHeight = 276 |
163 |
|
|
ClientWidth = 450 |
164 |
tony |
5 |
TabOrder = 1 |
165 |
|
|
object Label2: TLabel |
166 |
tony |
7 |
Left = 24 |
167 |
tony |
33 |
Height = 15 |
168 |
tony |
7 |
Top = 9 |
169 |
tony |
33 |
Width = 70 |
170 |
tony |
5 |
Caption = '&User Name:' |
171 |
|
|
FocusControl = UserName |
172 |
|
|
ParentColor = False |
173 |
|
|
end |
174 |
|
|
object Label3: TLabel |
175 |
tony |
7 |
Left = 24 |
176 |
tony |
33 |
Height = 15 |
177 |
tony |
7 |
Top = 65 |
178 |
tony |
33 |
Width = 59 |
179 |
tony |
5 |
Caption = 'Pass&word:' |
180 |
|
|
FocusControl = Password |
181 |
|
|
ParentColor = False |
182 |
|
|
end |
183 |
|
|
object Label4: TLabel |
184 |
|
|
Left = 24 |
185 |
tony |
33 |
Height = 15 |
186 |
tony |
7 |
Top = 121 |
187 |
tony |
33 |
Width = 52 |
188 |
tony |
5 |
Caption = 'S&QLRole:' |
189 |
|
|
FocusControl = SQLRole |
190 |
|
|
ParentColor = False |
191 |
|
|
end |
192 |
|
|
object Label5: TLabel |
193 |
|
|
Left = 249 |
194 |
tony |
33 |
Height = 15 |
195 |
tony |
7 |
Top = 9 |
196 |
tony |
33 |
Width = 54 |
197 |
tony |
5 |
Caption = 'Se&ttings:' |
198 |
|
|
FocusControl = DatabaseParams |
199 |
|
|
ParentColor = False |
200 |
|
|
end |
201 |
|
|
object Label6: TLabel |
202 |
tony |
7 |
Left = 24 |
203 |
tony |
33 |
Height = 15 |
204 |
tony |
7 |
Top = 177 |
205 |
tony |
33 |
Width = 87 |
206 |
tony |
5 |
Caption = '&Character Set:' |
207 |
|
|
FocusControl = CharacterSet |
208 |
|
|
ParentColor = False |
209 |
|
|
end |
210 |
|
|
object UserName: TEdit |
211 |
|
|
Left = 24 |
212 |
tony |
33 |
Height = 25 |
213 |
tony |
7 |
Top = 27 |
214 |
tony |
5 |
Width = 137 |
215 |
|
|
OnChange = UserNameChange |
216 |
|
|
OnExit = UserNameChange |
217 |
|
|
TabOrder = 0 |
218 |
|
|
end |
219 |
|
|
object Password: TEdit |
220 |
tony |
7 |
Left = 24 |
221 |
tony |
33 |
Height = 25 |
222 |
tony |
7 |
Top = 83 |
223 |
tony |
5 |
Width = 137 |
224 |
|
|
OnChange = PasswordChange |
225 |
|
|
OnExit = PasswordChange |
226 |
|
|
TabOrder = 1 |
227 |
|
|
end |
228 |
|
|
object SQLRole: TEdit |
229 |
tony |
7 |
Left = 24 |
230 |
tony |
33 |
Height = 25 |
231 |
tony |
7 |
Top = 139 |
232 |
tony |
5 |
Width = 134 |
233 |
|
|
OnChange = SQLRoleChange |
234 |
|
|
OnExit = SQLRoleChange |
235 |
|
|
TabOrder = 2 |
236 |
|
|
end |
237 |
|
|
object DatabaseParams: TMemo |
238 |
tony |
7 |
Left = 249 |
239 |
tony |
5 |
Height = 124 |
240 |
tony |
7 |
Top = 27 |
241 |
tony |
5 |
Width = 183 |
242 |
tony |
7 |
ScrollBars = ssAutoVertical |
243 |
tony |
5 |
TabOrder = 5 |
244 |
|
|
end |
245 |
|
|
object LoginPrompt: TCheckBox |
246 |
tony |
7 |
Left = 24 |
247 |
tony |
5 |
Height = 22 |
248 |
tony |
7 |
Top = 235 |
249 |
tony |
33 |
Width = 105 |
250 |
tony |
5 |
Caption = 'Lo&gin Prompt' |
251 |
|
|
TabOrder = 4 |
252 |
|
|
end |
253 |
|
|
object CharacterSet: TComboBox |
254 |
tony |
7 |
Left = 24 |
255 |
tony |
33 |
Height = 27 |
256 |
tony |
7 |
Top = 195 |
257 |
tony |
5 |
Width = 134 |
258 |
|
|
ItemHeight = 0 |
259 |
|
|
Items.Strings = ( |
260 |
|
|
'None' |
261 |
tony |
33 |
'ASCII ' |
262 |
|
|
'BIG_5 ' |
263 |
|
|
'CP943C ' |
264 |
|
|
'CYRL ' |
265 |
|
|
'DOS437 ' |
266 |
|
|
'DOS737 ' |
267 |
|
|
'DOS775 ' |
268 |
|
|
'DOS850 ' |
269 |
|
|
'DOS852 ' |
270 |
|
|
'DOS857 ' |
271 |
|
|
'DOS858 ' |
272 |
|
|
'DOS860 ' |
273 |
|
|
'DOS861 ' |
274 |
|
|
'DOS862 ' |
275 |
|
|
'DOS863 ' |
276 |
|
|
'DOS864 ' |
277 |
|
|
'DOS865 ' |
278 |
|
|
'DOS866 ' |
279 |
|
|
'DOS869 ' |
280 |
|
|
'EUCJ_0208 ' |
281 |
|
|
'GB18030 ' |
282 |
|
|
'GBK ' |
283 |
|
|
'GB_2312 ' |
284 |
|
|
'ISO8859_1 ' |
285 |
|
|
'ISO8859_13 ' |
286 |
|
|
'ISO8859_2 ' |
287 |
|
|
'ISO8859_3 ' |
288 |
|
|
'ISO8859_4 ' |
289 |
|
|
'ISO8859_5 ' |
290 |
|
|
'ISO8859_6 ' |
291 |
|
|
'ISO8859_7 ' |
292 |
|
|
'ISO8859_8 ' |
293 |
|
|
'ISO8859_9 ' |
294 |
|
|
'KOI8R ' |
295 |
|
|
'KOI8U ' |
296 |
|
|
'KSC_5601 ' |
297 |
|
|
'NEXT ' |
298 |
|
|
'NONE ' |
299 |
|
|
'OCTETS ' |
300 |
|
|
'SJIS_0208 ' |
301 |
|
|
'TIS620 ' |
302 |
|
|
'UNICODE_FSS ' |
303 |
|
|
'UTF8 ' |
304 |
|
|
'WIN1250 ' |
305 |
|
|
'WIN1251 ' |
306 |
|
|
'WIN1252 ' |
307 |
|
|
'WIN1253 ' |
308 |
|
|
'WIN1254 ' |
309 |
|
|
'WIN1255 ' |
310 |
|
|
'WIN1256 ' |
311 |
|
|
'WIN1257 ' |
312 |
|
|
'WIN1258 ' |
313 |
tony |
5 |
) |
314 |
tony |
7 |
OnChange = CharacterSetChange |
315 |
tony |
5 |
TabOrder = 3 |
316 |
|
|
Text = 'None' |
317 |
|
|
end |
318 |
|
|
end |
319 |
|
|
end |