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

Comparing ibx/trunk/design/ibrefreshsqleditor.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 1 | Line 1
1   object IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm
2 <  Left = 405
2 >  Left = 492
3    Height = 438
4 <  Top = 313
4 >  Top = 340
5    Width = 749
6    ActiveControl = TableNamesCombo
7    Caption = 'Refresh SQL Editor'
8    ClientHeight = 438
9    ClientWidth = 749
10    OnShow = FormShow
11 <  LCLVersion = '0.9.30'
11 >  LCLVersion = '1.2.2.0'
12    object Label1: TLabel
13      Left = 16
14 <    Height = 18
14 >    Height = 15
15      Top = 16
16 <    Width = 78
16 >    Width = 69
17      Caption = 'Table Name'
18      ParentColor = False
19    end
20    object Label2: TLabel
21      Left = 19
22 <    Height = 18
22 >    Height = 15
23      Top = 84
24 <    Width = 39
24 >    Width = 33
25      Caption = 'Fields'
26      ParentColor = False
27    end
28    object Label3: TLabel
29      Left = 279
30 <    Height = 18
30 >    Height = 15
31      Top = 16
32 <    Width = 26
32 >    Width = 24
33      Caption = 'SQL'
34      ParentColor = False
35    end
36    object Label4: TLabel
37      Left = 23
38 <    Height = 18
38 >    Height = 15
39      Top = 285
40 <    Width = 87
40 >    Width = 77
41      Caption = 'Primary Keys'
42      ParentColor = False
43    end
# Line 74 | Line 74 | object IBRefreshSQLEditorForm: TIBRefres
74    end
75    object TableNamesCombo: TComboBox
76      Left = 23
77 <    Height = 29
77 >    Height = 27
78      Top = 38
79      Width = 201
80      ItemHeight = 0
# Line 91 | Line 91 | object IBRefreshSQLEditorForm: TIBRefres
91      MultiSelect = True
92      OnDblClick = FieldListDblClick
93      ParentShowHint = False
94 +    ScrollWidth = 202
95      ShowHint = True
96      TabOrder = 4
97      TopIndex = -1
# Line 117 | Line 118 | object IBRefreshSQLEditorForm: TIBRefres
118    end
119    object QuoteFields: TCheckBox
120      Left = 16
121 <    Height = 22
122 <    Top = 380
123 <    Width = 132
121 >    Height = 24
122 >    Top = 400
123 >    Width = 127
124      Caption = '&Quote Identifiers'
125      TabOrder = 7
126    end
# Line 130 | Line 131 | object IBRefreshSQLEditorForm: TIBRefres
131      Width = 200
132      ItemHeight = 0
133      OnDblClick = PrimaryKeyListDblClick
134 +    ScrollWidth = 198
135      TabOrder = 8
136      TopIndex = -1
137    end
138 +  object GenerateParams: TCheckBox
139 +    Left = 16
140 +    Height = 24
141 +    Top = 376
142 +    Width = 173
143 +    Caption = 'Allow DSQL Placeholders'
144 +    TabOrder = 9
145 +  end
146    object IBTransaction1: TIBTransaction
147      Active = False
148      left = 205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines