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

Comparing ibx/trunk/design/ibmodifysqleditor.lfm (file contents):
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 106 by tony, Thu Jan 18 14:37:35 2018 UTC

# Line 1 | Line 1
1   inherited IBModifySQLEditorForm: TIBModifySQLEditorForm
2 +  Left = 949
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
7    ActivePage = SelectPage
8    TabIndex = 0
20      inherited SelectPage: TTabSheet
21 <      object IncludePrimaryKeys: TCheckBox[8]
22 <        Left = 5
23 <        Height = 22
24 <        Top = 300
25 <        Width = 221
26 <        Caption = 'Include Primary keys in Field List'
27 <        Checked = True
28 <        OnChange = IncludePrimaryKeysChange
29 <        State = cbChecked
21 >      inherited Label2: TLabel
22 >        Left = 7
23 >        Top = 224
24 >        Width = 106
25 >        Caption = 'Updateable Fields'
26 >      end
27 >      inherited Label4: TLabel
28 >        Left = 7
29 >      end
30 >      inherited FieldNamesGrid: TIBDynamicGrid
31 >        Height = 104
32 >        Top = 240
33 >      end
34 >      inherited PrimaryKeysGrid: TIBDynamicGrid
35 >        Height = 48
36 >      end
37 >      inherited SelectSelectAll: TCheckBox
38 >        Top = 344
39 >      end
40 >      object Label5: TLabel[8]
41 >        Left = 9
42 >        Height = 14
43 >        Top = 152
44 >        Width = 138
45 >        Caption = 'Computed By Columns'
46 >        ParentColor = False
47 >      end
48 >      object ReadOnlyGrid: TIBDynamicGrid[9]
49 >        Left = 9
50 >        Height = 48
51 >        Top = 168
52 >        Width = 209
53 >        Color = clWindow
54 >        Columns = <        
55 >          item
56 >            ButtonStyle = cbsCheckboxColumn
57 >            Title.Caption = 'SELECTED'
58 >            Width = 30
59 >            FieldName = 'SELECTED'
60 >            AutoSizeColumn = False
61 >            InitialSortColumn = False
62 >            DBLookupProperties.ItemHeight = 0
63 >            DBLookupProperties.ItemWidth = 0
64 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
65 >          end        
66 >          item
67 >            Title.Caption = 'COLUMNNAME'
68 >            Width = 64
69 >            FieldName = 'COLUMNNAME'
70 >            AutoSizeColumn = True
71 >            InitialSortColumn = False
72 >            DBLookupProperties.ItemHeight = 0
73 >            DBLookupProperties.ItemWidth = 0
74 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
75 >          end>
76 >        FixedCols = 0
77 >        Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
78 >        Scrollbars = ssAutoVertical
79          TabOrder = 5
80 +        ExpandEditorPanelBelowRow = False
81 +        Descending = False
82 +        EditorBorderStyle = bsSingle
83 +        DefaultPositionAtEnd = False
84        end
85      end
86      inherited ExecutePage: TTabSheet
# Line 37 | Line 101 | inherited IBModifySQLEditorForm: TIBModi
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
# Line 89 | Line 155 | inherited IBModifySQLEditorForm: TIBModi
155      inherited SQLTransaction: TIBTransaction
156        Params.Strings = (      )
157      end
158 +    inherited IdentityCols: TIBQuery
159 +      ParamData = <      
160 +        item
161 +          DataType = ftUnknown
162 +          Name = 'RDB$RELATION_NAME'
163 +          ParamType = ptInput
164 +        end>
165 +    end
166 +    inherited ReadOnlyFields: TIBQuery
167 +      ParamData = <      
168 +        item
169 +          DataType = ftUnknown
170 +          Name = 'RDB$RELATION_NAME'
171 +          ParamType = ptInput
172 +        end>
173 +    end
174 +    inherited ReadOnlyFieldsSource: TDataSource
175 +      left = 436
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines