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 142 by tony, Thu Jan 18 14:37:40 2018 UTC vs.
Revision 143 by tony, Fri Feb 23 12:11:21 2018 UTC

# Line 72 | Line 72 | inherited IBInsertSQLEditorForm: TIBInse
72              DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
73            end        
74            item
75 +            ReadOnly = True
76              Title.Caption = 'COLUMNNAME'
77              Width = 64
78              FieldName = 'COLUMNNAME'
# Line 86 | Line 87 | inherited IBInsertSQLEditorForm: TIBInse
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
# Line 118 | Line 120 | inherited IBInsertSQLEditorForm: TIBInse
120              DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
121            end        
122            item
123 +            ReadOnly = True
124              Title.Caption = 'COLUMNNAME'
125              Width = 64
126              FieldName = 'COLUMNNAME'
# Line 131 | Line 134 | inherited IBInsertSQLEditorForm: TIBInse
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines