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 7 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 21 by tony, Thu Feb 26 10:33:34 2015 UTC

# Line 11 | Line 11 | object IBDataSetEditorForm: TIBDataSetEd
11    ClientWidth = 662
12    OnClose = FormClose
13    OnShow = FormShow
14 <  LCLVersion = '0.9.30'
14 >  LCLVersion = '1.2.6.0'
15    object PageControl: TPageControl
16      Left = 8
17      Height = 352
18      Top = 8
19      Width = 641
20 <    ActivePage = SQLPage
20 >    ActivePage = FieldsPage
21      Anchors = [akTop, akLeft, akRight, akBottom]
22 <    TabIndex = 1
22 >    TabIndex = 0
23      TabOrder = 0
24      object FieldsPage: TTabSheet
25        Caption = 'Options'
26 <      ClientHeight = 317
27 <      ClientWidth = 635
26 >      ClientHeight = 315
27 >      ClientWidth = 633
28        object GroupBox1: TGroupBox
29          Left = 8
30 <        Height = 312
30 >        Height = 310
31          Top = 4
32 <        Width = 617
32 >        Width = 615
33          Anchors = [akTop, akLeft, akRight, akBottom]
34          Caption = ' SQL Generation '
35          ClientHeight = 293
36 <        ClientWidth = 613
36 >        ClientWidth = 611
37          TabOrder = 0
38          object Label1: TLabel
39            Left = 12
40 <          Height = 18
40 >          Height = 15
41            Top = 18
42 <          Width = 82
42 >          Width = 73
43            Caption = 'Table &Name:'
44            FocusControl = TableNamesCombo
45            ParentColor = False
46          end
47          object Label3: TLabel
48            Left = 315
49 <          Height = 18
49 >          Height = 15
50            Top = 18
51 <          Width = 71
51 >          Width = 62
52            Caption = '&Key Fields:'
53            FocusControl = PrimaryKeyList
54            ParentColor = False
55          end
56          object Label4: TLabel
57            Left = 458
58 <          Height = 18
58 >          Height = 15
59            Top = 18
60 <          Width = 94
60 >          Width = 85
61            Caption = 'Update &Fields:'
62            FocusControl = FieldList
63            ParentColor = False
64          end
65          object TableNamesCombo: TComboBox
66            Left = 9
67 <          Height = 29
67 >          Height = 27
68            Top = 35
69            Width = 171
70 +          AutoComplete = True
71 +          AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
72            ItemHeight = 0
73            OnCloseUp = TableNamesComboCloseUp
74            TabOrder = 0
# Line 79 | Line 81 | object IBDataSetEditorForm: TIBDataSetEd
81            Anchors = [akTop, akLeft, akBottom]
82            ItemHeight = 0
83            MultiSelect = True
84 +          ScrollWidth = 134
85            TabOrder = 3
86            TopIndex = -1
87          end
# Line 92 | Line 95 | object IBDataSetEditorForm: TIBDataSetEd
95            ItemHeight = 0
96            MultiSelect = True
97            ParentShowHint = False
98 +          ScrollWidth = 134
99            ShowHint = True
100            TabOrder = 4
101            TopIndex = -1
# Line 107 | Line 111 | object IBDataSetEditorForm: TIBDataSetEd
111          end
112          object QuoteFields: TCheckBox
113            Left = 9
114 <          Height = 22
115 <          Top = 131
116 <          Width = 132
114 >          Height = 24
115 >          Top = 160
116 >          Width = 127
117            Caption = '&Quote Identifiers'
118            TabOrder = 2
119          end
120          object IncludePrimaryKeys: TCheckBox
121 <          Left = 12
122 <          Height = 22
123 <          Top = 163
124 <          Width = 239
121 >          Left = 9
122 >          Height = 24
123 >          Top = 192
124 >          Width = 223
125            Caption = 'Include Primary keys in Field List'
126            Checked = True
127            OnClick = TableNamesComboCloseUp
128            State = cbChecked
129            TabOrder = 5
130          end
131 +        object GenerateParams: TCheckBox
132 +          Left = 9
133 +          Height = 24
134 +          Top = 128
135 +          Width = 173
136 +          Caption = 'Allow DSQL Placeholders'
137 +          TabOrder = 6
138 +        end
139        end
140      end
141      object SQLPage: TTabSheet
142        Caption = 'SQL'
143 <      ClientHeight = 317
144 <      ClientWidth = 635
143 >      ClientHeight = 315
144 >      ClientWidth = 633
145        OnShow = SQLPageShow
146        object Label2: TLabel
147          Left = 10
148 <        Height = 18
148 >        Height = 15
149          Top = 81
150 <        Width = 61
150 >        Width = 56
151          Caption = 'S&QL Text:'
152          FocusControl = SQLMemo
153          ParentColor = False
154        end
155        object SQLMemo: TMemo
156          Left = 9
157 <        Height = 205
157 >        Height = 203
158          Top = 105
159 <        Width = 615
159 >        Width = 613
160          Anchors = [akTop, akLeft, akRight, akBottom]
161          OnChange = SQLMemoChange
162          ScrollBars = ssAutoBoth
# Line 154 | Line 166 | object IBDataSetEditorForm: TIBDataSetEd
166          Left = 10
167          Height = 53
168          Top = 9
169 <        Width = 350
169 >        Width = 339
170          AutoFill = True
171          AutoSize = True
172          Caption = 'Statement Type'
# Line 166 | Line 178 | object IBDataSetEditorForm: TIBDataSetEd
178          ChildSizing.ShrinkVertical = crsScaleChilds
179          ChildSizing.Layout = cclLeftToRightThenTopToBottom
180          ChildSizing.ControlsPerLine = 5
181 <        ClientHeight = 34
182 <        ClientWidth = 346
181 >        ClientHeight = 36
182 >        ClientWidth = 335
183          Columns = 5
184          ItemIndex = 0
185          Items.Strings = (
# Line 181 | Line 193 | object IBDataSetEditorForm: TIBDataSetEd
193          TabOrder = 1
194        end
195        object TestBtn: TButton
196 <        Left = 541
196 >        Left = 539
197          Height = 25
198          Top = 31
199          Width = 75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines