1 |
|
inherited IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
+ |
Left = 949 |
3 |
+ |
Top = 264 |
4 |
|
Caption = 'Modify SQL Editor' |
5 |
|
inherited GenerateBtn: TButton |
6 |
|
OnClick = GenerateBtnClick |
7 |
|
end |
8 |
|
inherited PageControl: TPageControl |
7 |
– |
ActivePage = SelectPage |
8 |
– |
TabIndex = 0 |
9 |
|
inherited SelectPage: TTabSheet |
10 |
+ |
inherited Label2: TLabel |
11 |
+ |
Width = 106 |
12 |
+ |
Caption = 'Updateable Fields' |
13 |
+ |
end |
14 |
+ |
inherited Label4: TLabel |
15 |
+ |
Top = 290 |
16 |
+ |
end |
17 |
+ |
inherited FieldNamesGrid: TIBDynamicGrid |
18 |
+ |
Height = 112 |
19 |
+ |
end |
20 |
+ |
inherited PrimaryKeysGrid: TIBDynamicGrid |
21 |
+ |
Height = 48 |
22 |
+ |
end |
23 |
+ |
inherited SelectSelectAll: TCheckBox |
24 |
+ |
Top = 200 |
25 |
+ |
end |
26 |
|
object IncludePrimaryKeys: TCheckBox[8] |
27 |
< |
Left = 5 |
27 |
> |
Left = 7 |
28 |
|
Height = 22 |
29 |
< |
Top = 300 |
29 |
> |
Top = 352 |
30 |
|
Width = 221 |
31 |
|
Caption = 'Include Primary keys in Field List' |
32 |
|
Checked = True |
34 |
|
State = cbChecked |
35 |
|
TabOrder = 5 |
36 |
|
end |
37 |
+ |
object Label5: TLabel[9] |
38 |
+ |
Left = 7 |
39 |
+ |
Height = 14 |
40 |
+ |
Top = 226 |
41 |
+ |
Width = 138 |
42 |
+ |
Caption = 'Computed By Columns' |
43 |
+ |
ParentColor = False |
44 |
+ |
end |
45 |
+ |
object ReadOnlyGrid: TIBDynamicGrid[10] |
46 |
+ |
Left = 8 |
47 |
+ |
Height = 48 |
48 |
+ |
Top = 241 |
49 |
+ |
Width = 209 |
50 |
+ |
Color = clWindow |
51 |
+ |
Columns = < |
52 |
+ |
item |
53 |
+ |
ButtonStyle = cbsCheckboxColumn |
54 |
+ |
Title.Caption = 'SELECTED' |
55 |
+ |
Width = 30 |
56 |
+ |
FieldName = 'SELECTED' |
57 |
+ |
AutoSizeColumn = False |
58 |
+ |
InitialSortColumn = False |
59 |
+ |
DBLookupProperties.ItemHeight = 0 |
60 |
+ |
DBLookupProperties.ItemWidth = 0 |
61 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
62 |
+ |
end |
63 |
+ |
item |
64 |
+ |
Title.Caption = 'COLUMNNAME' |
65 |
+ |
Width = 64 |
66 |
+ |
FieldName = 'COLUMNNAME' |
67 |
+ |
AutoSizeColumn = True |
68 |
+ |
InitialSortColumn = False |
69 |
+ |
DBLookupProperties.ItemHeight = 0 |
70 |
+ |
DBLookupProperties.ItemWidth = 0 |
71 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
72 |
+ |
end> |
73 |
+ |
FixedCols = 0 |
74 |
+ |
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
75 |
+ |
Scrollbars = ssAutoVertical |
76 |
+ |
TabOrder = 6 |
77 |
+ |
ExpandEditorPanelBelowRow = False |
78 |
+ |
Descending = False |
79 |
+ |
EditorBorderStyle = bsSingle |
80 |
+ |
DefaultPositionAtEnd = False |
81 |
+ |
end |
82 |
|
end |
83 |
|
inherited ExecutePage: TTabSheet |
84 |
|
inherited Label18: TLabel |
105 |
|
ClientHeight = 339 |
106 |
|
ClientWidth = 448 |
107 |
|
TabOrder = 7 |
108 |
+ |
DesignLeft = 1974 |
109 |
+ |
DesignTop = 200 |
110 |
|
inherited SQLText: TSynEdit |
111 |
|
Height = 313 |
112 |
|
Width = 448 |
152 |
|
inherited SQLTransaction: TIBTransaction |
153 |
|
Params.Strings = ( ) |
154 |
|
end |
155 |
+ |
inherited IdentityCols: TIBQuery |
156 |
+ |
ParamData = < |
157 |
+ |
item |
158 |
+ |
DataType = ftUnknown |
159 |
+ |
Name = 'RDB$RELATION_NAME' |
160 |
+ |
ParamType = ptInput |
161 |
+ |
end> |
162 |
+ |
end |
163 |
+ |
inherited ReadOnlyFields: TIBQuery |
164 |
+ |
ParamData = < |
165 |
+ |
item |
166 |
+ |
DataType = ftUnknown |
167 |
+ |
Name = 'RDB$RELATION_NAME' |
168 |
+ |
ParamType = ptInput |
169 |
+ |
end> |
170 |
+ |
end |
171 |
+ |
inherited ReadOnlyFieldsSource: TDataSource |
172 |
+ |
left = 436 |
173 |
+ |
top = 203 |
174 |
+ |
end |
175 |
|
end |
176 |
|
end |