1 |
|
object IBSQLEditorForm: TIBSQLEditorForm |
2 |
|
Left = 402 |
3 |
< |
Height = 426 |
3 |
> |
Height = 425 |
4 |
|
Top = 369 |
5 |
|
Width = 716 |
6 |
|
ActiveControl = PageControl |
7 |
|
Caption = 'IBSQL Editor' |
8 |
< |
ClientHeight = 426 |
8 |
> |
ClientHeight = 425 |
9 |
|
ClientWidth = 716 |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '0.9.30' |
11 |
> |
LCLVersion = '1.2.2.0' |
12 |
|
object Label3: TLabel |
13 |
|
Left = 288 |
14 |
< |
Height = 18 |
14 |
> |
Height = 15 |
15 |
|
Top = 8 |
16 |
< |
Width = 26 |
16 |
> |
Width = 24 |
17 |
|
Caption = 'SQL' |
18 |
|
ParentColor = False |
19 |
|
end |
20 |
|
object SQLText: TMemo |
21 |
|
Left = 288 |
22 |
< |
Height = 336 |
22 |
> |
Height = 335 |
23 |
|
Top = 27 |
24 |
|
Width = 418 |
25 |
|
Anchors = [akTop, akLeft, akRight, akBottom] |
29 |
|
object GenerateBtn: TButton |
30 |
|
Left = 267 |
31 |
|
Height = 30 |
32 |
< |
Top = 375 |
32 |
> |
Top = 374 |
33 |
|
Width = 104 |
34 |
|
Anchors = [akRight, akBottom] |
35 |
|
Caption = 'Generate SQL' |
39 |
|
object Button2: TButton |
40 |
|
Left = 627 |
41 |
|
Height = 30 |
42 |
< |
Top = 375 |
42 |
> |
Top = 374 |
43 |
|
Width = 72 |
44 |
|
Anchors = [akRight, akBottom] |
45 |
|
Cancel = True |
49 |
|
end |
50 |
|
object QuoteFields: TCheckBox |
51 |
|
Left = 16 |
52 |
< |
Height = 22 |
53 |
< |
Top = 380 |
54 |
< |
Width = 132 |
52 |
> |
Height = 24 |
53 |
> |
Top = 392 |
54 |
> |
Width = 127 |
55 |
|
Caption = '&Quote Identifiers' |
56 |
|
TabOrder = 3 |
57 |
|
end |
58 |
|
object Button1: TButton |
59 |
|
Left = 539 |
60 |
|
Height = 30 |
61 |
< |
Top = 374 |
61 |
> |
Top = 373 |
62 |
|
Width = 72 |
63 |
|
Anchors = [akRight, akBottom] |
64 |
|
Caption = 'OK' |
76 |
|
TabOrder = 5 |
77 |
|
object SelectPage: TTabSheet |
78 |
|
Caption = 'Select' |
79 |
< |
ClientHeight = 302 |
80 |
< |
ClientWidth = 245 |
79 |
> |
ClientHeight = 300 |
80 |
> |
ClientWidth = 243 |
81 |
|
OnShow = SelectPageShow |
82 |
|
object Label1: TLabel |
83 |
|
Left = 7 |
122 |
|
MultiSelect = True |
123 |
|
OnDblClick = SelectFieldsListDblClick |
124 |
|
ParentShowHint = False |
125 |
+ |
ScrollWidth = 167 |
126 |
|
ShowHint = True |
127 |
|
TabOrder = 1 |
128 |
|
TopIndex = -1 |
134 |
|
Width = 159 |
135 |
|
Anchors = [akTop, akLeft, akBottom] |
136 |
|
ItemHeight = 0 |
137 |
+ |
ScrollWidth = 157 |
138 |
|
TabOrder = 2 |
139 |
|
TopIndex = -1 |
140 |
|
end |
141 |
|
end |
142 |
|
object InsertPage: TTabSheet |
143 |
|
Caption = 'Insert' |
144 |
< |
ClientHeight = 302 |
145 |
< |
ClientWidth = 245 |
144 |
> |
ClientHeight = 300 |
145 |
> |
ClientWidth = 243 |
146 |
|
OnShow = InsertPageShow |
147 |
|
object Label8: TLabel |
148 |
|
Left = 7 |
180 |
|
MultiSelect = True |
181 |
|
OnDblClick = SelectFieldsListDblClick |
182 |
|
ParentShowHint = False |
183 |
+ |
ScrollWidth = 167 |
184 |
|
ShowHint = True |
185 |
|
TabOrder = 1 |
186 |
|
TopIndex = -1 |
188 |
|
end |
189 |
|
object ModifyPage: TTabSheet |
190 |
|
Caption = 'Modify' |
191 |
< |
ClientHeight = 302 |
192 |
< |
ClientWidth = 245 |
191 |
> |
ClientHeight = 300 |
192 |
> |
ClientWidth = 243 |
193 |
|
OnShow = ModifyPageShow |
194 |
|
object Label10: TLabel |
195 |
|
Left = 7 |
233 |
|
ItemHeight = 0 |
234 |
|
MultiSelect = True |
235 |
|
OnClick = SelectFieldsListDblClick |
236 |
+ |
ScrollWidth = 167 |
237 |
|
TabOrder = 1 |
238 |
|
TopIndex = -1 |
239 |
|
end |
245 |
|
Anchors = [akTop, akLeft, akBottom] |
246 |
|
ItemHeight = 0 |
247 |
|
OnClick = SelectFieldsListDblClick |
248 |
+ |
ScrollWidth = 157 |
249 |
|
TabOrder = 2 |
250 |
|
TopIndex = -1 |
251 |
|
end |
269 |
|
end |
270 |
|
object DeletePage: TTabSheet |
271 |
|
Caption = 'Delete' |
272 |
< |
ClientHeight = 302 |
273 |
< |
ClientWidth = 245 |
272 |
> |
ClientHeight = 300 |
273 |
> |
ClientWidth = 243 |
274 |
|
OnShow = DeletePageShow |
275 |
|
object Label14: TLabel |
276 |
|
Left = 7 |
304 |
|
Width = 159 |
305 |
|
ItemHeight = 0 |
306 |
|
OnDblClick = SelectFieldsListDblClick |
307 |
+ |
ScrollWidth = 157 |
308 |
|
TabOrder = 1 |
309 |
|
TopIndex = -1 |
310 |
|
end |
311 |
|
end |
312 |
|
object ExecutePage: TTabSheet |
313 |
|
Caption = 'Execute' |
314 |
< |
ClientHeight = 302 |
315 |
< |
ClientWidth = 245 |
314 |
> |
ClientHeight = 300 |
315 |
> |
ClientWidth = 243 |
316 |
|
OnShow = ExecutePageShow |
317 |
|
object Label16: TLabel |
318 |
|
Left = 7 |
319 |
< |
Height = 18 |
319 |
> |
Height = 15 |
320 |
|
Top = 3 |
321 |
< |
Width = 109 |
321 |
> |
Width = 100 |
322 |
|
Caption = 'Procedure Name' |
323 |
|
ParentColor = False |
324 |
|
end |
325 |
|
object Label17: TLabel |
326 |
|
Left = 10 |
327 |
< |
Height = 18 |
327 |
> |
Height = 15 |
328 |
|
Top = 61 |
329 |
< |
Width = 112 |
329 |
> |
Width = 104 |
330 |
|
Caption = 'Input Parameters' |
331 |
|
ParentColor = False |
332 |
|
end |
333 |
|
object Label18: TLabel |
334 |
|
Left = 11 |
335 |
< |
Height = 18 |
335 |
> |
Height = 15 |
336 |
|
Top = 181 |
337 |
< |
Width = 123 |
337 |
> |
Width = 114 |
338 |
|
Caption = 'Output Parameters' |
339 |
|
ParentColor = False |
340 |
|
end |
341 |
|
object ProcedureNames: TComboBox |
342 |
|
Left = 7 |
343 |
< |
Height = 29 |
343 |
> |
Height = 27 |
344 |
|
Top = 19 |
345 |
|
Width = 169 |
346 |
|
ItemHeight = 0 |
354 |
|
Width = 164 |
355 |
|
IntegralHeight = True |
356 |
|
ItemHeight = 0 |
357 |
+ |
ScrollWidth = 162 |
358 |
|
TabOrder = 1 |
359 |
|
TopIndex = -1 |
360 |
|
end |
361 |
|
object ProcOutputList: TListBox |
362 |
|
Left = 10 |
363 |
< |
Height = 68 |
363 |
> |
Height = 66 |
364 |
|
Top = 201 |
365 |
|
Width = 160 |
366 |
|
Anchors = [akTop, akLeft, akBottom] |
367 |
|
IntegralHeight = True |
368 |
|
ItemHeight = 0 |
369 |
+ |
ScrollWidth = 158 |
370 |
|
TabOrder = 2 |
371 |
|
TopIndex = -1 |
372 |
|
end |
373 |
|
object SelectProcedure: TLabel |
374 |
|
Left = 7 |
375 |
< |
Height = 15 |
376 |
< |
Top = 280 |
377 |
< |
Width = 127 |
375 |
> |
Height = 14 |
376 |
> |
Top = 279 |
377 |
> |
Width = 126 |
378 |
|
Anchors = [akLeft, akBottom] |
379 |
|
Caption = 'Is ''Select Procedure''' |
380 |
|
Font.Height = -11 |
388 |
|
object TestBtn: TButton |
389 |
|
Left = 403 |
390 |
|
Height = 30 |
391 |
< |
Top = 375 |
391 |
> |
Top = 374 |
392 |
|
Width = 66 |
393 |
|
Anchors = [akRight, akBottom] |
394 |
|
Caption = 'Test' |
395 |
|
OnClick = TestBtnClick |
396 |
|
TabOrder = 6 |
397 |
|
end |
398 |
+ |
object GenerateParams: TCheckBox |
399 |
+ |
Left = 16 |
400 |
+ |
Height = 24 |
401 |
+ |
Top = 368 |
402 |
+ |
Width = 173 |
403 |
+ |
Caption = 'Allow DSQL Placeholders' |
404 |
+ |
TabOrder = 7 |
405 |
+ |
end |
406 |
|
object IBTransaction1: TIBTransaction |
407 |
|
Active = False |
408 |
|
left = 200 |