1 |
inherited IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
Caption = 'Modify SQL Editor' |
3 |
inherited GenerateBtn: TButton |
4 |
OnClick = GenerateBtnClick |
5 |
end |
6 |
inherited PageControl: TPageControl |
7 |
ActivePage = SelectPage |
8 |
TabIndex = 0 |
9 |
inherited SelectPage: TTabSheet |
10 |
object IncludePrimaryKeys: TCheckBox[8] |
11 |
Left = 5 |
12 |
Height = 22 |
13 |
Top = 300 |
14 |
Width = 221 |
15 |
Caption = 'Include Primary keys in Field List' |
16 |
Checked = True |
17 |
OnChange = IncludePrimaryKeysChange |
18 |
State = cbChecked |
19 |
TabOrder = 5 |
20 |
end |
21 |
end |
22 |
inherited ExecutePage: TTabSheet |
23 |
inherited Label18: TLabel |
24 |
Visible = False |
25 |
end |
26 |
inherited SelectProcedure: TLabel |
27 |
Width = 81 |
28 |
Caption = 'Execute Only' |
29 |
end |
30 |
inherited InputProcGrid: TIBDynamicGrid |
31 |
Height = 224 |
32 |
end |
33 |
inherited OutputProcGrid: TIBDynamicGrid |
34 |
Visible = False |
35 |
end |
36 |
end |
37 |
end |
38 |
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 |
end |
93 |
end |