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

Comparing ibx/trunk/design/ibinsertsqleditor.lfm (file contents):
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC vs.
Revision 106 by tony, Thu Jan 18 14:37:35 2018 UTC

# Line 1 | Line 1
1   inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2    Left = 399
3 +  Height = 534
4    Top = 367
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 = 8
34 <        Top = 296
13 <        Width = 103
14 <        Caption = 'Identity Columns'
33 >        Left = 7
34 >        Top = 72
35        end
36        inherited FieldNamesGrid: TIBDynamicGrid
37 <        Height = 112
37 >        Height = 80
38 >        Top = 320
39        end
40        inherited PrimaryKeysGrid: TIBDynamicGrid
41 <        Left = 8
42 <        Top = 312
41 >        Left = 7
42 >        Top = 88
43          DataSource = IBSQLEditFrame.IdentityColsSource
44        end
45        inherited SelectSelectAll: TCheckBox
46 <        Top = 200
46 >        Top = 400
47        end
48 <      object Label5: TLabel[8]
48 >      object Label6: TLabel[8]
49          Left = 7
50          Height = 14
51 <        Top = 226
52 <        Width = 138
53 <        Caption = 'Computed By Columns'
51 >        Top = 152
52 >        Width = 103
53 >        Caption = '&Identity Columns'
54          ParentColor = False
55        end
56 <      object ReadOnlyGrid: TIBDynamicGrid[9]
56 >      object IdentityGrid: TIBDynamicGrid[9]
57          Left = 8
58 <        Height = 48
59 <        Top = 241
58 >        Height = 56
59 >        Top = 168
60          Width = 209
61          Color = clWindow
62          Columns = <        
# Line 60 | Line 81 | inherited IBInsertSQLEditorForm: TIBInse
81              DBLookupProperties.ItemWidth = 0
82              DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
83            end>
84 +        DataSource = IBSQLEditFrame.IdentityColsSource
85          FixedCols = 0
86          Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
87          Scrollbars = ssAutoVertical
# Line 69 | Line 91 | inherited IBInsertSQLEditorForm: TIBInse
91          EditorBorderStyle = bsSingle
92          DefaultPositionAtEnd = False
93        end
94 +      object Label5: TLabel[10]
95 +        Left = 8
96 +        Height = 14
97 +        Top = 232
98 +        Width = 138
99 +        Caption = '&Computed By Columns'
100 +        ParentColor = False
101 +      end
102 +      object ReadOnlyGrid: TIBDynamicGrid[11]
103 +        Left = 8
104 +        Height = 48
105 +        Top = 248
106 +        Width = 208
107 +        Color = clWindow
108 +        Columns = <        
109 +          item
110 +            ButtonStyle = cbsCheckboxColumn
111 +            Title.Caption = 'SELECTED'
112 +            Width = 30
113 +            FieldName = 'SELECTED'
114 +            AutoSizeColumn = False
115 +            InitialSortColumn = False
116 +            DBLookupProperties.ItemHeight = 0
117 +            DBLookupProperties.ItemWidth = 0
118 +            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
119 +          end        
120 +          item
121 +            Title.Caption = 'COLUMNNAME'
122 +            Width = 64
123 +            FieldName = 'COLUMNNAME'
124 +            AutoSizeColumn = True
125 +            InitialSortColumn = False
126 +            DBLookupProperties.ItemHeight = 0
127 +            DBLookupProperties.ItemWidth = 0
128 +            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
129 +          end>
130 +        FixedCols = 0
131 +        Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
132 +        Scrollbars = ssAutoVertical
133 +        TabOrder = 6
134 +        ExpandEditorPanelBelowRow = False
135 +        Descending = False
136 +        EditorBorderStyle = bsSingle
137 +        DefaultPositionAtEnd = False
138 +      end
139      end
140      inherited ExecutePage: TTabSheet
141 +      ClientHeight = 424
142        inherited Label18: TLabel
143          Visible = False
144        end
# Line 85 | Line 153 | inherited IBInsertSQLEditorForm: TIBInse
153        end
154      end
155    end
156 +  inherited GenerateParams: TCheckBox
157 +    Top = 464
158 +  end
159    inherited IBSQLEditFrame1: TIBSQLEditFrame
160      Left = 282
161 <    Height = 339
161 >    Height = 442
162      Top = 24
163      Width = 448
164      Anchors = [akTop, akLeft, akRight, akBottom]
165 <    ClientHeight = 339
165 >    ClientHeight = 442
166      ClientWidth = 448
167      TabOrder = 7
168      DesignLeft = 1974
169      DesignTop = 200
170      inherited SQLText: TSynEdit
171 <      Height = 313
171 >      Height = 416
172        Width = 448
173      end
174      inherited ToolBar1: TToolBar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines