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 7 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 67 by tony, Tue Oct 3 14:08:11 2017 UTC

# Line 1 | Line 1
1   object IBSelectSQLEditorForm: TIBSelectSQLEditorForm
2 <  Left = 272
2 >  Left = 527
3    Height = 437
4 <  Top = 457
4 >  Top = 460
5    Width = 747
6    ActiveControl = PageControl
7    Caption = 'Select SQL Editor'
8    ClientHeight = 437
9    ClientWidth = 747
10    OnShow = FormShow
11 <  LCLVersion = '0.9.30'
11 >  Position = poScreenCenter
12 >  LCLVersion = '1.8.0.4'
13    object Label3: TLabel
14      Left = 279
15 <    Height = 18
15 >    Height = 14
16      Top = 16
17 <    Width = 26
17 >    Width = 24
18      Caption = 'SQL'
19      ParentColor = False
20    end
# Line 69 | Line 70 | object IBSelectSQLEditorForm: TIBSelectS
70      TabOrder = 4
71    end
72    object QuoteFields: TCheckBox
73 <    Left = 16
73 >    Left = 24
74      Height = 22
75 <    Top = 380
76 <    Width = 132
75 >    Top = 400
76 >    Width = 125
77      Caption = '&Quote Identifiers'
78      TabOrder = 5
79    end
# Line 86 | Line 87 | object IBSelectSQLEditorForm: TIBSelectS
87      TabOrder = 6
88      object SelectPage: TTabSheet
89        Caption = 'Tables'
90 <      ClientHeight = 300
90 >      ClientHeight = 303
91        ClientWidth = 226
92        OnShow = SelectPageShow
93        object Label1: TLabel
94          Left = 7
95 <        Height = 18
95 >        Height = 14
96          Top = 4
97 <        Width = 78
97 >        Width = 69
98          Caption = 'Table Name'
99          ParentColor = False
100        end
101        object Label2: TLabel
102          Left = 7
103 <        Height = 18
104 <        Top = 72
105 <        Width = 39
103 >        Height = 14
104 >        Top = 56
105 >        Width = 33
106          Caption = 'Fields'
107          ParentColor = False
108        end
109        object Label4: TLabel
110          Left = 7
111 <        Height = 18
112 <        Top = 244
113 <        Width = 87
111 >        Height = 14
112 >        Top = 208
113 >        Width = 77
114          Caption = 'Primary Keys'
115          ParentColor = False
116        end
117        object TableNamesCombo: TComboBox
118 <        Left = 7
119 <        Height = 29
118 >        Left = 6
119 >        Height = 27
120          Top = 20
121          Width = 201
122 +        AutoComplete = True
123 +        AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
124          ItemHeight = 0
125          OnCloseUp = TableNamesComboCloseUp
126          TabOrder = 0
127        end
128        object FieldList: TListBox
129          Left = 7
130 <        Height = 138
130 >        Height = 123
131          Hint = 'Select Fields to include in Select Statements, or leave unselected to select all'
132 <        Top = 92
132 >        Top = 77
133          Width = 204
134          ItemHeight = 0
135          MultiSelect = True
136          OnDblClick = FieldListDblClick
137          ParentShowHint = False
138 +        ScrollWidth = 202
139          ShowHint = True
140          TabOrder = 1
141          TopIndex = -1
142        end
143        object PrimaryKeyList: TListBox
144          Left = 7
145 <        Height = 28
146 <        Top = 260
145 >        Height = 64
146 >        Top = 224
147          Width = 200
148          ItemHeight = 0
149          OnDblClick = PrimaryKeyListDblClick
150 +        ScrollWidth = 198
151          TabOrder = 2
152          TopIndex = -1
153        end
154      end
155      object ExecutePage: TTabSheet
156        Caption = 'Procedures'
157 <      ClientHeight = 300
157 >      ClientHeight = 303
158        ClientWidth = 226
159        OnShow = ExecutePageShow
160        object Label16: TLabel
161          Left = 7
162 <        Height = 18
162 >        Height = 15
163          Top = 3
164 <        Width = 109
164 >        Width = 100
165          Caption = 'Procedure Name'
166          ParentColor = False
167        end
168        object Label17: TLabel
169          Left = 7
170 <        Height = 18
170 >        Height = 15
171          Top = 60
172 <        Width = 112
172 >        Width = 104
173          Caption = 'Input Parameters'
174          ParentColor = False
175        end
176        object Label18: TLabel
177          Left = 8
178 <        Height = 18
178 >        Height = 15
179          Top = 172
180 <        Width = 123
180 >        Width = 114
181          Caption = 'Output Parameters'
182          ParentColor = False
183        end
184        object ProcedureNames: TComboBox
185          Left = 7
186 <        Height = 29
186 >        Height = 27
187          Top = 20
188          Width = 201
189          ItemHeight = 0
# Line 193 | Line 198 | object IBSelectSQLEditorForm: TIBSelectS
198          Width = 198
199          IntegralHeight = True
200          ItemHeight = 0
201 +        ScrollWidth = 196
202          TabOrder = 1
203          TopIndex = -1
204        end
# Line 203 | Line 209 | object IBSelectSQLEditorForm: TIBSelectS
209          Width = 198
210          IntegralHeight = True
211          ItemHeight = 0
212 +        ScrollWidth = 196
213          TabOrder = 2
214          TopIndex = -1
215        end
216        object SelectProcedure: TLabel
217          Left = 7
218 <        Height = 15
219 <        Top = 280
220 <        Width = 127
218 >        Height = 14
219 >        Top = 285
220 >        Width = 126
221          Anchors = [akLeft, akBottom]
222          Caption = 'Is ''Select Procedure'''
223          Font.Height = -11
# Line 221 | Line 228 | object IBSelectSQLEditorForm: TIBSelectS
228        end
229      end
230    end
231 +  object GenerateParams: TCheckBox
232 +    Left = 24
233 +    Height = 22
234 +    Top = 376
235 +    Width = 171
236 +    Caption = 'Allow DSQL Placeholders'
237 +    TabOrder = 7
238 +  end
239    object IBTransaction1: TIBTransaction
240      Active = False
241      left = 212

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines