1 |
|
inherited IBModifySQLEditorForm: TIBModifySQLEditorForm |
2 |
|
Left = 949 |
3 |
< |
Top = 264 |
3 |
> |
Height = 512 |
4 |
|
Caption = 'Modify SQL Editor' |
5 |
+ |
ClientHeight = 512 |
6 |
+ |
inherited Button1: TButton |
7 |
+ |
Top = 457 |
8 |
+ |
end |
9 |
+ |
inherited Button2: TButton |
10 |
+ |
Top = 457 |
11 |
+ |
end |
12 |
|
inherited GenerateBtn: TButton |
13 |
+ |
Top = 457 |
14 |
|
OnClick = GenerateBtnClick |
15 |
|
end |
16 |
+ |
inherited TestBtn: TButton |
17 |
+ |
Top = 457 |
18 |
+ |
end |
19 |
|
inherited PageControl: TPageControl |
20 |
|
inherited SelectPage: TTabSheet |
21 |
|
inherited Label2: TLabel |
22 |
+ |
Left = 7 |
23 |
+ |
Top = 224 |
24 |
|
Width = 106 |
25 |
|
Caption = 'Updateable Fields' |
26 |
|
end |
27 |
|
inherited Label4: TLabel |
28 |
< |
Top = 290 |
28 |
> |
Left = 7 |
29 |
|
end |
30 |
|
inherited FieldNamesGrid: TIBDynamicGrid |
31 |
< |
Height = 112 |
31 |
> |
Height = 104 |
32 |
> |
Top = 240 |
33 |
|
end |
34 |
|
inherited PrimaryKeysGrid: TIBDynamicGrid |
35 |
|
Height = 48 |
36 |
|
end |
37 |
|
inherited SelectSelectAll: TCheckBox |
38 |
< |
Top = 200 |
38 |
> |
Top = 344 |
39 |
|
end |
40 |
< |
object IncludePrimaryKeys: TCheckBox[8] |
41 |
< |
Left = 7 |
28 |
< |
Height = 22 |
29 |
< |
Top = 352 |
30 |
< |
Width = 221 |
31 |
< |
Caption = 'Include Primary keys in Field List' |
32 |
< |
Checked = True |
33 |
< |
OnChange = IncludePrimaryKeysChange |
34 |
< |
State = cbChecked |
35 |
< |
TabOrder = 5 |
36 |
< |
end |
37 |
< |
object Label5: TLabel[9] |
38 |
< |
Left = 7 |
40 |
> |
object Label5: TLabel[8] |
41 |
> |
Left = 9 |
42 |
|
Height = 14 |
43 |
< |
Top = 226 |
43 |
> |
Top = 152 |
44 |
|
Width = 138 |
45 |
|
Caption = 'Computed By Columns' |
46 |
|
ParentColor = False |
47 |
|
end |
48 |
< |
object ReadOnlyGrid: TIBDynamicGrid[10] |
49 |
< |
Left = 8 |
48 |
> |
object ReadOnlyGrid: TIBDynamicGrid[9] |
49 |
> |
Left = 9 |
50 |
|
Height = 48 |
51 |
< |
Top = 241 |
51 |
> |
Top = 168 |
52 |
|
Width = 209 |
53 |
|
Color = clWindow |
54 |
|
Columns = < |
76 |
|
FixedCols = 0 |
77 |
|
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
78 |
|
Scrollbars = ssAutoVertical |
79 |
< |
TabOrder = 6 |
79 |
> |
TabOrder = 5 |
80 |
|
ExpandEditorPanelBelowRow = False |
81 |
|
Descending = False |
82 |
|
EditorBorderStyle = bsSingle |
101 |
|
end |
102 |
|
inherited IBSQLEditFrame1: TIBSQLEditFrame |
103 |
|
Left = 282 |
104 |
< |
Height = 339 |
104 |
> |
Height = 389 |
105 |
|
Top = 24 |
106 |
|
Width = 448 |
107 |
|
Anchors = [akTop, akLeft, akRight, akBottom] |
108 |
< |
ClientHeight = 339 |
108 |
> |
ClientHeight = 389 |
109 |
|
ClientWidth = 448 |
110 |
|
TabOrder = 7 |
111 |
|
DesignLeft = 1974 |
112 |
|
DesignTop = 200 |
113 |
|
inherited SQLText: TSynEdit |
114 |
< |
Height = 313 |
114 |
> |
Height = 363 |
115 |
|
Width = 448 |
116 |
|
end |
117 |
|
inherited ToolBar1: TToolBar |
176 |
|
top = 203 |
177 |
|
end |
178 |
|
end |
179 |
+ |
object IncludePrimaryKeys: TCheckBox[9] |
180 |
+ |
Left = 24 |
181 |
+ |
Height = 22 |
182 |
+ |
Top = 465 |
183 |
+ |
Width = 241 |
184 |
+ |
Caption = 'Include Primary keys in Update SQL' |
185 |
+ |
TabOrder = 8 |
186 |
+ |
end |
187 |
|
end |