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 18 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 19 by tony, Mon Jul 7 13:00:15 2014 UTC

# Line 8 | Line 8 | object IBSelectSQLEditorForm: TIBSelectS
8    ClientHeight = 437
9    ClientWidth = 747
10    OnShow = FormShow
11 <  LCLVersion = '0.9.30'
11 >  LCLVersion = '1.2.2.0'
12    object Label3: TLabel
13      Left = 279
14 <    Height = 18
14 >    Height = 15
15      Top = 16
16 <    Width = 26
16 >    Width = 24
17      Caption = 'SQL'
18      ParentColor = False
19    end
# Line 69 | Line 69 | object IBSelectSQLEditorForm: TIBSelectS
69      TabOrder = 4
70    end
71    object QuoteFields: TCheckBox
72 <    Left = 16
73 <    Height = 22
74 <    Top = 380
75 <    Width = 132
72 >    Left = 24
73 >    Height = 24
74 >    Top = 400
75 >    Width = 127
76      Caption = '&Quote Identifiers'
77      TabOrder = 5
78    end
# Line 86 | Line 86 | object IBSelectSQLEditorForm: TIBSelectS
86      TabOrder = 6
87      object SelectPage: TTabSheet
88        Caption = 'Tables'
89 <      ClientHeight = 300
90 <      ClientWidth = 226
89 >      ClientHeight = 298
90 >      ClientWidth = 224
91        OnShow = SelectPageShow
92        object Label1: TLabel
93          Left = 7
94 <        Height = 18
94 >        Height = 15
95          Top = 4
96 <        Width = 78
96 >        Width = 69
97          Caption = 'Table Name'
98          ParentColor = False
99        end
100        object Label2: TLabel
101          Left = 7
102 <        Height = 18
102 >        Height = 15
103          Top = 72
104 <        Width = 39
104 >        Width = 33
105          Caption = 'Fields'
106          ParentColor = False
107        end
108        object Label4: TLabel
109          Left = 7
110 <        Height = 18
110 >        Height = 15
111          Top = 244
112 <        Width = 87
112 >        Width = 77
113          Caption = 'Primary Keys'
114          ParentColor = False
115        end
116        object TableNamesCombo: TComboBox
117          Left = 7
118 <        Height = 29
118 >        Height = 27
119          Top = 20
120          Width = 201
121          ItemHeight = 0
# Line 132 | Line 132 | object IBSelectSQLEditorForm: TIBSelectS
132          MultiSelect = True
133          OnDblClick = FieldListDblClick
134          ParentShowHint = False
135 +        ScrollWidth = 202
136          ShowHint = True
137          TabOrder = 1
138          TopIndex = -1
# Line 143 | Line 144 | object IBSelectSQLEditorForm: TIBSelectS
144          Width = 200
145          ItemHeight = 0
146          OnDblClick = PrimaryKeyListDblClick
147 +        ScrollWidth = 198
148          TabOrder = 2
149          TopIndex = -1
150        end
151      end
152      object ExecutePage: TTabSheet
153        Caption = 'Procedures'
154 <      ClientHeight = 300
155 <      ClientWidth = 226
154 >      ClientHeight = 298
155 >      ClientWidth = 224
156        OnShow = ExecutePageShow
157        object Label16: TLabel
158          Left = 7
# Line 193 | Line 195 | object IBSelectSQLEditorForm: TIBSelectS
195          Width = 198
196          IntegralHeight = True
197          ItemHeight = 0
198 +        ScrollWidth = 196
199          TabOrder = 1
200          TopIndex = -1
201        end
# Line 203 | Line 206 | object IBSelectSQLEditorForm: TIBSelectS
206          Width = 198
207          IntegralHeight = True
208          ItemHeight = 0
209 +        ScrollWidth = 196
210          TabOrder = 2
211          TopIndex = -1
212        end
# Line 221 | Line 225 | object IBSelectSQLEditorForm: TIBSelectS
225        end
226      end
227    end
228 +  object GenerateParams: TCheckBox
229 +    Left = 24
230 +    Height = 24
231 +    Top = 376
232 +    Width = 173
233 +    Caption = 'Allow DSQL Placeholders'
234 +    TabOrder = 7
235 +  end
236    object IBTransaction1: TIBTransaction
237      Active = False
238      left = 212

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines