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 106 by tony, Thu Jan 18 14:37:35 2018 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC

# Line 1 | Line 1
1   inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 <  Left = 399
2 >  Left = 459
3    Height = 534
4 <  Top = 367
4 >  Top = 284
5    Caption = 'Insert SQL Editor'
6    ClientHeight = 534
7    inherited Button1: TButton
# Line 140 | Line 140 | inherited IBInsertSQLEditorForm: TIBInse
140      inherited ExecutePage: TTabSheet
141        ClientHeight = 424
142        inherited Label18: TLabel
143 <        Visible = False
144 <      end
145 <      inherited SelectProcedure: TLabel
146 <        Visible = True
143 >        Top = 256
144        end
145        inherited InputProcGrid: TIBDynamicGrid
146 <        Height = 224
146 >        Height = 123
147        end
148        inherited OutputProcGrid: TIBDynamicGrid
149 <        Visible = False
149 >        Height = 144
150 >        Top = 272
151 >        Columns = <        
152 >          item
153 >            ButtonStyle = cbsCheckboxColumn
154 >            PickList.Strings = (            )
155 >            Title.Caption = 'SELECTED'
156 >            Width = 0
157 >            FieldName = 'SELECTED'
158 >            AutoSizeColumn = False
159 >            InitialSortColumn = False
160 >            DBLookupProperties.ItemHeight = 0
161 >            DBLookupProperties.ItemWidth = 0
162 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
163 >          end        
164 >          item
165 >            PickList.Strings = (            )
166 >            Title.Caption = 'COLUMNNAME'
167 >            Width = 64
168 >            FieldName = 'COLUMNNAME'
169 >            AutoSizeColumn = True
170 >            InitialSortColumn = False
171 >            DBLookupProperties.ItemHeight = 0
172 >            DBLookupProperties.ItemWidth = 0
173 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
174 >          end>
175        end
176      end
177    end
# Line 190 | Line 212 | inherited IBInsertSQLEditorForm: TIBInse
212            ParamType = ptInput
213          end>
214      end
193    inherited UserProcedures: TIBQuery
194      AfterScroll = UserProceduresAfterScroll
195    end
215      inherited ProcInputParams: TIBQuery
216        ParamData = <      
217          item
# Line 228 | Line 247 | inherited IBInsertSQLEditorForm: TIBInse
247            ParamType = ptInput
248          end>
249      end
250 +    inherited PackageNames: TIBQuery
251 +      BeforeClose = nil
252 +    end
253    end
254   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines