1 |
|
object IBSelectSQLEditorForm: TIBSelectSQLEditorForm |
2 |
< |
Left = 272 |
2 |
> |
Left = 582 |
3 |
|
Height = 437 |
4 |
< |
Top = 457 |
4 |
> |
Top = 460 |
5 |
|
Width = 747 |
6 |
|
ActiveControl = PageControl |
7 |
|
Caption = 'Select SQL Editor' |
8 |
|
ClientHeight = 437 |
9 |
|
ClientWidth = 747 |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '1.2.2.0' |
11 |
> |
LCLVersion = '1.2.6.0' |
12 |
|
object Label3: TLabel |
13 |
|
Left = 279 |
14 |
|
Height = 15 |
70 |
|
end |
71 |
|
object QuoteFields: TCheckBox |
72 |
|
Left = 24 |
73 |
< |
Height = 24 |
73 |
> |
Height = 22 |
74 |
|
Top = 400 |
75 |
< |
Width = 127 |
75 |
> |
Width = 125 |
76 |
|
Caption = '&Quote Identifiers' |
77 |
|
TabOrder = 5 |
78 |
|
end |
81 |
|
Height = 335 |
82 |
|
Top = 28 |
83 |
|
Width = 232 |
84 |
< |
ActivePage = SelectPage |
85 |
< |
TabIndex = 0 |
84 |
> |
ActivePage = ExecutePage |
85 |
> |
TabIndex = 1 |
86 |
|
TabOrder = 6 |
87 |
|
object SelectPage: TTabSheet |
88 |
|
Caption = 'Tables' |
89 |
< |
ClientHeight = 298 |
90 |
< |
ClientWidth = 224 |
89 |
> |
ClientHeight = 302 |
90 |
> |
ClientWidth = 226 |
91 |
|
OnShow = SelectPageShow |
92 |
|
object Label1: TLabel |
93 |
|
Left = 7 |
114 |
|
ParentColor = False |
115 |
|
end |
116 |
|
object TableNamesCombo: TComboBox |
117 |
< |
Left = 7 |
117 |
> |
Left = 6 |
118 |
|
Height = 27 |
119 |
|
Top = 20 |
120 |
|
Width = 201 |
121 |
+ |
AutoComplete = True |
122 |
+ |
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
123 |
|
ItemHeight = 0 |
124 |
|
OnCloseUp = TableNamesComboCloseUp |
125 |
|
TabOrder = 0 |
153 |
|
end |
154 |
|
object ExecutePage: TTabSheet |
155 |
|
Caption = 'Procedures' |
156 |
< |
ClientHeight = 298 |
157 |
< |
ClientWidth = 224 |
156 |
> |
ClientHeight = 302 |
157 |
> |
ClientWidth = 226 |
158 |
|
OnShow = ExecutePageShow |
159 |
|
object Label16: TLabel |
160 |
|
Left = 7 |
161 |
< |
Height = 18 |
161 |
> |
Height = 15 |
162 |
|
Top = 3 |
163 |
< |
Width = 109 |
163 |
> |
Width = 100 |
164 |
|
Caption = 'Procedure Name' |
165 |
|
ParentColor = False |
166 |
|
end |
167 |
|
object Label17: TLabel |
168 |
|
Left = 7 |
169 |
< |
Height = 18 |
169 |
> |
Height = 15 |
170 |
|
Top = 60 |
171 |
< |
Width = 112 |
171 |
> |
Width = 104 |
172 |
|
Caption = 'Input Parameters' |
173 |
|
ParentColor = False |
174 |
|
end |
175 |
|
object Label18: TLabel |
176 |
|
Left = 8 |
177 |
< |
Height = 18 |
177 |
> |
Height = 15 |
178 |
|
Top = 172 |
179 |
< |
Width = 123 |
179 |
> |
Width = 114 |
180 |
|
Caption = 'Output Parameters' |
181 |
|
ParentColor = False |
182 |
|
end |
183 |
|
object ProcedureNames: TComboBox |
184 |
|
Left = 7 |
185 |
< |
Height = 29 |
185 |
> |
Height = 27 |
186 |
|
Top = 20 |
187 |
|
Width = 201 |
188 |
|
ItemHeight = 0 |
214 |
|
end |
215 |
|
object SelectProcedure: TLabel |
216 |
|
Left = 7 |
217 |
< |
Height = 15 |
218 |
< |
Top = 280 |
219 |
< |
Width = 127 |
217 |
> |
Height = 14 |
218 |
> |
Top = 285 |
219 |
> |
Width = 126 |
220 |
|
Anchors = [akLeft, akBottom] |
221 |
|
Caption = 'Is ''Select Procedure''' |
222 |
|
Font.Height = -11 |
229 |
|
end |
230 |
|
object GenerateParams: TCheckBox |
231 |
|
Left = 24 |
232 |
< |
Height = 24 |
232 |
> |
Height = 22 |
233 |
|
Top = 376 |
234 |
< |
Width = 173 |
234 |
> |
Width = 171 |
235 |
|
Caption = 'Allow DSQL Placeholders' |
236 |
|
TabOrder = 7 |
237 |
|
end |