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 5 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 19 by tony, Mon Jul 7 13:00:15 2014 UTC

# Line 1 | Line 1
1   object IBDataSetEditorForm: TIBDataSetEditorForm
2 <  Left = 350
2 >  Left = 475
3    Height = 410
4 <  Top = 324
4 >  Top = 327
5    Width = 662
6    ActiveControl = PageControl
7    BorderIcons = [biSystemMenu]
# Line 11 | Line 11 | object IBDataSetEditorForm: TIBDataSetEd
11    ClientWidth = 662
12    OnClose = FormClose
13    OnShow = FormShow
14 <  LCLVersion = '0.9.28.2'
14 >  LCLVersion = '1.2.2.0'
15    object PageControl: TPageControl
16      Left = 8
17      Height = 352
# Line 23 | Line 23 | object IBDataSetEditorForm: TIBDataSetEd
23      TabOrder = 0
24      object FieldsPage: TTabSheet
25        Caption = 'Options'
26 <      ClientHeight = 316
27 <      ClientWidth = 635
26 >      ClientHeight = 315
27 >      ClientWidth = 633
28        object GroupBox1: TGroupBox
29          Left = 8
30 <        Height = 311
30 >        Height = 310
31          Top = 4
32 <        Width = 617
32 >        Width = 615
33          Anchors = [akTop, akLeft, akRight, akBottom]
34          Caption = ' SQL Generation '
35 <        ClientHeight = 291
36 <        ClientWidth = 613
35 >        ClientHeight = 293
36 >        ClientWidth = 611
37          TabOrder = 0
38          object Label1: TLabel
39            Left = 12
40 <          Height = 19
40 >          Height = 15
41            Top = 18
42 <          Width = 103
42 >          Width = 73
43            Caption = 'Table &Name:'
44            FocusControl = TableNamesCombo
45            ParentColor = False
46          end
47          object Label3: TLabel
48 <          Left = 228
49 <          Height = 19
50 <          Top = 19
51 <          Width = 87
48 >          Left = 315
49 >          Height = 15
50 >          Top = 18
51 >          Width = 62
52            Caption = '&Key Fields:'
53            FocusControl = PrimaryKeyList
54            ParentColor = False
55          end
56          object Label4: TLabel
57 <          Left = 371
58 <          Height = 19
59 <          Top = 19
60 <          Width = 113
57 >          Left = 458
58 >          Height = 15
59 >          Top = 18
60 >          Width = 85
61            Caption = 'Update &Fields:'
62            FocusControl = FieldList
63            ParentColor = False
64          end
65          object TableNamesCombo: TComboBox
66            Left = 9
67 <          Height = 30
67 >          Height = 27
68            Top = 35
69            Width = 171
70            ItemHeight = 0
# Line 72 | Line 72 | object IBDataSetEditorForm: TIBDataSetEd
72            TabOrder = 0
73          end
74          object PrimaryKeyList: TListBox
75 <          Left = 228
76 <          Height = 230
77 <          Top = 36
75 >          Left = 315
76 >          Height = 232
77 >          Top = 35
78            Width = 136
79            Anchors = [akTop, akLeft, akBottom]
80            ItemHeight = 0
81            MultiSelect = True
82 +          ScrollWidth = 134
83            TabOrder = 3
84            TopIndex = -1
85          end
86          object FieldList: TListBox
87 <          Left = 371
88 <          Height = 230
89 <          Hint = 'Select Fields to include in Update and Insert Statements, or leave unselected to select all'
90 <          Top = 36
87 >          Left = 458
88 >          Height = 232
89 >          Hint = 'Select Fields to include in Update Statements, or leave unselected to select all'
90 >          Top = 35
91            Width = 136
92            Anchors = [akTop, akLeft, akBottom]
93            ItemHeight = 0
94            MultiSelect = True
95            ParentShowHint = False
96 +          ScrollWidth = 134
97            ShowHint = True
98            TabOrder = 4
99            TopIndex = -1
# Line 107 | Line 109 | object IBDataSetEditorForm: TIBDataSetEd
109          end
110          object QuoteFields: TCheckBox
111            Left = 9
112 <          Height = 22
113 <          Top = 131
114 <          Width = 144
112 >          Height = 24
113 >          Top = 160
114 >          Width = 127
115            Caption = '&Quote Identifiers'
116            TabOrder = 2
117          end
118 +        object IncludePrimaryKeys: TCheckBox
119 +          Left = 9
120 +          Height = 24
121 +          Top = 192
122 +          Width = 223
123 +          Caption = 'Include Primary keys in Field List'
124 +          Checked = True
125 +          OnClick = TableNamesComboCloseUp
126 +          State = cbChecked
127 +          TabOrder = 5
128 +        end
129 +        object GenerateParams: TCheckBox
130 +          Left = 9
131 +          Height = 24
132 +          Top = 128
133 +          Width = 173
134 +          Caption = 'Allow DSQL Placeholders'
135 +          TabOrder = 6
136 +        end
137        end
138      end
139      object SQLPage: TTabSheet
140        Caption = 'SQL'
141 <      ClientHeight = 316
142 <      ClientWidth = 635
141 >      ClientHeight = 315
142 >      ClientWidth = 633
143        OnShow = SQLPageShow
144        object Label2: TLabel
145          Left = 10
146 <        Height = 19
146 >        Height = 15
147          Top = 81
148 <        Width = 80
148 >        Width = 56
149          Caption = 'S&QL Text:'
150          FocusControl = SQLMemo
151          ParentColor = False
152        end
153        object SQLMemo: TMemo
154          Left = 9
155 <        Height = 204
155 >        Height = 203
156          Top = 105
157 <        Width = 615
157 >        Width = 613
158          Anchors = [akTop, akLeft, akRight, akBottom]
159          OnChange = SQLMemoChange
160 <        ScrollBars = ssVertical
160 >        ScrollBars = ssAutoBoth
161          TabOrder = 0
162        end
163        object StatementType: TRadioGroup
164          Left = 10
165 <        Height = 54
165 >        Height = 53
166          Top = 9
167 <        Width = 372
167 >        Width = 339
168          AutoFill = True
169          AutoSize = True
170          Caption = 'Statement Type'
# Line 155 | Line 176 | object IBDataSetEditorForm: TIBDataSetEd
176          ChildSizing.ShrinkVertical = crsScaleChilds
177          ChildSizing.Layout = cclLeftToRightThenTopToBottom
178          ChildSizing.ControlsPerLine = 5
179 <        ClientHeight = 34
180 <        ClientWidth = 368
179 >        ClientHeight = 36
180 >        ClientWidth = 335
181          Columns = 5
182          ItemIndex = 0
183          Items.Strings = (
# Line 169 | Line 190 | object IBDataSetEditorForm: TIBDataSetEd
190          OnClick = StatementTypeClick
191          TabOrder = 1
192        end
193 <      object Button1: TButton
194 <        Left = 541
193 >      object TestBtn: TButton
194 >        Left = 539
195          Height = 25
196          Top = 31
197          Width = 75
198          Anchors = [akTop, akRight]
199          Caption = 'Test'
200 <        OnClick = Button1Click
200 >        OnClick = TestBtnClick
201          TabOrder = 2
202        end
203      end
# Line 203 | Line 224 | object IBDataSetEditorForm: TIBDataSetEd
224      ModalResult = 2
225      TabOrder = 2
226    end
227 +  object IBTransaction1: TIBTransaction
228 +    Active = False
229 +    left = 32
230 +    top = 368
231 +  end
232   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines