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

Comparing ibx/trunk/design/ibselectsqleditor.lfm (file contents):
Revision 34 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 35 by tony, Tue Jan 26 14:38:47 2016 UTC

# Line 8 | Line 8 | object IBSelectSQLEditorForm: TIBSelectS
8    ClientHeight = 437
9    ClientWidth = 747
10    OnShow = FormShow
11 <  LCLVersion = '1.2.6.0'
11 >  LCLVersion = '1.4.4.0'
12    object Label3: TLabel
13      Left = 279
14      Height = 15
15      Top = 16
16 <    Width = 24
16 >    Width = 21
17      Caption = 'SQL'
18      ParentColor = False
19    end
# Line 70 | Line 70 | object IBSelectSQLEditorForm: TIBSelectS
70    end
71    object QuoteFields: TCheckBox
72      Left = 24
73 <    Height = 22
73 >    Height = 19
74      Top = 400
75 <    Width = 125
75 >    Width = 108
76      Caption = '&Quote Identifiers'
77      TabOrder = 5
78    end
# Line 115 | Line 115 | object IBSelectSQLEditorForm: TIBSelectS
115        end
116        object TableNamesCombo: TComboBox
117          Left = 6
118 <        Height = 27
118 >        Height = 23
119          Top = 20
120          Width = 201
121          AutoComplete = True
122          AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
123 <        ItemHeight = 0
123 >        ItemHeight = 15
124          OnCloseUp = TableNamesComboCloseUp
125          TabOrder = 0
126        end
# Line 137 | Line 137 | object IBSelectSQLEditorForm: TIBSelectS
137          ScrollWidth = 202
138          ShowHint = True
139          TabOrder = 1
140        TopIndex = -1
140        end
141        object PrimaryKeyList: TListBox
142          Left = 7
# Line 148 | Line 147 | object IBSelectSQLEditorForm: TIBSelectS
147          OnDblClick = PrimaryKeyListDblClick
148          ScrollWidth = 198
149          TabOrder = 2
151        TopIndex = -1
150        end
151      end
152      object ExecutePage: TTabSheet
153        Caption = 'Procedures'
154 <      ClientHeight = 302
155 <      ClientWidth = 226
154 >      ClientHeight = 307
155 >      ClientWidth = 224
156        OnShow = ExecutePageShow
157        object Label16: TLabel
158          Left = 7
159          Height = 15
160          Top = 3
161 <        Width = 100
161 >        Width = 89
162          Caption = 'Procedure Name'
163          ParentColor = False
164        end
# Line 168 | Line 166 | object IBSelectSQLEditorForm: TIBSelectS
166          Left = 7
167          Height = 15
168          Top = 60
169 <        Width = 104
169 >        Width = 90
170          Caption = 'Input Parameters'
171          ParentColor = False
172        end
# Line 176 | Line 174 | object IBSelectSQLEditorForm: TIBSelectS
174          Left = 8
175          Height = 15
176          Top = 172
177 <        Width = 114
177 >        Width = 100
178          Caption = 'Output Parameters'
179          ParentColor = False
180        end
181        object ProcedureNames: TComboBox
182          Left = 7
183 <        Height = 27
183 >        Height = 23
184          Top = 20
185          Width = 201
186 <        ItemHeight = 0
186 >        ItemHeight = 15
187          OnCloseUp = ProcedureNamesCloseUp
188          ParentColor = True
189          TabOrder = 0
# Line 197 | Line 195 | object IBSelectSQLEditorForm: TIBSelectS
195          Width = 198
196          IntegralHeight = True
197          ItemHeight = 0
198 <        ScrollWidth = 196
198 >        ScrollWidth = 190
199          TabOrder = 1
202        TopIndex = -1
200        end
201        object ProcOutputList: TListBox
202          Left = 7
# Line 208 | Line 205 | object IBSelectSQLEditorForm: TIBSelectS
205          Width = 198
206          IntegralHeight = True
207          ItemHeight = 0
208 <        ScrollWidth = 196
208 >        ScrollWidth = 190
209          TabOrder = 2
213        TopIndex = -1
210        end
211        object SelectProcedure: TLabel
212          Left = 7
213 <        Height = 14
214 <        Top = 285
215 <        Width = 126
213 >        Height = 13
214 >        Top = 291
215 >        Width = 103
216          Anchors = [akLeft, akBottom]
217          Caption = 'Is ''Select Procedure'''
218          Font.Height = -11
# Line 229 | Line 225 | object IBSelectSQLEditorForm: TIBSelectS
225    end
226    object GenerateParams: TCheckBox
227      Left = 24
228 <    Height = 22
228 >    Height = 19
229      Top = 376
230 <    Width = 171
230 >    Width = 152
231      Caption = 'Allow DSQL Placeholders'
232      TabOrder = 7
233    end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines