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

Comparing ibx/trunk/design/ibdeletesqleditor.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 IBDeleteSQLEditorForm: TIBDeleteS
8    ClientHeight = 439
9    ClientWidth = 750
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 Label3: TLabel
21      Left = 279
22 <    Height = 18
22 >    Height = 15
23      Top = 16
24 <    Width = 26
24 >    Width = 24
25      Caption = 'SQL'
26      ParentColor = False
27    end
28    object Label4: TLabel
29      Left = 23
30 <    Height = 18
30 >    Height = 15
31      Top = 80
32 <    Width = 87
32 >    Width = 77
33      Caption = 'Primary Keys'
34      ParentColor = False
35    end
# Line 66 | Line 66 | object IBDeleteSQLEditorForm: TIBDeleteS
66    end
67    object TableNamesCombo: TComboBox
68      Left = 23
69 <    Height = 29
69 >    Height = 27
70      Top = 38
71      Width = 201
72      ItemHeight = 0
# Line 95 | Line 95 | object IBDeleteSQLEditorForm: TIBDeleteS
95    end
96    object QuoteFields: TCheckBox
97      Left = 16
98 <    Height = 22
99 <    Top = 380
100 <    Width = 132
98 >    Height = 24
99 >    Top = 400
100 >    Width = 127
101      Caption = '&Quote Identifiers'
102      TabOrder = 6
103    end
# Line 108 | Line 108 | object IBDeleteSQLEditorForm: TIBDeleteS
108      Width = 200
109      ItemHeight = 0
110      OnDblClick = PrimaryKeyListDblClick
111 +    ScrollWidth = 198
112      TabOrder = 7
113      TopIndex = -1
114    end
115 +  object GenerateParams: TCheckBox
116 +    Left = 16
117 +    Height = 24
118 +    Top = 376
119 +    Width = 173
120 +    Caption = 'Allow DSQL Placeholders'
121 +    TabOrder = 8
122 +  end
123    object IBTransaction1: TIBTransaction
124      Active = False
125      left = 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines