1 |
|
object IBSelectSQLEditorForm: TIBSelectSQLEditorForm |
2 |
< |
Left = 582 |
2 |
> |
Left = 527 |
3 |
|
Height = 437 |
4 |
|
Top = 460 |
5 |
|
Width = 747 |
8 |
|
ClientHeight = 437 |
9 |
|
ClientWidth = 747 |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '1.4.4.0' |
11 |
> |
Position = poScreenCenter |
12 |
> |
LCLVersion = '1.8.0.4' |
13 |
|
object Label3: TLabel |
14 |
|
Left = 279 |
15 |
< |
Height = 15 |
15 |
> |
Height = 14 |
16 |
|
Top = 16 |
17 |
|
Width = 24 |
18 |
|
Caption = 'SQL' |
87 |
|
TabOrder = 6 |
88 |
|
object SelectPage: TTabSheet |
89 |
|
Caption = 'Tables' |
90 |
< |
ClientHeight = 302 |
90 |
> |
ClientHeight = 303 |
91 |
|
ClientWidth = 226 |
92 |
|
OnShow = SelectPageShow |
93 |
|
object Label1: TLabel |
94 |
|
Left = 7 |
95 |
< |
Height = 15 |
95 |
> |
Height = 14 |
96 |
|
Top = 4 |
97 |
|
Width = 69 |
98 |
|
Caption = 'Table Name' |
100 |
|
end |
101 |
|
object Label2: TLabel |
102 |
|
Left = 7 |
103 |
< |
Height = 15 |
103 |
> |
Height = 14 |
104 |
|
Top = 56 |
105 |
|
Width = 33 |
106 |
|
Caption = 'Fields' |
108 |
|
end |
109 |
|
object Label4: TLabel |
110 |
|
Left = 7 |
111 |
< |
Height = 15 |
111 |
> |
Height = 14 |
112 |
|
Top = 208 |
113 |
|
Width = 77 |
114 |
|
Caption = 'Primary Keys' |
154 |
|
end |
155 |
|
object ExecutePage: TTabSheet |
156 |
|
Caption = 'Procedures' |
157 |
< |
ClientHeight = 302 |
157 |
> |
ClientHeight = 303 |
158 |
|
ClientWidth = 226 |
159 |
|
OnShow = ExecutePageShow |
160 |
|
object Label16: TLabel |