1 |
inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm |
2 |
Left = 459 |
3 |
Height = 534 |
4 |
Top = 284 |
5 |
Caption = 'Insert SQL Editor' |
6 |
ClientHeight = 534 |
7 |
inherited Button1: TButton |
8 |
Top = 476 |
9 |
end |
10 |
inherited Button2: TButton |
11 |
Top = 476 |
12 |
end |
13 |
inherited GenerateBtn: TButton |
14 |
Top = 476 |
15 |
OnClick = GenerateBtnClick |
16 |
end |
17 |
inherited TestBtn: TButton |
18 |
Top = 476 |
19 |
end |
20 |
inherited QuoteFields: TCheckBox |
21 |
Top = 488 |
22 |
end |
23 |
inherited PageControl: TPageControl |
24 |
Height = 456 |
25 |
inherited SelectPage: TTabSheet |
26 |
ClientHeight = 424 |
27 |
inherited Label2: TLabel |
28 |
Top = 304 |
29 |
Width = 125 |
30 |
Caption = 'Updateable Columns' |
31 |
end |
32 |
inherited Label4: TLabel |
33 |
Left = 7 |
34 |
Top = 72 |
35 |
end |
36 |
inherited FieldNamesGrid: TIBDynamicGrid |
37 |
Height = 80 |
38 |
Top = 320 |
39 |
end |
40 |
inherited PrimaryKeysGrid: TIBDynamicGrid |
41 |
Left = 7 |
42 |
Top = 88 |
43 |
DataSource = IBSQLEditFrame.IdentityColsSource |
44 |
end |
45 |
inherited SelectSelectAll: TCheckBox |
46 |
Top = 400 |
47 |
end |
48 |
object Label6: TLabel[8] |
49 |
Left = 7 |
50 |
Height = 14 |
51 |
Top = 152 |
52 |
Width = 103 |
53 |
Caption = '&Identity Columns' |
54 |
ParentColor = False |
55 |
end |
56 |
object IdentityGrid: TIBDynamicGrid[9] |
57 |
Left = 8 |
58 |
Height = 56 |
59 |
Top = 168 |
60 |
Width = 209 |
61 |
Color = clWindow |
62 |
Columns = < |
63 |
item |
64 |
ButtonStyle = cbsCheckboxColumn |
65 |
Title.Caption = 'SELECTED' |
66 |
Width = 30 |
67 |
FieldName = 'SELECTED' |
68 |
AutoSizeColumn = False |
69 |
InitialSortColumn = False |
70 |
DBLookupProperties.ItemHeight = 0 |
71 |
DBLookupProperties.ItemWidth = 0 |
72 |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
73 |
end |
74 |
item |
75 |
ReadOnly = True |
76 |
Title.Caption = 'COLUMNNAME' |
77 |
Width = 64 |
78 |
FieldName = 'COLUMNNAME' |
79 |
AutoSizeColumn = True |
80 |
InitialSortColumn = False |
81 |
DBLookupProperties.ItemHeight = 0 |
82 |
DBLookupProperties.ItemWidth = 0 |
83 |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
84 |
end> |
85 |
DataSource = IBSQLEditFrame.IdentityColsSource |
86 |
FixedCols = 0 |
87 |
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
88 |
Scrollbars = ssAutoVertical |
89 |
TabOrder = 5 |
90 |
OnDblClick = IdentityGridDblClick |
91 |
ExpandEditorPanelBelowRow = False |
92 |
Descending = False |
93 |
EditorBorderStyle = bsSingle |
94 |
DefaultPositionAtEnd = False |
95 |
end |
96 |
object Label5: TLabel[10] |
97 |
Left = 8 |
98 |
Height = 14 |
99 |
Top = 232 |
100 |
Width = 138 |
101 |
Caption = '&Computed By Columns' |
102 |
ParentColor = False |
103 |
end |
104 |
object ReadOnlyGrid: TIBDynamicGrid[11] |
105 |
Left = 8 |
106 |
Height = 48 |
107 |
Top = 248 |
108 |
Width = 208 |
109 |
Color = clWindow |
110 |
Columns = < |
111 |
item |
112 |
ButtonStyle = cbsCheckboxColumn |
113 |
Title.Caption = 'SELECTED' |
114 |
Width = 30 |
115 |
FieldName = 'SELECTED' |
116 |
AutoSizeColumn = False |
117 |
InitialSortColumn = False |
118 |
DBLookupProperties.ItemHeight = 0 |
119 |
DBLookupProperties.ItemWidth = 0 |
120 |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
121 |
end |
122 |
item |
123 |
ReadOnly = True |
124 |
Title.Caption = 'COLUMNNAME' |
125 |
Width = 64 |
126 |
FieldName = 'COLUMNNAME' |
127 |
AutoSizeColumn = True |
128 |
InitialSortColumn = False |
129 |
DBLookupProperties.ItemHeight = 0 |
130 |
DBLookupProperties.ItemWidth = 0 |
131 |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
132 |
end> |
133 |
FixedCols = 0 |
134 |
Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert] |
135 |
Scrollbars = ssAutoVertical |
136 |
TabOrder = 6 |
137 |
OnDblClick = ReadOnlyGridDblClick |
138 |
ExpandEditorPanelBelowRow = False |
139 |
Descending = False |
140 |
EditorBorderStyle = bsSingle |
141 |
DefaultPositionAtEnd = False |
142 |
end |
143 |
end |
144 |
inherited ExecutePage: TTabSheet |
145 |
ClientHeight = 424 |
146 |
inherited Label18: TLabel |
147 |
Top = 256 |
148 |
end |
149 |
inherited InputProcGrid: TIBDynamicGrid |
150 |
Height = 123 |
151 |
end |
152 |
inherited OutputProcGrid: TIBDynamicGrid |
153 |
Height = 144 |
154 |
Top = 272 |
155 |
Columns = < |
156 |
item |
157 |
ButtonStyle = cbsCheckboxColumn |
158 |
PickList.Strings = ( ) |
159 |
Title.Caption = 'SELECTED' |
160 |
Width = 0 |
161 |
FieldName = 'SELECTED' |
162 |
AutoSizeColumn = False |
163 |
InitialSortColumn = False |
164 |
DBLookupProperties.ItemHeight = 0 |
165 |
DBLookupProperties.ItemWidth = 0 |
166 |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
167 |
end |
168 |
item |
169 |
PickList.Strings = ( ) |
170 |
Title.Caption = 'COLUMNNAME' |
171 |
Width = 64 |
172 |
FieldName = 'COLUMNNAME' |
173 |
AutoSizeColumn = True |
174 |
InitialSortColumn = False |
175 |
DBLookupProperties.ItemHeight = 0 |
176 |
DBLookupProperties.ItemWidth = 0 |
177 |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
178 |
end> |
179 |
end |
180 |
end |
181 |
end |
182 |
inherited GenerateParams: TCheckBox |
183 |
Top = 464 |
184 |
end |
185 |
inherited IBSQLEditFrame1: TIBSQLEditFrame |
186 |
Left = 282 |
187 |
Height = 442 |
188 |
Top = 24 |
189 |
Width = 448 |
190 |
Anchors = [akTop, akLeft, akRight, akBottom] |
191 |
ClientHeight = 442 |
192 |
ClientWidth = 448 |
193 |
TabOrder = 7 |
194 |
DesignLeft = 1974 |
195 |
DesignTop = 200 |
196 |
inherited SQLText: TSynEdit |
197 |
Height = 416 |
198 |
Width = 448 |
199 |
end |
200 |
inherited ToolBar1: TToolBar |
201 |
Width = 448 |
202 |
end |
203 |
inherited FieldNameList: TIBQuery |
204 |
ParamData = < |
205 |
item |
206 |
DataType = ftUnknown |
207 |
Name = 'RDB$RELATION_NAME' |
208 |
ParamType = ptInput |
209 |
end> |
210 |
end |
211 |
inherited PrimaryKeys: TIBQuery |
212 |
ParamData = < |
213 |
item |
214 |
DataType = ftUnknown |
215 |
Name = 'RDB$RELATION_NAME' |
216 |
ParamType = ptInput |
217 |
end> |
218 |
end |
219 |
inherited ProcInputParams: TIBQuery |
220 |
ParamData = < |
221 |
item |
222 |
DataType = ftUnknown |
223 |
Name = 'RDB$PROCEDURE_NAME' |
224 |
ParamType = ptInput |
225 |
end> |
226 |
end |
227 |
inherited ProcOutputParams: TIBQuery |
228 |
ParamData = < |
229 |
item |
230 |
DataType = ftUnknown |
231 |
Name = 'RDB$PROCEDURE_NAME' |
232 |
ParamType = ptInput |
233 |
end> |
234 |
end |
235 |
inherited SQLTransaction: TIBTransaction |
236 |
Params.Strings = ( ) |
237 |
end |
238 |
inherited IdentityCols: TIBQuery |
239 |
ParamData = < |
240 |
item |
241 |
DataType = ftUnknown |
242 |
Name = 'RDB$RELATION_NAME' |
243 |
ParamType = ptInput |
244 |
end> |
245 |
end |
246 |
inherited ReadOnlyFields: TIBQuery |
247 |
ParamData = < |
248 |
item |
249 |
DataType = ftUnknown |
250 |
Name = 'RDB$RELATION_NAME' |
251 |
ParamType = ptInput |
252 |
end> |
253 |
end |
254 |
inherited PackageNames: TIBQuery |
255 |
BeforeClose = nil |
256 |
end |
257 |
end |
258 |
end |