1 |
|
inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm |
2 |
< |
Left = 307 |
3 |
< |
Top = 274 |
2 |
> |
Left = 399 |
3 |
> |
Top = 367 |
4 |
|
Caption = 'Insert SQL Editor' |
5 |
|
inherited GenerateBtn: TButton |
6 |
|
OnClick = GenerateBtnClick |
9 |
|
inherited SelectPage: TTabSheet |
10 |
|
inherited Label4: TLabel |
11 |
|
Left = 8 |
12 |
< |
Top = 240 |
12 |
> |
Top = 296 |
13 |
|
Width = 103 |
14 |
|
Caption = 'Identity Columns' |
15 |
|
end |
18 |
|
end |
19 |
|
inherited PrimaryKeysGrid: TIBDynamicGrid |
20 |
|
Left = 8 |
21 |
< |
Top = 256 |
21 |
> |
Top = 312 |
22 |
|
DataSource = IBSQLEditFrame.IdentityColsSource |
23 |
|
end |
24 |
|
inherited SelectSelectAll: TCheckBox |
25 |
|
Top = 200 |
26 |
|
end |
27 |
+ |
object Label5: TLabel[8] |
28 |
+ |
Left = 7 |
29 |
+ |
Height = 14 |
30 |
+ |
Top = 226 |
31 |
+ |
Width = 138 |
32 |
+ |
Caption = 'Computed By Columns' |
33 |
+ |
ParentColor = False |
34 |
+ |
end |
35 |
+ |
object ReadOnlyGrid: TIBDynamicGrid[9] |
36 |
+ |
Left = 8 |
37 |
+ |
Height = 48 |
38 |
+ |
Top = 241 |
39 |
+ |
Width = 209 |
40 |
+ |
Color = clWindow |
41 |
+ |
Columns = < |
42 |
+ |
item |
43 |
+ |
ButtonStyle = cbsCheckboxColumn |
44 |
+ |
Title.Caption = 'SELECTED' |
45 |
+ |
Width = 30 |
46 |
+ |
FieldName = 'SELECTED' |
47 |
+ |
AutoSizeColumn = False |
48 |
+ |
InitialSortColumn = False |
49 |
+ |
DBLookupProperties.ItemHeight = 0 |
50 |
+ |
DBLookupProperties.ItemWidth = 0 |
51 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
52 |
+ |
end |
53 |
+ |
item |
54 |
+ |
Title.Caption = 'COLUMNNAME' |
55 |
+ |
Width = 64 |
56 |
+ |
FieldName = 'COLUMNNAME' |
57 |
+ |
AutoSizeColumn = True |
58 |
+ |
InitialSortColumn = False |
59 |
+ |
DBLookupProperties.ItemHeight = 0 |
60 |
+ |
DBLookupProperties.ItemWidth = 0 |
61 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
62 |
+ |
end> |
63 |
+ |
FixedCols = 0 |
64 |
+ |
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
65 |
+ |
Scrollbars = ssAutoVertical |
66 |
+ |
TabOrder = 5 |
67 |
+ |
ExpandEditorPanelBelowRow = False |
68 |
+ |
Descending = False |
69 |
+ |
EditorBorderStyle = bsSingle |
70 |
+ |
DefaultPositionAtEnd = False |
71 |
+ |
end |
72 |
|
end |
73 |
|
inherited ExecutePage: TTabSheet |
74 |
|
inherited Label18: TLabel |
145 |
|
ParamData = < |
146 |
|
item |
147 |
|
DataType = ftUnknown |
148 |
+ |
Name = 'RDB$RELATION_NAME' |
149 |
+ |
ParamType = ptInput |
150 |
+ |
end> |
151 |
+ |
end |
152 |
+ |
inherited ReadOnlyFields: TIBQuery |
153 |
+ |
ParamData = < |
154 |
+ |
item |
155 |
+ |
DataType = ftUnknown |
156 |
|
Name = 'RDB$RELATION_NAME' |
157 |
|
ParamType = ptInput |
158 |
|
end> |