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 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 IBModifySQLEditorForm: TIBModifySQLEditorForm
2 <  Left = 949
2 >  Left = 1041
3    Height = 512
4 +  Top = 330
5    Caption = 'Modify SQL Editor'
6    ClientHeight = 512
7    inherited Button1: TButton
# Line 85 | Line 86 | inherited IBModifySQLEditorForm: TIBModi
86      end
87      inherited ExecutePage: TTabSheet
88        inherited Label18: TLabel
89 <        Visible = False
89 <      end
90 <      inherited SelectProcedure: TLabel
91 <        Width = 81
92 <        Caption = 'Execute Only'
89 >        Top = 240
90        end
91        inherited InputProcGrid: TIBDynamicGrid
92 <        Height = 224
92 >        Height = 107
93        end
94        inherited OutputProcGrid: TIBDynamicGrid
95 <        Visible = False
95 >        Left = 10
96 >        Height = 112
97 >        Top = 256
98 >        Columns = <        
99 >          item
100 >            ButtonStyle = cbsCheckboxColumn
101 >            PickList.Strings = (            )
102 >            Title.Caption = 'SELECTED'
103 >            Width = 30
104 >            FieldName = 'SELECTED'
105 >            AutoSizeColumn = False
106 >            InitialSortColumn = False
107 >            DBLookupProperties.ItemHeight = 0
108 >            DBLookupProperties.ItemWidth = 0
109 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
110 >          end        
111 >          item
112 >            PickList.Strings = (            )
113 >            Title.Caption = 'COLUMNNAME'
114 >            Width = 0
115 >            Visible = False
116 >            FieldName = 'COLUMNNAME'
117 >            AutoSizeColumn = True
118 >            InitialSortColumn = False
119 >            DBLookupProperties.ItemHeight = 0
120 >            DBLookupProperties.ItemWidth = 0
121 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
122 >          end>
123        end
124      end
125    end
# Line 133 | Line 157 | inherited IBModifySQLEditorForm: TIBModi
157            ParamType = ptInput
158          end>
159      end
136    inherited UserProcedures: TIBQuery
137      AfterScroll = UserProceduresAfterScroll
138    end
160      inherited ProcInputParams: TIBQuery
161        ParamData = <      
162          item
# Line 175 | Line 196 | inherited IBModifySQLEditorForm: TIBModi
196        left = 436
197        top = 203
198      end
199 +    inherited PackageNames: TIBQuery
200 +      BeforeClose = nil
201 +    end
202    end
203    object IncludePrimaryKeys: TCheckBox[9]
204      Left = 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines