1 |
< |
object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm |
2 |
< |
Left = 522 |
3 |
< |
Height = 439 |
4 |
< |
Top = 384 |
5 |
< |
Width = 750 |
1 |
> |
inherited IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm |
2 |
|
Caption = 'Delete SQL Editor' |
3 |
< |
ClientHeight = 439 |
8 |
< |
ClientWidth = 750 |
9 |
< |
OnShow = FormShow |
10 |
< |
Position = poScreenCenter |
11 |
< |
LCLVersion = '1.8.0.4' |
12 |
< |
object Label3: TLabel |
13 |
< |
Left = 279 |
14 |
< |
Height = 14 |
15 |
< |
Top = 16 |
16 |
< |
Width = 24 |
17 |
< |
Caption = 'SQL' |
18 |
< |
ParentColor = False |
19 |
< |
end |
20 |
< |
object SQLText: TMemo |
21 |
< |
Left = 279 |
22 |
< |
Height = 329 |
23 |
< |
Top = 36 |
24 |
< |
Width = 440 |
25 |
< |
Anchors = [akTop, akLeft, akRight, akBottom] |
26 |
< |
ScrollBars = ssAutoBoth |
27 |
< |
TabOrder = 0 |
28 |
< |
end |
29 |
< |
object Button1: TButton |
30 |
< |
Left = 553 |
31 |
< |
Height = 30 |
32 |
< |
Top = 381 |
33 |
< |
Width = 72 |
34 |
< |
Anchors = [akRight, akBottom] |
35 |
< |
Caption = 'OK' |
36 |
< |
Default = True |
37 |
< |
ModalResult = 1 |
38 |
< |
TabOrder = 1 |
39 |
< |
end |
40 |
< |
object Button2: TButton |
41 |
< |
Left = 641 |
42 |
< |
Height = 30 |
43 |
< |
Top = 381 |
44 |
< |
Width = 72 |
45 |
< |
Anchors = [akRight, akBottom] |
46 |
< |
Cancel = True |
47 |
< |
Caption = 'Cancel' |
48 |
< |
ModalResult = 2 |
49 |
< |
TabOrder = 2 |
50 |
< |
end |
51 |
< |
object GenerateBtn: TButton |
52 |
< |
Left = 281 |
53 |
< |
Height = 30 |
54 |
< |
Top = 381 |
55 |
< |
Width = 101 |
56 |
< |
Anchors = [akRight, akBottom] |
57 |
< |
Caption = 'Generate SQL' |
3 |
> |
inherited GenerateBtn: TButton |
4 |
|
OnClick = GenerateBtnClick |
59 |
– |
TabOrder = 3 |
5 |
|
end |
6 |
< |
object TestBtn: TButton |
7 |
< |
Left = 417 |
8 |
< |
Height = 30 |
9 |
< |
Top = 381 |
10 |
< |
Width = 66 |
11 |
< |
Anchors = [akRight, akBottom] |
67 |
< |
Caption = 'Test' |
68 |
< |
OnClick = TestBtnClick |
69 |
< |
TabOrder = 4 |
70 |
< |
end |
71 |
< |
object QuoteFields: TCheckBox |
72 |
< |
Left = 16 |
73 |
< |
Height = 22 |
74 |
< |
Top = 400 |
75 |
< |
Width = 125 |
76 |
< |
Caption = '&Quote Identifiers' |
77 |
< |
TabOrder = 5 |
78 |
< |
end |
79 |
< |
object GenerateParams: TCheckBox |
80 |
< |
Left = 16 |
81 |
< |
Height = 22 |
82 |
< |
Top = 376 |
83 |
< |
Width = 171 |
84 |
< |
Caption = 'Allow DSQL Placeholders' |
85 |
< |
TabOrder = 6 |
86 |
< |
end |
87 |
< |
object PageControl: TPageControl |
88 |
< |
Left = 18 |
89 |
< |
Height = 339 |
90 |
< |
Top = 24 |
91 |
< |
Width = 239 |
92 |
< |
ActivePage = ExecutePage |
93 |
< |
TabIndex = 1 |
94 |
< |
TabOrder = 7 |
95 |
< |
object DeletePage: TTabSheet |
96 |
< |
Caption = 'Delete' |
97 |
< |
ClientHeight = 307 |
98 |
< |
ClientWidth = 233 |
99 |
< |
OnShow = DeletePageShow |
100 |
< |
object Label1: TLabel |
101 |
< |
Left = 8 |
102 |
< |
Height = 15 |
103 |
< |
Top = 8 |
104 |
< |
Width = 69 |
105 |
< |
Caption = 'Table Name' |
106 |
< |
ParentColor = False |
107 |
< |
end |
108 |
< |
object TableNamesCombo: TComboBox |
109 |
< |
Left = 8 |
110 |
< |
Height = 27 |
111 |
< |
Top = 24 |
112 |
< |
Width = 201 |
113 |
< |
AutoComplete = True |
114 |
< |
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
115 |
< |
ItemHeight = 0 |
116 |
< |
OnCloseUp = TableNamesComboCloseUp |
117 |
< |
TabOrder = 0 |
6 |
> |
inherited PageControl: TPageControl |
7 |
> |
ActivePage = SelectPage |
8 |
> |
TabIndex = 0 |
9 |
> |
inherited SelectPage: TTabSheet |
10 |
> |
inherited Label2: TLabel |
11 |
> |
Visible = False |
12 |
|
end |
13 |
< |
object Label4: TLabel |
14 |
< |
Left = 8 |
121 |
< |
Height = 15 |
122 |
< |
Top = 64 |
123 |
< |
Width = 77 |
124 |
< |
Caption = 'Primary Keys' |
125 |
< |
ParentColor = False |
13 |
> |
inherited FieldNamesGrid: TIBDynamicGrid |
14 |
> |
Visible = False |
15 |
|
end |
16 |
< |
object PrimaryKeyList: TListBox |
17 |
< |
Left = 8 |
129 |
< |
Height = 59 |
130 |
< |
Top = 83 |
131 |
< |
Width = 200 |
132 |
< |
ItemHeight = 0 |
133 |
< |
OnDblClick = PrimaryKeyListDblClick |
134 |
< |
ScrollWidth = 198 |
135 |
< |
TabOrder = 1 |
136 |
< |
TopIndex = -1 |
16 |
> |
inherited SelectSelectAll: TCheckBox |
17 |
> |
Visible = False |
18 |
|
end |
19 |
|
end |
20 |
< |
object ExecutePage: TTabSheet |
21 |
< |
Caption = 'Execute' |
22 |
< |
ClientHeight = 307 |
142 |
< |
ClientWidth = 233 |
143 |
< |
OnShow = ExecutePageShow |
144 |
< |
object Label16: TLabel |
145 |
< |
Left = 7 |
146 |
< |
Height = 14 |
147 |
< |
Top = 8 |
148 |
< |
Width = 100 |
149 |
< |
Caption = 'Procedure Name' |
150 |
< |
ParentColor = False |
151 |
< |
end |
152 |
< |
object ProcedureNames: TComboBox |
153 |
< |
Left = 7 |
154 |
< |
Height = 27 |
155 |
< |
Top = 24 |
156 |
< |
Width = 201 |
157 |
< |
ItemHeight = 0 |
158 |
< |
OnCloseUp = ProcedureNamesCloseUp |
159 |
< |
ParentColor = True |
160 |
< |
TabOrder = 0 |
161 |
< |
end |
162 |
< |
object Label17: TLabel |
163 |
< |
Left = 7 |
164 |
< |
Height = 14 |
165 |
< |
Top = 56 |
166 |
< |
Width = 104 |
167 |
< |
Caption = 'Input Parameters' |
168 |
< |
ParentColor = False |
169 |
< |
end |
170 |
< |
object ProcInputList: TListBox |
171 |
< |
Left = 8 |
172 |
< |
Height = 103 |
173 |
< |
Top = 72 |
174 |
< |
Width = 198 |
175 |
< |
IntegralHeight = True |
176 |
< |
ItemHeight = 0 |
177 |
< |
ScrollWidth = 196 |
178 |
< |
TabOrder = 1 |
179 |
< |
TopIndex = -1 |
180 |
< |
end |
181 |
< |
object Label18: TLabel |
182 |
< |
Left = 7 |
183 |
< |
Height = 14 |
184 |
< |
Top = 184 |
185 |
< |
Width = 114 |
186 |
< |
Caption = 'Output Parameters' |
187 |
< |
ParentColor = False |
188 |
< |
end |
189 |
< |
object ProcOutputList: TListBox |
190 |
< |
Left = 7 |
191 |
< |
Height = 80 |
192 |
< |
Top = 200 |
193 |
< |
Width = 198 |
194 |
< |
IntegralHeight = True |
195 |
< |
ItemHeight = 0 |
196 |
< |
ScrollWidth = 196 |
197 |
< |
TabOrder = 2 |
198 |
< |
TopIndex = -1 |
20 |
> |
inherited ExecutePage: TTabSheet |
21 |
> |
inherited Label18: TLabel |
22 |
> |
Visible = False |
23 |
|
end |
24 |
< |
object ExecuteOnlyIndicator: TLabel |
201 |
< |
Left = 10 |
202 |
< |
Height = 14 |
203 |
< |
Top = 291 |
204 |
< |
Width = 89 |
205 |
< |
Caption = 'Execute Only' |
206 |
< |
Font.Style = [fsBold] |
207 |
< |
ParentColor = False |
208 |
< |
ParentFont = False |
24 |
> |
inherited OutputProcGrid: TIBDynamicGrid |
25 |
|
Visible = False |
26 |
|
end |
27 |
|
end |
28 |
|
end |
29 |
< |
object IBTransaction1: TIBTransaction |
30 |
< |
Active = False |
31 |
< |
left = 216 |
32 |
< |
top = 400 |
29 |
> |
inherited IBSQLEditFrame1: TIBSQLEditFrame |
30 |
> |
Left = 282 |
31 |
> |
Height = 339 |
32 |
> |
Top = 24 |
33 |
> |
Width = 448 |
34 |
> |
Anchors = [akTop, akLeft, akRight, akBottom] |
35 |
> |
ClientHeight = 339 |
36 |
> |
ClientWidth = 448 |
37 |
> |
TabOrder = 7 |
38 |
> |
inherited SQLText: TSynEdit |
39 |
> |
Height = 313 |
40 |
> |
Width = 448 |
41 |
> |
end |
42 |
> |
inherited ToolBar1: TToolBar |
43 |
> |
Width = 448 |
44 |
> |
end |
45 |
> |
inherited FieldNameList: TIBQuery |
46 |
> |
ParamData = < |
47 |
> |
item |
48 |
> |
DataType = ftUnknown |
49 |
> |
Name = 'RDB$RELATION_NAME' |
50 |
> |
ParamType = ptInput |
51 |
> |
end> |
52 |
> |
end |
53 |
> |
inherited PrimaryKeys: TIBQuery |
54 |
> |
ParamData = < |
55 |
> |
item |
56 |
> |
DataType = ftUnknown |
57 |
> |
Name = 'RDB$RELATION_NAME' |
58 |
> |
ParamType = ptInput |
59 |
> |
end> |
60 |
> |
end |
61 |
> |
inherited UserProcedures: TIBQuery |
62 |
> |
AfterScroll = UserProceduresAfterScroll |
63 |
> |
end |
64 |
> |
inherited ProcInputParams: TIBQuery |
65 |
> |
ParamData = < |
66 |
> |
item |
67 |
> |
DataType = ftUnknown |
68 |
> |
Name = 'RDB$PROCEDURE_NAME' |
69 |
> |
ParamType = ptInput |
70 |
> |
end> |
71 |
> |
end |
72 |
> |
inherited ProcOutputParams: TIBQuery |
73 |
> |
ParamData = < |
74 |
> |
item |
75 |
> |
DataType = ftUnknown |
76 |
> |
Name = 'RDB$PROCEDURE_NAME' |
77 |
> |
ParamType = ptInput |
78 |
> |
end> |
79 |
> |
end |
80 |
> |
inherited SQLTransaction: TIBTransaction |
81 |
> |
Params.Strings = ( ) |
82 |
> |
end |
83 |
|
end |
84 |
|
end |