1 |
< |
object IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
< |
Left = 508 |
3 |
< |
Height = 438 |
4 |
< |
Top = 250 |
5 |
< |
Width = 749 |
1 |
> |
inherited IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
|
Caption = 'Modify SQL Editor' |
3 |
< |
ClientHeight = 438 |
8 |
< |
ClientWidth = 749 |
9 |
< |
OnShow = FormShow |
10 |
< |
LCLVersion = '1.2.6.0' |
11 |
< |
object Label3: TLabel |
12 |
< |
Left = 279 |
13 |
< |
Height = 15 |
14 |
< |
Top = 16 |
15 |
< |
Width = 24 |
16 |
< |
Caption = 'SQL' |
17 |
< |
ParentColor = False |
18 |
< |
end |
19 |
< |
object SQLText: TMemo |
20 |
< |
Left = 279 |
21 |
< |
Height = 328 |
22 |
< |
Top = 36 |
23 |
< |
Width = 439 |
24 |
< |
Anchors = [akTop, akLeft, akRight, akBottom] |
25 |
< |
ScrollBars = ssAutoBoth |
26 |
< |
TabOrder = 0 |
27 |
< |
end |
28 |
< |
object Button1: TButton |
29 |
< |
Left = 552 |
30 |
< |
Height = 30 |
31 |
< |
Top = 379 |
32 |
< |
Width = 72 |
33 |
< |
Anchors = [akRight, akBottom] |
34 |
< |
Caption = 'OK' |
35 |
< |
Default = True |
36 |
< |
ModalResult = 1 |
37 |
< |
TabOrder = 1 |
38 |
< |
end |
39 |
< |
object Button2: TButton |
40 |
< |
Left = 640 |
41 |
< |
Height = 30 |
42 |
< |
Top = 380 |
43 |
< |
Width = 72 |
44 |
< |
Anchors = [akRight, akBottom] |
45 |
< |
Cancel = True |
46 |
< |
Caption = 'Cancel' |
47 |
< |
ModalResult = 2 |
48 |
< |
TabOrder = 2 |
49 |
< |
end |
50 |
< |
object GenerateBtn: TButton |
51 |
< |
Left = 280 |
52 |
< |
Height = 30 |
53 |
< |
Top = 380 |
54 |
< |
Width = 101 |
55 |
< |
Anchors = [akRight, akBottom] |
56 |
< |
Caption = 'Generate SQL' |
3 |
> |
inherited GenerateBtn: TButton |
4 |
|
OnClick = GenerateBtnClick |
58 |
– |
TabOrder = 3 |
59 |
– |
end |
60 |
– |
object TestBtn: TButton |
61 |
– |
Left = 416 |
62 |
– |
Height = 30 |
63 |
– |
Top = 380 |
64 |
– |
Width = 66 |
65 |
– |
Anchors = [akRight, akBottom] |
66 |
– |
Caption = 'Test' |
67 |
– |
OnClick = TestBtnClick |
68 |
– |
TabOrder = 4 |
69 |
– |
end |
70 |
– |
object QuoteFields: TCheckBox |
71 |
– |
Left = 16 |
72 |
– |
Height = 22 |
73 |
– |
Top = 400 |
74 |
– |
Width = 125 |
75 |
– |
Caption = '&Quote Identifiers' |
76 |
– |
TabOrder = 5 |
77 |
– |
end |
78 |
– |
object GenerateParams: TCheckBox |
79 |
– |
Left = 16 |
80 |
– |
Height = 22 |
81 |
– |
Top = 376 |
82 |
– |
Width = 171 |
83 |
– |
Caption = 'Allow DSQL Placeholders' |
84 |
– |
TabOrder = 6 |
5 |
|
end |
6 |
< |
object PageControl: TPageControl |
7 |
< |
Left = 18 |
8 |
< |
Height = 346 |
9 |
< |
Top = 18 |
10 |
< |
Width = 238 |
11 |
< |
ActivePage = ExecutePage |
92 |
< |
TabIndex = 1 |
93 |
< |
TabOrder = 7 |
94 |
< |
object ModifyPage: TTabSheet |
95 |
< |
Caption = 'Update' |
96 |
< |
ClientHeight = 313 |
97 |
< |
ClientWidth = 232 |
98 |
< |
OnShow = ModifyPageShow |
99 |
< |
object Label1: TLabel |
100 |
< |
Left = 8 |
101 |
< |
Height = 15 |
102 |
< |
Top = 8 |
103 |
< |
Width = 69 |
104 |
< |
Caption = 'Table Name' |
105 |
< |
ParentColor = False |
106 |
< |
end |
107 |
< |
object TableNamesCombo: TComboBox |
108 |
< |
Left = 8 |
109 |
< |
Height = 27 |
110 |
< |
Top = 22 |
111 |
< |
Width = 201 |
112 |
< |
AutoComplete = True |
113 |
< |
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
114 |
< |
ItemHeight = 0 |
115 |
< |
OnCloseUp = TableNamesComboCloseUp |
116 |
< |
TabOrder = 0 |
117 |
< |
end |
118 |
< |
object Label2: TLabel |
119 |
< |
Left = 8 |
120 |
< |
Height = 15 |
121 |
< |
Top = 56 |
122 |
< |
Width = 33 |
123 |
< |
Caption = 'Fields' |
124 |
< |
ParentColor = False |
125 |
< |
end |
126 |
< |
object FieldList: TListBox |
127 |
< |
Left = 8 |
128 |
< |
Height = 120 |
129 |
< |
Hint = 'Select Fields to include in Update Statement, or leave unselected to select all' |
130 |
< |
Top = 72 |
131 |
< |
Width = 200 |
132 |
< |
ItemHeight = 0 |
133 |
< |
MultiSelect = True |
134 |
< |
OnDblClick = FieldListDblClick |
135 |
< |
ParentShowHint = False |
136 |
< |
ScrollWidth = 198 |
137 |
< |
ShowHint = True |
138 |
< |
TabOrder = 1 |
139 |
< |
TopIndex = -1 |
140 |
< |
end |
141 |
< |
object IncludePrimaryKeys: TCheckBox |
142 |
< |
Left = 8 |
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 = 200 |
13 |
> |
Top = 300 |
14 |
|
Width = 221 |
15 |
|
Caption = 'Include Primary keys in Field List' |
16 |
|
Checked = True |
17 |
< |
OnClick = TableNamesComboCloseUp |
17 |
> |
OnChange = IncludePrimaryKeysChange |
18 |
|
State = cbChecked |
19 |
< |
TabOrder = 2 |
151 |
< |
end |
152 |
< |
object Label4: TLabel |
153 |
< |
Left = 8 |
154 |
< |
Height = 15 |
155 |
< |
Top = 229 |
156 |
< |
Width = 77 |
157 |
< |
Caption = 'Primary Keys' |
158 |
< |
ParentColor = False |
159 |
< |
end |
160 |
< |
object PrimaryKeyList: TListBox |
161 |
< |
Left = 8 |
162 |
< |
Height = 59 |
163 |
< |
Top = 248 |
164 |
< |
Width = 200 |
165 |
< |
ItemHeight = 0 |
166 |
< |
OnDblClick = PrimaryKeyListDblClick |
167 |
< |
ScrollWidth = 198 |
168 |
< |
TabOrder = 3 |
169 |
< |
TopIndex = -1 |
19 |
> |
TabOrder = 5 |
20 |
|
end |
21 |
|
end |
22 |
< |
object ExecutePage: TTabSheet |
23 |
< |
Caption = 'Execute' |
24 |
< |
ClientHeight = 313 |
175 |
< |
ClientWidth = 232 |
176 |
< |
OnShow = ExecutePageShow |
177 |
< |
object Label16: TLabel |
178 |
< |
Left = 7 |
179 |
< |
Height = 15 |
180 |
< |
Top = 8 |
181 |
< |
Width = 100 |
182 |
< |
Caption = 'Procedure Name' |
183 |
< |
ParentColor = False |
184 |
< |
end |
185 |
< |
object ProcedureNames: TComboBox |
186 |
< |
Left = 7 |
187 |
< |
Height = 27 |
188 |
< |
Top = 24 |
189 |
< |
Width = 201 |
190 |
< |
ItemHeight = 0 |
191 |
< |
OnCloseUp = ProcedureNamesCloseUp |
192 |
< |
ParentColor = True |
193 |
< |
TabOrder = 0 |
194 |
< |
end |
195 |
< |
object Label17: TLabel |
196 |
< |
Left = 7 |
197 |
< |
Height = 15 |
198 |
< |
Top = 56 |
199 |
< |
Width = 104 |
200 |
< |
Caption = 'Input Parameters' |
201 |
< |
ParentColor = False |
202 |
< |
end |
203 |
< |
object ProcInputList: TListBox |
204 |
< |
Left = 8 |
205 |
< |
Height = 103 |
206 |
< |
Top = 72 |
207 |
< |
Width = 198 |
208 |
< |
IntegralHeight = True |
209 |
< |
ItemHeight = 0 |
210 |
< |
ScrollWidth = 196 |
211 |
< |
TabOrder = 1 |
212 |
< |
TopIndex = -1 |
22 |
> |
inherited ExecutePage: TTabSheet |
23 |
> |
inherited Label18: TLabel |
24 |
> |
Visible = False |
25 |
|
end |
26 |
< |
object ProcOutputList: TListBox |
27 |
< |
Left = 7 |
28 |
< |
Height = 80 |
217 |
< |
Top = 200 |
218 |
< |
Width = 198 |
219 |
< |
IntegralHeight = True |
220 |
< |
ItemHeight = 0 |
221 |
< |
ScrollWidth = 196 |
222 |
< |
TabOrder = 2 |
223 |
< |
TopIndex = -1 |
26 |
> |
inherited SelectProcedure: TLabel |
27 |
> |
Width = 81 |
28 |
> |
Caption = 'Execute Only' |
29 |
|
end |
30 |
< |
object Label18: TLabel |
31 |
< |
Left = 7 |
227 |
< |
Height = 15 |
228 |
< |
Top = 184 |
229 |
< |
Width = 114 |
230 |
< |
Caption = 'Output Parameters' |
231 |
< |
ParentColor = False |
30 |
> |
inherited InputProcGrid: TIBDynamicGrid |
31 |
> |
Height = 224 |
32 |
|
end |
33 |
< |
object ExecuteOnlyIndicator: TLabel |
234 |
< |
Left = 10 |
235 |
< |
Height = 15 |
236 |
< |
Top = 293 |
237 |
< |
Width = 89 |
238 |
< |
Caption = 'Execute Only' |
239 |
< |
Font.Style = [fsBold] |
240 |
< |
ParentColor = False |
241 |
< |
ParentFont = False |
33 |
> |
inherited OutputProcGrid: TIBDynamicGrid |
34 |
|
Visible = False |
35 |
|
end |
36 |
|
end |
37 |
|
end |
38 |
< |
object IBTransaction1: TIBTransaction |
39 |
< |
Active = False |
40 |
< |
left = 209 |
41 |
< |
top = 388 |
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 |