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

Comparing ibx/trunk/design/ibdataseteditor.lfm (file contents):
Revision 66 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 67 by tony, Tue Oct 3 14:08:11 2017 UTC

# Line 11 | Line 11 | object IBDataSetEditorForm: TIBDataSetEd
11    ClientWidth = 662
12    OnClose = FormClose
13    OnShow = FormShow
14 <  LCLVersion = '1.2.6.0'
14 >  Position = poScreenCenter
15 >  LCLVersion = '1.8.0.4'
16    object PageControl: TPageControl
17      Left = 8
18      Height = 352
# Line 23 | Line 24 | object IBDataSetEditorForm: TIBDataSetEd
24      TabOrder = 0
25      object FieldsPage: TTabSheet
26        Caption = 'Options'
27 <      ClientHeight = 315
28 <      ClientWidth = 633
27 >      ClientHeight = 320
28 >      ClientWidth = 635
29        object GroupBox1: TGroupBox
30          Left = 8
31 <        Height = 310
31 >        Height = 315
32          Top = 4
33 <        Width = 615
33 >        Width = 617
34          Anchors = [akTop, akLeft, akRight, akBottom]
35          Caption = ' SQL Generation '
36 <        ClientHeight = 293
37 <        ClientWidth = 611
36 >        ClientHeight = 300
37 >        ClientWidth = 615
38          TabOrder = 0
39          object Label1: TLabel
40            Left = 12
41 <          Height = 15
41 >          Height = 14
42            Top = 18
43            Width = 73
44            Caption = 'Table &Name:'
# Line 46 | Line 47 | object IBDataSetEditorForm: TIBDataSetEd
47          end
48          object Label3: TLabel
49            Left = 315
50 <          Height = 15
50 >          Height = 14
51            Top = 18
52            Width = 62
53            Caption = '&Key Fields:'
# Line 55 | Line 56 | object IBDataSetEditorForm: TIBDataSetEd
56          end
57          object Label4: TLabel
58            Left = 458
59 <          Height = 15
59 >          Height = 14
60            Top = 18
61            Width = 85
62            Caption = 'Update &Fields:'
# Line 75 | Line 76 | object IBDataSetEditorForm: TIBDataSetEd
76          end
77          object PrimaryKeyList: TListBox
78            Left = 315
79 <          Height = 232
79 >          Height = 239
80            Top = 35
81            Width = 136
82            Anchors = [akTop, akLeft, akBottom]
# Line 87 | Line 88 | object IBDataSetEditorForm: TIBDataSetEd
88          end
89          object FieldList: TListBox
90            Left = 458
91 <          Height = 232
91 >          Height = 239
92            Hint = 'Select Fields to include in Update Statements, or leave unselected to select all'
93            Top = 35
94            Width = 136
# Line 111 | Line 112 | object IBDataSetEditorForm: TIBDataSetEd
112          end
113          object QuoteFields: TCheckBox
114            Left = 9
115 <          Height = 24
115 >          Height = 22
116            Top = 160
117 <          Width = 127
117 >          Width = 125
118            Caption = '&Quote Identifiers'
119            TabOrder = 2
120          end
121          object IncludePrimaryKeys: TCheckBox
122            Left = 9
123 <          Height = 24
123 >          Height = 22
124            Top = 192
125 <          Width = 223
125 >          Width = 221
126            Caption = 'Include Primary keys in Field List'
127            Checked = True
128            OnClick = TableNamesComboCloseUp
# Line 130 | Line 131 | object IBDataSetEditorForm: TIBDataSetEd
131          end
132          object GenerateParams: TCheckBox
133            Left = 9
134 <          Height = 24
134 >          Height = 22
135            Top = 128
136 <          Width = 173
136 >          Width = 171
137            Caption = 'Allow DSQL Placeholders'
138            TabOrder = 6
139          end
# Line 140 | Line 141 | object IBDataSetEditorForm: TIBDataSetEd
141      end
142      object SQLPage: TTabSheet
143        Caption = 'SQL'
144 <      ClientHeight = 315
145 <      ClientWidth = 633
144 >      ClientHeight = 320
145 >      ClientWidth = 635
146        OnShow = SQLPageShow
147        object Label2: TLabel
148          Left = 10
# Line 178 | Line 179 | object IBDataSetEditorForm: TIBDataSetEd
179          ChildSizing.ShrinkVertical = crsScaleChilds
180          ChildSizing.Layout = cclLeftToRightThenTopToBottom
181          ChildSizing.ControlsPerLine = 5
182 <        ClientHeight = 36
183 <        ClientWidth = 335
182 >        ClientHeight = 38
183 >        ClientWidth = 337
184          Columns = 5
185          ItemIndex = 0
186          Items.Strings = (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines