1 |
tony |
80 |
inherited IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
tony |
5 |
Caption = 'Modify SQL Editor' |
3 |
tony |
80 |
inherited GenerateBtn: TButton |
4 |
tony |
7 |
OnClick = GenerateBtnClick |
5 |
tony |
5 |
end |
6 |
tony |
80 |
inherited PageControl: TPageControl |
7 |
|
|
ActivePage = SelectPage |
8 |
|
|
TabIndex = 0 |
9 |
|
|
inherited SelectPage: TTabSheet |
10 |
|
|
object IncludePrimaryKeys: TCheckBox[8] |
11 |
|
|
Left = 5 |
12 |
tony |
21 |
Height = 22 |
13 |
tony |
80 |
Top = 300 |
14 |
tony |
21 |
Width = 221 |
15 |
|
|
Caption = 'Include Primary keys in Field List' |
16 |
|
|
Checked = True |
17 |
tony |
80 |
OnChange = IncludePrimaryKeysChange |
18 |
tony |
21 |
State = cbChecked |
19 |
tony |
80 |
TabOrder = 5 |
20 |
tony |
21 |
end |
21 |
|
|
end |
22 |
tony |
80 |
inherited ExecutePage: TTabSheet |
23 |
|
|
inherited Label18: TLabel |
24 |
|
|
Visible = False |
25 |
tony |
21 |
end |
26 |
tony |
80 |
inherited SelectProcedure: TLabel |
27 |
|
|
Width = 81 |
28 |
|
|
Caption = 'Execute Only' |
29 |
tony |
21 |
end |
30 |
tony |
80 |
inherited InputProcGrid: TIBDynamicGrid |
31 |
|
|
Height = 224 |
32 |
tony |
21 |
end |
33 |
tony |
80 |
inherited OutputProcGrid: TIBDynamicGrid |
34 |
tony |
21 |
Visible = False |
35 |
|
|
end |
36 |
|
|
end |
37 |
|
|
end |
38 |
tony |
80 |
inherited IBSQLEditFrame1: TIBSQLEditFrame |
39 |
|
|
Left = 282 |
40 |
|
|
Height = 339 |
41 |
|
|
Top = 24 |
42 |
|
|
Width = 448 |
43 |
|
|
Anchors = [akTop, akLeft, akRight, akBottom] |
44 |
|
|
ClientHeight = 339 |
45 |
|
|
ClientWidth = 448 |
46 |
|
|
TabOrder = 7 |
47 |
|
|
inherited SQLText: TSynEdit |
48 |
|
|
Height = 313 |
49 |
|
|
Width = 448 |
50 |
|
|
end |
51 |
|
|
inherited ToolBar1: TToolBar |
52 |
|
|
Width = 448 |
53 |
|
|
end |
54 |
|
|
inherited FieldNameList: TIBQuery |
55 |
|
|
ParamData = < |
56 |
|
|
item |
57 |
|
|
DataType = ftUnknown |
58 |
|
|
Name = 'RDB$RELATION_NAME' |
59 |
|
|
ParamType = ptInput |
60 |
|
|
end> |
61 |
|
|
end |
62 |
|
|
inherited PrimaryKeys: TIBQuery |
63 |
|
|
ParamData = < |
64 |
|
|
item |
65 |
|
|
DataType = ftUnknown |
66 |
|
|
Name = 'RDB$RELATION_NAME' |
67 |
|
|
ParamType = ptInput |
68 |
|
|
end> |
69 |
|
|
end |
70 |
|
|
inherited UserProcedures: TIBQuery |
71 |
|
|
AfterScroll = UserProceduresAfterScroll |
72 |
|
|
end |
73 |
|
|
inherited ProcInputParams: TIBQuery |
74 |
|
|
ParamData = < |
75 |
|
|
item |
76 |
|
|
DataType = ftUnknown |
77 |
|
|
Name = 'RDB$PROCEDURE_NAME' |
78 |
|
|
ParamType = ptInput |
79 |
|
|
end> |
80 |
|
|
end |
81 |
|
|
inherited ProcOutputParams: TIBQuery |
82 |
|
|
ParamData = < |
83 |
|
|
item |
84 |
|
|
DataType = ftUnknown |
85 |
|
|
Name = 'RDB$PROCEDURE_NAME' |
86 |
|
|
ParamType = ptInput |
87 |
|
|
end> |
88 |
|
|
end |
89 |
|
|
inherited SQLTransaction: TIBTransaction |
90 |
|
|
Params.Strings = ( ) |
91 |
|
|
end |
92 |
tony |
7 |
end |
93 |
tony |
5 |
end |