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

Comparing ibx/trunk/design/ibupdatesqleditor.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 IBUpdateSQLEditorForm: TIBUpdateS
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 = 7
18      Height = 352
# Line 23 | Line 24 | object IBUpdateSQLEditorForm: TIBUpdateS
24      TabOrder = 0
25      object FieldsPage: TTabSheet
26        Caption = 'Options'
27 <      ClientHeight = 319
27 >      ClientHeight = 320
28        ClientWidth = 635
29        object GroupBox1: TGroupBox
30          Left = 8
31 <        Height = 314
31 >        Height = 315
32          Top = 4
33          Width = 617
34          Anchors = [akTop, akLeft, akRight, akBottom]
35          Caption = ' SQL Generation '
36 <        ClientHeight = 298
36 >        ClientHeight = 300
37          ClientWidth = 615
38          TabOrder = 0
39          object Label1: TLabel
40            Left = 9
41 <          Height = 15
41 >          Height = 14
42            Top = 16
43            Width = 73
44            Caption = 'Table &Name:'
# Line 46 | Line 47 | object IBUpdateSQLEditorForm: TIBUpdateS
47          end
48          object Label3: TLabel
49            Left = 300
50 <          Height = 15
50 >          Height = 14
51            Top = 18
52            Width = 62
53            Caption = '&Key Fields:'
# Line 55 | Line 56 | object IBUpdateSQLEditorForm: TIBUpdateS
56          end
57          object Label4: TLabel
58            Left = 443
59 <          Height = 15
59 >          Height = 14
60            Top = 18
61            Width = 85
62            Caption = 'Update &Fields:'
# Line 75 | Line 76 | object IBUpdateSQLEditorForm: TIBUpdateS
76          end
77          object PrimaryKeyList: TListBox
78            Left = 300
79 <          Height = 237
79 >          Height = 239
80            Top = 36
81            Width = 136
82            Anchors = [akTop, akLeft, akBottom]
# Line 87 | Line 88 | object IBUpdateSQLEditorForm: TIBUpdateS
88          end
89          object FieldList: TListBox
90            Left = 443
91 <          Height = 237
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 140 | Line 141 | object IBUpdateSQLEditorForm: TIBUpdateS
141      end
142      object SQLPage: TTabSheet
143        Caption = 'SQL'
144 <      ClientHeight = 319
144 >      ClientHeight = 320
145        ClientWidth = 635
146        OnShow = SQLPageShow
147        object Label2: TLabel
# Line 178 | Line 179 | object IBUpdateSQLEditorForm: TIBUpdateS
179          ChildSizing.ShrinkVertical = crsScaleChilds
180          ChildSizing.Layout = cclLeftToRightThenTopToBottom
181          ChildSizing.ControlsPerLine = 4
182 <        ClientHeight = 37
182 >        ClientHeight = 38
183          ClientWidth = 274
184          Columns = 4
185          ItemIndex = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines