7 |
|
ClientHeight = 438 |
8 |
|
ClientWidth = 749 |
9 |
|
OnShow = FormShow |
10 |
< |
LCLVersion = '1.2.6.0' |
10 |
> |
Position = poScreenCenter |
11 |
> |
LCLVersion = '1.8.0.4' |
12 |
|
object Label3: TLabel |
13 |
|
Left = 279 |
14 |
< |
Height = 15 |
14 |
> |
Height = 14 |
15 |
|
Top = 16 |
16 |
|
Width = 24 |
17 |
|
Caption = 'SQL' |
94 |
|
TabOrder = 7 |
95 |
|
object ModifyPage: TTabSheet |
96 |
|
Caption = 'Update' |
97 |
< |
ClientHeight = 313 |
97 |
> |
ClientHeight = 314 |
98 |
|
ClientWidth = 232 |
99 |
|
OnShow = ModifyPageShow |
100 |
|
object Label1: TLabel |
172 |
|
end |
173 |
|
object ExecutePage: TTabSheet |
174 |
|
Caption = 'Execute' |
175 |
< |
ClientHeight = 313 |
175 |
> |
ClientHeight = 314 |
176 |
|
ClientWidth = 232 |
177 |
|
OnShow = ExecutePageShow |
178 |
|
object Label16: TLabel |
179 |
|
Left = 7 |
180 |
< |
Height = 15 |
180 |
> |
Height = 14 |
181 |
|
Top = 8 |
182 |
|
Width = 100 |
183 |
|
Caption = 'Procedure Name' |
195 |
|
end |
196 |
|
object Label17: TLabel |
197 |
|
Left = 7 |
198 |
< |
Height = 15 |
198 |
> |
Height = 14 |
199 |
|
Top = 56 |
200 |
|
Width = 104 |
201 |
|
Caption = 'Input Parameters' |
225 |
|
end |
226 |
|
object Label18: TLabel |
227 |
|
Left = 7 |
228 |
< |
Height = 15 |
228 |
> |
Height = 14 |
229 |
|
Top = 184 |
230 |
|
Width = 114 |
231 |
|
Caption = 'Output Parameters' |
233 |
|
end |
234 |
|
object ExecuteOnlyIndicator: TLabel |
235 |
|
Left = 10 |
236 |
< |
Height = 15 |
236 |
> |
Height = 14 |
237 |
|
Top = 293 |
238 |
|
Width = 89 |
239 |
|
Caption = 'Execute Only' |