1 |
|
object IBDataSetEditorForm: TIBDataSetEditorForm |
2 |
< |
Left = 442 |
2 |
> |
Left = 701 |
3 |
|
Height = 410 |
4 |
< |
Top = 421 |
4 |
> |
Top = 533 |
5 |
|
Width = 662 |
6 |
|
ActiveControl = PageControl |
7 |
|
BorderIcons = [biSystemMenu] |
45 |
|
ParentColor = False |
46 |
|
end |
47 |
|
object Label3: TLabel |
48 |
< |
Left = 288 |
48 |
> |
Left = 289 |
49 |
|
Height = 14 |
50 |
< |
Top = 16 |
50 |
> |
Top = 18 |
51 |
|
Width = 62 |
52 |
|
Caption = '&Key Fields:' |
53 |
|
ParentColor = False |
56 |
|
Left = 458 |
57 |
|
Height = 14 |
58 |
|
Top = 18 |
59 |
< |
Width = 85 |
60 |
< |
Caption = 'Update &Fields:' |
59 |
> |
Width = 110 |
60 |
> |
Caption = 'Updateable &Fields:' |
61 |
|
ParentColor = False |
62 |
|
end |
63 |
|
object GenerateButton: TButton |
119 |
|
end |
120 |
|
object PrimaryKeysGrid: TIBDynamicGrid |
121 |
|
Left = 288 |
122 |
< |
Height = 181 |
122 |
> |
Height = 61 |
123 |
|
Top = 35 |
124 |
|
Width = 144 |
125 |
|
Color = clWindow |
156 |
|
end |
157 |
|
object FieldNamesGrid: TIBDynamicGrid |
158 |
|
Left = 458 |
159 |
< |
Height = 184 |
159 |
> |
Height = 216 |
160 |
|
Top = 32 |
161 |
|
Width = 144 |
162 |
|
Color = clWindow |
195 |
|
object SelectSelectAll: TCheckBox |
196 |
|
Left = 456 |
197 |
|
Height = 22 |
198 |
< |
Top = 216 |
198 |
> |
Top = 256 |
199 |
|
Width = 134 |
200 |
|
Caption = 'Select/Deselect All' |
201 |
|
OnClick = SelectSelectAllClick |
202 |
|
TabOrder = 8 |
203 |
|
end |
204 |
+ |
object Label5: TLabel |
205 |
+ |
Left = 288 |
206 |
+ |
Height = 14 |
207 |
+ |
Top = 104 |
208 |
+ |
Width = 138 |
209 |
+ |
Caption = '&Computed By Columns' |
210 |
+ |
ParentColor = False |
211 |
+ |
end |
212 |
+ |
object ReadOnlyGrid: TIBDynamicGrid |
213 |
+ |
Left = 289 |
214 |
+ |
Height = 48 |
215 |
+ |
Top = 119 |
216 |
+ |
Width = 143 |
217 |
+ |
Color = clWindow |
218 |
+ |
Columns = < |
219 |
+ |
item |
220 |
+ |
ButtonStyle = cbsCheckboxColumn |
221 |
+ |
Title.Caption = 'SELECTED' |
222 |
+ |
Width = 30 |
223 |
+ |
FieldName = 'SELECTED' |
224 |
+ |
AutoSizeColumn = False |
225 |
+ |
InitialSortColumn = False |
226 |
+ |
DBLookupProperties.ItemHeight = 0 |
227 |
+ |
DBLookupProperties.ItemWidth = 0 |
228 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
229 |
+ |
end |
230 |
+ |
item |
231 |
+ |
Title.Caption = 'COLUMNNAME' |
232 |
+ |
Width = 64 |
233 |
+ |
FieldName = 'COLUMNNAME' |
234 |
+ |
AutoSizeColumn = True |
235 |
+ |
InitialSortColumn = False |
236 |
+ |
DBLookupProperties.ItemHeight = 0 |
237 |
+ |
DBLookupProperties.ItemWidth = 0 |
238 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
239 |
+ |
end> |
240 |
+ |
FixedCols = 0 |
241 |
+ |
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
242 |
+ |
Scrollbars = ssAutoVertical |
243 |
+ |
TabOrder = 9 |
244 |
+ |
ExpandEditorPanelBelowRow = False |
245 |
+ |
Descending = False |
246 |
+ |
EditorBorderStyle = bsSingle |
247 |
+ |
DefaultPositionAtEnd = False |
248 |
+ |
end |
249 |
+ |
object Label6: TLabel |
250 |
+ |
Left = 289 |
251 |
+ |
Height = 14 |
252 |
+ |
Top = 176 |
253 |
+ |
Width = 103 |
254 |
+ |
Caption = '&Identity Columns' |
255 |
+ |
ParentColor = False |
256 |
+ |
end |
257 |
+ |
object IdentityGrid: TIBDynamicGrid |
258 |
+ |
Left = 288 |
259 |
+ |
Height = 56 |
260 |
+ |
Top = 192 |
261 |
+ |
Width = 143 |
262 |
+ |
Color = clWindow |
263 |
+ |
Columns = < |
264 |
+ |
item |
265 |
+ |
ButtonStyle = cbsCheckboxColumn |
266 |
+ |
Title.Caption = 'SELECTED' |
267 |
+ |
Width = 30 |
268 |
+ |
FieldName = 'SELECTED' |
269 |
+ |
AutoSizeColumn = False |
270 |
+ |
InitialSortColumn = False |
271 |
+ |
DBLookupProperties.ItemHeight = 0 |
272 |
+ |
DBLookupProperties.ItemWidth = 0 |
273 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
274 |
+ |
end |
275 |
+ |
item |
276 |
+ |
Title.Caption = 'COLUMNNAME' |
277 |
+ |
Width = 64 |
278 |
+ |
FieldName = 'COLUMNNAME' |
279 |
+ |
AutoSizeColumn = True |
280 |
+ |
InitialSortColumn = False |
281 |
+ |
DBLookupProperties.ItemHeight = 0 |
282 |
+ |
DBLookupProperties.ItemWidth = 0 |
283 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
284 |
+ |
end> |
285 |
+ |
DataSource = IBSQLEditFrame.IdentityColsSource |
286 |
+ |
FixedCols = 0 |
287 |
+ |
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
288 |
+ |
Scrollbars = ssAutoVertical |
289 |
+ |
TabOrder = 10 |
290 |
+ |
ExpandEditorPanelBelowRow = False |
291 |
+ |
Descending = False |
292 |
+ |
EditorBorderStyle = bsSingle |
293 |
+ |
DefaultPositionAtEnd = False |
294 |
+ |
end |
295 |
|
end |
296 |
|
end |
297 |
|
object SQLPage: TTabSheet |
363 |
|
end |
364 |
|
inherited ToolBar1: TToolBar |
365 |
|
Width = 616 |
366 |
+ |
inherited ToolButton3: TToolButton |
367 |
+ |
Height = 8 |
368 |
+ |
end |
369 |
+ |
inherited ToolButton7: TToolButton |
370 |
+ |
Height = 8 |
371 |
+ |
end |
372 |
|
end |
373 |
|
inherited FieldNameList: TIBQuery |
374 |
|
ParamData = < |
402 |
|
ParamType = ptInput |
403 |
|
end> |
404 |
|
end |
405 |
+ |
inherited IdentityCols: TIBQuery |
406 |
+ |
ParamData = < |
407 |
+ |
item |
408 |
+ |
DataType = ftUnknown |
409 |
+ |
Name = 'RDB$RELATION_NAME' |
410 |
+ |
ParamType = ptInput |
411 |
+ |
end> |
412 |
+ |
end |
413 |
+ |
inherited ReadOnlyFields: TIBQuery |
414 |
+ |
ParamData = < |
415 |
+ |
item |
416 |
+ |
DataType = ftUnknown |
417 |
+ |
Name = 'RDB$RELATION_NAME' |
418 |
+ |
ParamType = ptInput |
419 |
+ |
end> |
420 |
+ |
end |
421 |
|
end |
422 |
|
end |
423 |
|
end |