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 36 by tony, Tue Jan 26 14:38:47 2016 UTC vs.
Revision 37 by tony, Mon Feb 15 14:44:25 2016 UTC

# Line 13 | Line 13 | object IBSelectSQLEditorForm: TIBSelectS
13      Left = 279
14      Height = 15
15      Top = 16
16 <    Width = 21
16 >    Width = 24
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 = 19
73 >    Height = 22
74      Top = 400
75 <    Width = 108
75 >    Width = 125
76      Caption = '&Quote Identifiers'
77      TabOrder = 5
78    end
# Line 81 | Line 81 | object IBSelectSQLEditorForm: TIBSelectS
81      Height = 335
82      Top = 28
83      Width = 232
84 <    ActivePage = ExecutePage
85 <    TabIndex = 1
84 >    ActivePage = SelectPage
85 >    TabIndex = 0
86      TabOrder = 6
87      object SelectPage: TTabSheet
88        Caption = 'Tables'
# Line 100 | Line 100 | object IBSelectSQLEditorForm: TIBSelectS
100        object Label2: TLabel
101          Left = 7
102          Height = 15
103 <        Top = 72
103 >        Top = 56
104          Width = 33
105          Caption = 'Fields'
106          ParentColor = False
# Line 108 | Line 108 | object IBSelectSQLEditorForm: TIBSelectS
108        object Label4: TLabel
109          Left = 7
110          Height = 15
111 <        Top = 244
111 >        Top = 208
112          Width = 77
113          Caption = 'Primary Keys'
114          ParentColor = False
115        end
116        object TableNamesCombo: TComboBox
117          Left = 6
118 <        Height = 23
118 >        Height = 27
119          Top = 20
120          Width = 201
121          AutoComplete = True
122          AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
123 <        ItemHeight = 15
123 >        ItemHeight = 0
124          OnCloseUp = TableNamesComboCloseUp
125          TabOrder = 0
126        end
127        object FieldList: TListBox
128          Left = 7
129 <        Height = 138
129 >        Height = 123
130          Hint = 'Select Fields to include in Select Statements, or leave unselected to select all'
131 <        Top = 92
131 >        Top = 77
132          Width = 204
133          ItemHeight = 0
134          MultiSelect = True
# Line 137 | Line 137 | object IBSelectSQLEditorForm: TIBSelectS
137          ScrollWidth = 202
138          ShowHint = True
139          TabOrder = 1
140 +        TopIndex = -1
141        end
142        object PrimaryKeyList: TListBox
143          Left = 7
144 <        Height = 28
145 <        Top = 260
144 >        Height = 64
145 >        Top = 224
146          Width = 200
147          ItemHeight = 0
148          OnDblClick = PrimaryKeyListDblClick
149          ScrollWidth = 198
150          TabOrder = 2
151 +        TopIndex = -1
152        end
153      end
154      object ExecutePage: TTabSheet
155        Caption = 'Procedures'
156 <      ClientHeight = 307
157 <      ClientWidth = 224
156 >      ClientHeight = 302
157 >      ClientWidth = 226
158        OnShow = ExecutePageShow
159        object Label16: TLabel
160          Left = 7
161          Height = 15
162          Top = 3
163 <        Width = 89
163 >        Width = 100
164          Caption = 'Procedure Name'
165          ParentColor = False
166        end
# Line 166 | Line 168 | object IBSelectSQLEditorForm: TIBSelectS
168          Left = 7
169          Height = 15
170          Top = 60
171 <        Width = 90
171 >        Width = 104
172          Caption = 'Input Parameters'
173          ParentColor = False
174        end
# Line 174 | Line 176 | object IBSelectSQLEditorForm: TIBSelectS
176          Left = 8
177          Height = 15
178          Top = 172
179 <        Width = 100
179 >        Width = 114
180          Caption = 'Output Parameters'
181          ParentColor = False
182        end
183        object ProcedureNames: TComboBox
184          Left = 7
185 <        Height = 23
185 >        Height = 27
186          Top = 20
187          Width = 201
188 <        ItemHeight = 15
188 >        ItemHeight = 0
189          OnCloseUp = ProcedureNamesCloseUp
190          ParentColor = True
191          TabOrder = 0
# Line 195 | Line 197 | object IBSelectSQLEditorForm: TIBSelectS
197          Width = 198
198          IntegralHeight = True
199          ItemHeight = 0
200 <        ScrollWidth = 190
200 >        ScrollWidth = 196
201          TabOrder = 1
202 +        TopIndex = -1
203        end
204        object ProcOutputList: TListBox
205          Left = 7
# Line 205 | Line 208 | object IBSelectSQLEditorForm: TIBSelectS
208          Width = 198
209          IntegralHeight = True
210          ItemHeight = 0
211 <        ScrollWidth = 190
211 >        ScrollWidth = 196
212          TabOrder = 2
213 +        TopIndex = -1
214        end
215        object SelectProcedure: TLabel
216          Left = 7
217 <        Height = 13
218 <        Top = 291
219 <        Width = 103
217 >        Height = 14
218 >        Top = 285
219 >        Width = 126
220          Anchors = [akLeft, akBottom]
221          Caption = 'Is ''Select Procedure'''
222          Font.Height = -11
# Line 225 | Line 229 | object IBSelectSQLEditorForm: TIBSelectS
229    end
230    object GenerateParams: TCheckBox
231      Left = 24
232 <    Height = 19
232 >    Height = 22
233      Top = 376
234 <    Width = 152
234 >    Width = 171
235      Caption = 'Allow DSQL Placeholders'
236      TabOrder = 7
237    end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines