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

Comparing ibx/trunk/design/ibinsertsqleditor.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 IBInsertSQLEditorForm: TIBInsertS
8    ClientHeight = 436
9    ClientWidth = 748
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
# Line 66 | Line 66 | object IBInsertSQLEditorForm: TIBInsertS
66    end
67    object TableNamesCombo: TComboBox
68      Left = 24
69 <    Height = 29
69 >    Height = 27
70      Top = 38
71      Width = 201
72      ItemHeight = 0
# Line 83 | Line 83 | object IBInsertSQLEditorForm: TIBInsertS
83      MultiSelect = True
84      OnDblClick = FieldListDblClick
85      ParentShowHint = False
86 +    ScrollWidth = 202
87      ShowHint = True
88      TabOrder = 4
89      TopIndex = -1
# Line 109 | Line 110 | object IBInsertSQLEditorForm: TIBInsertS
110    end
111    object QuoteFields: TCheckBox
112      Left = 16
113 <    Height = 22
114 <    Top = 380
115 <    Width = 132
113 >    Height = 24
114 >    Top = 392
115 >    Width = 127
116      Caption = '&Quote Identifiers'
117      TabOrder = 7
118    end
119 +  object GenerateParams: TCheckBox
120 +    Left = 16
121 +    Height = 24
122 +    Top = 368
123 +    Width = 173
124 +    Caption = 'Allow DSQL Placeholders'
125 +    TabOrder = 8
126 +  end
127    object IBTransaction1: TIBTransaction
128      Active = False
129      left = 200

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines