ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibupdatesqleditor.lfm
(Generate patch)

Comparing ibx/trunk/design/ibupdatesqleditor.lfm (file contents):
Revision 104 by tony, Mon Jan 1 11:31:32 2018 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 18 | Line 18 | object IBUpdateSQLEditorForm: TIBUpdateS
18      Height = 352
19      Top = 8
20      Width = 641
21 <    ActivePage = SQLPage
21 >    ActivePage = FieldsPage
22      Anchors = [akTop, akLeft, akRight, akBottom]
23 <    TabIndex = 1
23 >    TabIndex = 0
24      TabOrder = 0
25      object FieldsPage: TTabSheet
26        Caption = 'Options'
# Line 56 | Line 56 | object IBUpdateSQLEditorForm: TIBUpdateS
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
# Line 119 | Line 119 | object IBUpdateSQLEditorForm: TIBUpdateS
119          end
120          object PrimaryKeysGrid: TIBDynamicGrid
121            Left = 288
122 <          Height = 181
122 >          Height = 61
123            Top = 35
124            Width = 144
125            Color = clWindow
# Line 156 | Line 156 | object IBUpdateSQLEditorForm: TIBUpdateS
156          end
157          object FieldNamesGrid: TIBDynamicGrid
158            Left = 458
159 <          Height = 184
159 >          Height = 216
160            Top = 32
161            Width = 144
162            Color = clWindow
# Line 195 | Line 195 | object IBUpdateSQLEditorForm: TIBUpdateS
195          object SelectSelectAll: TCheckBox
196            Left = 456
197            Height = 22
198 <          Top = 216
198 >          Top = 248
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 Label6: TLabel
213 +          Left = 289
214 +          Height = 14
215 +          Top = 176
216 +          Width = 103
217 +          Caption = '&Identity Columns'
218 +          ParentColor = False
219 +        end
220 +        object ReadOnlyGrid: TIBDynamicGrid
221 +          Left = 289
222 +          Height = 48
223 +          Top = 119
224 +          Width = 143
225 +          Color = clWindow
226 +          Columns = <          
227 +            item
228 +              ButtonStyle = cbsCheckboxColumn
229 +              Title.Caption = 'SELECTED'
230 +              Width = 30
231 +              FieldName = 'SELECTED'
232 +              AutoSizeColumn = False
233 +              InitialSortColumn = False
234 +              DBLookupProperties.ItemHeight = 0
235 +              DBLookupProperties.ItemWidth = 0
236 +              DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
237 +            end          
238 +            item
239 +              Title.Caption = 'COLUMNNAME'
240 +              Width = 64
241 +              FieldName = 'COLUMNNAME'
242 +              AutoSizeColumn = True
243 +              InitialSortColumn = False
244 +              DBLookupProperties.ItemHeight = 0
245 +              DBLookupProperties.ItemWidth = 0
246 +              DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
247 +            end>
248 +          FixedCols = 0
249 +          Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
250 +          Scrollbars = ssAutoVertical
251 +          TabOrder = 9
252 +          ExpandEditorPanelBelowRow = False
253 +          Descending = False
254 +          EditorBorderStyle = bsSingle
255 +          DefaultPositionAtEnd = 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
# Line 304 | Line 395 | object IBUpdateSQLEditorForm: TIBUpdateS
395                ParamType = ptInput
396              end>
397          end
398 +        inherited IdentityCols: TIBQuery
399 +          ParamData = <          
400 +            item
401 +              DataType = ftUnknown
402 +              Name = 'RDB$RELATION_NAME'
403 +              ParamType = ptInput
404 +            end>
405 +        end
406 +        inherited ReadOnlyFields: TIBQuery
407 +          ParamData = <          
408 +            item
409 +              DataType = ftUnknown
410 +              Name = 'RDB$RELATION_NAME'
411 +              ParamType = ptInput
412 +            end>
413 +        end
414        end
415      end
416    end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines