1 |
|
object IBSelectSQLEditorForm: TIBSelectSQLEditorForm |
2 |
< |
Left = 354 |
3 |
< |
Height = 437 |
4 |
< |
Top = 244 |
2 |
> |
Left = 784 |
3 |
> |
Height = 487 |
4 |
> |
Top = 248 |
5 |
|
Width = 747 |
6 |
|
ActiveControl = PageControl |
7 |
|
Caption = 'Select SQL Editor' |
8 |
< |
ClientHeight = 437 |
8 |
> |
ClientHeight = 487 |
9 |
|
ClientWidth = 747 |
10 |
|
OnShow = FormShow |
11 |
|
Position = poScreenCenter |
21 |
|
object Button1: TButton |
22 |
|
Left = 550 |
23 |
|
Height = 30 |
24 |
< |
Top = 379 |
24 |
> |
Top = 429 |
25 |
|
Width = 72 |
26 |
|
Anchors = [akRight, akBottom] |
27 |
|
Caption = 'OK' |
32 |
|
object Button2: TButton |
33 |
|
Left = 638 |
34 |
|
Height = 30 |
35 |
< |
Top = 379 |
35 |
> |
Top = 429 |
36 |
|
Width = 72 |
37 |
|
Anchors = [akRight, akBottom] |
38 |
|
Cancel = True |
43 |
|
object GenerateBtn: TButton |
44 |
|
Left = 278 |
45 |
|
Height = 30 |
46 |
< |
Top = 379 |
46 |
> |
Top = 429 |
47 |
|
Width = 101 |
48 |
|
Anchors = [akRight, akBottom] |
49 |
|
Caption = 'Generate SQL' |
53 |
|
object TestBtn: TButton |
54 |
|
Left = 414 |
55 |
|
Height = 30 |
56 |
< |
Top = 379 |
56 |
> |
Top = 429 |
57 |
|
Width = 66 |
58 |
|
Anchors = [akRight, akBottom] |
59 |
|
Caption = 'Test' |
63 |
|
object QuoteFields: TCheckBox |
64 |
|
Left = 24 |
65 |
|
Height = 22 |
66 |
< |
Top = 400 |
66 |
> |
Top = 440 |
67 |
|
Width = 125 |
68 |
|
Caption = '&Quote Identifiers' |
69 |
|
TabOrder = 4 |
70 |
|
end |
71 |
|
object PageControl: TPageControl |
72 |
|
Left = 24 |
73 |
< |
Height = 355 |
73 |
> |
Height = 405 |
74 |
|
Top = 8 |
75 |
|
Width = 232 |
76 |
< |
ActivePage = ExecutePage |
77 |
< |
TabIndex = 1 |
76 |
> |
ActivePage = SelectPage |
77 |
> |
TabIndex = 0 |
78 |
|
TabOrder = 5 |
79 |
|
object SelectPage: TTabSheet |
80 |
|
Caption = 'Tables' |
81 |
< |
ClientHeight = 323 |
81 |
> |
ClientHeight = 373 |
82 |
|
ClientWidth = 226 |
83 |
|
OnShow = SelectPageShow |
84 |
|
object Label1: TLabel |
100 |
|
object Label4: TLabel |
101 |
|
Left = 7 |
102 |
|
Height = 14 |
103 |
< |
Top = 224 |
103 |
> |
Top = 288 |
104 |
|
Width = 77 |
105 |
|
Caption = 'Primary Keys' |
106 |
|
ParentColor = False |
123 |
|
end |
124 |
|
object FieldNamesGrid: TIBDynamicGrid |
125 |
|
Left = 7 |
126 |
< |
Height = 104 |
126 |
> |
Height = 168 |
127 |
|
Top = 88 |
128 |
|
Width = 209 |
129 |
|
Color = clWindow |
163 |
|
object PrimaryKeysGrid: TIBDynamicGrid |
164 |
|
Left = 7 |
165 |
|
Height = 56 |
166 |
< |
Top = 240 |
166 |
> |
Top = 304 |
167 |
|
Width = 209 |
168 |
|
Color = clWindow |
169 |
|
Columns = < |
201 |
|
object SelectSelectAll: TCheckBox |
202 |
|
Left = 7 |
203 |
|
Height = 22 |
204 |
< |
Top = 192 |
204 |
> |
Top = 256 |
205 |
|
Width = 134 |
206 |
|
Caption = 'Select/Deselect All' |
207 |
|
OnChange = SelectSelectAllChange |
219 |
|
end |
220 |
|
object ExecutePage: TTabSheet |
221 |
|
Caption = 'Procedures' |
222 |
< |
ClientHeight = 323 |
222 |
> |
ClientHeight = 373 |
223 |
|
ClientWidth = 226 |
224 |
|
OnShow = ExecutePageShow |
225 |
|
object Label16: TLabel |
356 |
|
object GenerateParams: TCheckBox |
357 |
|
Left = 24 |
358 |
|
Height = 22 |
359 |
< |
Top = 376 |
359 |
> |
Top = 416 |
360 |
|
Width = 171 |
361 |
|
Caption = 'Allow DSQL Placeholders' |
362 |
|
TabOrder = 6 |
363 |
|
end |
364 |
|
inline IBSQLEditFrame1: TIBSQLEditFrame |
365 |
|
Left = 282 |
366 |
< |
Height = 339 |
366 |
> |
Height = 389 |
367 |
|
Top = 24 |
368 |
|
Width = 448 |
369 |
|
Anchors = [akTop, akLeft, akRight, akBottom] |
370 |
< |
ClientHeight = 339 |
370 |
> |
ClientHeight = 389 |
371 |
|
ClientWidth = 448 |
372 |
|
TabOrder = 7 |
373 |
|
DesignLeft = 1974 |
374 |
|
DesignTop = 200 |
375 |
|
inherited SQLText: TSynEdit |
376 |
< |
Height = 313 |
376 |
> |
Height = 363 |
377 |
|
Width = 448 |
378 |
|
end |
379 |
|
inherited ToolBar1: TToolBar |
417 |
|
inherited SQLTransaction: TIBTransaction |
418 |
|
Params.Strings = ( ) |
419 |
|
end |
420 |
+ |
inherited IdentityCols: TIBQuery |
421 |
+ |
ParamData = < |
422 |
+ |
item |
423 |
+ |
DataType = ftUnknown |
424 |
+ |
Name = 'RDB$RELATION_NAME' |
425 |
+ |
ParamType = ptInput |
426 |
+ |
end> |
427 |
+ |
end |
428 |
|
end |
429 |
|
end |