7 |
|
Caption = 'IBSQL Editor' |
8 |
|
ClientHeight = 425 |
9 |
|
ClientWidth = 716 |
10 |
+ |
DesignTimePPI = 92 |
11 |
|
OnShow = FormShow |
12 |
< |
LCLVersion = '1.4.4.0' |
12 |
> |
LCLVersion = '1.8.0.2' |
13 |
|
object Label3: TLabel |
14 |
|
Left = 288 |
15 |
< |
Height = 15 |
15 |
> |
Height = 14 |
16 |
|
Top = 8 |
17 |
|
Width = 24 |
18 |
|
Caption = 'SQL' |
71 |
|
Left = 16 |
72 |
|
Height = 337 |
73 |
|
Top = 27 |
74 |
< |
Width = 251 |
74 |
> |
Width = 256 |
75 |
|
ActivePage = SelectPage |
76 |
|
TabIndex = 0 |
77 |
|
TabOrder = 5 |
79 |
|
object SelectPage: TTabSheet |
80 |
|
Caption = 'Select' |
81 |
|
ClientHeight = 331 |
82 |
< |
ClientWidth = 184 |
82 |
> |
ClientWidth = 189 |
83 |
|
OnShow = SelectPageShow |
84 |
|
object Label1: TLabel |
85 |
|
Left = 7 |
86 |
< |
Height = 15 |
86 |
> |
Height = 14 |
87 |
|
Top = 3 |
88 |
|
Width = 69 |
89 |
|
Caption = 'Table Name' |
91 |
|
end |
92 |
|
object Label2: TLabel |
93 |
|
Left = 7 |
94 |
< |
Height = 15 |
94 |
> |
Height = 14 |
95 |
|
Top = 53 |
96 |
|
Width = 33 |
97 |
|
Caption = 'Fields' |
99 |
|
end |
100 |
|
object Label4: TLabel |
101 |
|
Left = 7 |
102 |
< |
Height = 15 |
102 |
> |
Height = 14 |
103 |
|
Top = 231 |
104 |
|
Width = 77 |
105 |
|
Caption = 'Primary Keys' |
109 |
|
Left = 7 |
110 |
|
Height = 27 |
111 |
|
Top = 19 |
112 |
< |
Width = 169 |
112 |
> |
Width = 174 |
113 |
|
Anchors = [akTop, akLeft, akRight] |
114 |
|
AutoComplete = True |
115 |
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
122 |
|
Height = 136 |
123 |
|
Hint = 'Select Fields to include in Select Statement or leave unselected to select all' |
124 |
|
Top = 69 |
125 |
< |
Width = 169 |
125 |
> |
Width = 174 |
126 |
|
Anchors = [akTop, akLeft, akRight] |
127 |
|
ItemHeight = 0 |
128 |
|
MultiSelect = True |
129 |
|
OnDblClick = SelectFieldsListDblClick |
130 |
|
ParentShowHint = False |
131 |
< |
ScrollWidth = 167 |
131 |
> |
ScrollWidth = 172 |
132 |
|
ShowHint = True |
133 |
|
TabOrder = 1 |
134 |
|
TopIndex = -1 |
137 |
|
Left = 7 |
138 |
|
Height = 77 |
139 |
|
Top = 247 |
140 |
< |
Width = 169 |
140 |
> |
Width = 174 |
141 |
|
Anchors = [akTop, akLeft, akRight, akBottom] |
142 |
|
ItemHeight = 0 |
143 |
< |
ScrollWidth = 167 |
143 |
> |
ScrollWidth = 172 |
144 |
|
TabOrder = 2 |
145 |
|
TopIndex = -1 |
146 |
|
end |
148 |
|
object InsertPage: TTabSheet |
149 |
|
Caption = 'Insert' |
150 |
|
ClientHeight = 331 |
151 |
< |
ClientWidth = 184 |
151 |
> |
ClientWidth = 189 |
152 |
|
OnShow = InsertPageShow |
153 |
|
object Label8: TLabel |
154 |
|
Left = 7 |
198 |
|
object ModifyPage: TTabSheet |
199 |
|
Caption = 'Modify' |
200 |
|
ClientHeight = 331 |
201 |
< |
ClientWidth = 184 |
201 |
> |
ClientWidth = 189 |
202 |
|
OnShow = ModifyPageShow |
203 |
|
object Label10: TLabel |
204 |
|
Left = 7 |
283 |
|
object DeletePage: TTabSheet |
284 |
|
Caption = 'Delete' |
285 |
|
ClientHeight = 331 |
286 |
< |
ClientWidth = 184 |
286 |
> |
ClientWidth = 189 |
287 |
|
OnShow = DeletePageShow |
288 |
|
object Label14: TLabel |
289 |
|
Left = 7 |
329 |
|
object ExecutePage: TTabSheet |
330 |
|
Caption = 'Execute' |
331 |
|
ClientHeight = 331 |
332 |
< |
ClientWidth = 184 |
332 |
> |
ClientWidth = 189 |
333 |
|
OnShow = ExecutePageShow |
334 |
|
object Label16: TLabel |
335 |
|
Left = 7 |