@@ -12,14 +12,14 @@ object GeneralForm: TGeneralForm
12
12
KeyPreview = True
13
13
OnCreate = FormCreate
14
14
ShowHint = True
15
- LCLVersion = '0.9.29 '
15
+ LCLVersion = '1.7 '
16
16
object Label18: TLabel
17
17
AnchorSideTop.Control = RadioGroup2
18
18
AnchorSideTop.Side = asrBottom
19
- Left = 502
20
- Height = 14
21
- Top = 361
22
- Width = 105
19
+ Left = 503
20
+ Height = 13
21
+ Top = 334
22
+ Width = 104
23
23
Anchors = [akTop, akRight]
24
24
BorderSpacing.Top = 20
25
25
Caption = 'Switch check images:'
@@ -28,20 +28,20 @@ object GeneralForm: TGeneralForm
28
28
object Label19: TLabel
29
29
AnchorSideTop.Control = CheckMarkCombo
30
30
AnchorSideTop.Side = asrBottom
31
- Left = 504
32
- Height = 14
33
- Top = 418
34
- Width = 98
31
+ Left = 505
32
+ Height = 13
33
+ Top = 390
34
+ Width = 97
35
35
Anchors = [akTop, akRight]
36
36
BorderSpacing.Top = 20
37
37
Caption = 'Switch main column:'
38
38
ParentColor = False
39
39
end
40
40
object Label8: TLabel
41
- Left = 488
42
- Height = 40
41
+ Left = 51
42
+ Height = 13
43
43
Top = 40
44
- Width = 232
44
+ Width = 669
45
45
Anchors = [akTop, akRight]
46
46
Caption = 'This sample is an introduction to the general look and feel of Virtual Treeview. Note: you can change almost every visual aspect of the control.'
47
47
ParentColor = False
@@ -138,7 +138,7 @@ object GeneralForm: TGeneralForm
138
138
AnchorSideTop.Side = asrBottom
139
139
Left = 488
140
140
Height = 21
141
- Top = 377
141
+ Top = 349
142
142
Width = 216
143
143
Anchors = [akTop, akRight]
144
144
BorderSpacing.Top = 2
@@ -164,18 +164,18 @@ object GeneralForm: TGeneralForm
164
164
AnchorSideTop.Side = asrBottom
165
165
Left = 488
166
166
Height = 16
167
- Top = 434
167
+ Top = 405
168
168
Width = 37
169
169
Anchors = [akTop, akRight]
170
170
BorderSpacing.Top = 2
171
- Min = 0
172
- Max = 2
173
171
Increment = 2
172
+ Max = 2
173
+ Min = 0
174
+ OnChanging = MainColumnUpDownChanging
174
175
Orientation = udHorizontal
175
176
Position = 2
176
177
TabOrder = 2
177
178
Wrap = True
178
- OnChanging = MainColumnUpDownChanging
179
179
end
180
180
object BitBtn1: TBitBtn
181
181
Left = 488
@@ -200,7 +200,6 @@ object GeneralForm: TGeneralForm
200
200
33333300C000CC0333333333333330CCCCCCCC03333333333333300000000033
201
201
3333333333333333333333333333333333333333333333333333
202
202
}
203
- NumGlyphs = 0
204
203
OnClick = BitBtn1Click
205
204
TabOrder = 3
206
205
end
@@ -209,7 +208,7 @@ object GeneralForm: TGeneralForm
209
208
AnchorSideTop.Side = asrBottom
210
209
Left = 488
211
210
Height = 77
212
- Top = 177
211
+ Top = 150
213
212
Width = 216
214
213
Anchors = [akTop, akRight]
215
214
AutoFill = True
@@ -238,7 +237,7 @@ object GeneralForm: TGeneralForm
238
237
AnchorSideTop.Side = asrBottom
239
238
Left = 488
240
239
Height = 77
241
- Top = 264
240
+ Top = 237
242
241
Width = 216
243
242
Anchors = [akTop, akRight]
244
243
AutoFill = True
@@ -268,7 +267,7 @@ object GeneralForm: TGeneralForm
268
267
AnchorSideTop.Side = asrBottom
269
268
Left = 488
270
269
Height = 77
271
- Top = 90
270
+ Top = 63
272
271
Width = 216
273
272
Anchors = [akTop, akRight]
274
273
AutoFill = True
@@ -299,7 +298,6 @@ object GeneralForm: TGeneralForm
299
298
Width = 99
300
299
Anchors = [akTop, akRight]
301
300
Caption = 'Save as text...'
302
- NumGlyphs = 0
303
301
OnClick = SaveButtonClick
304
302
TabOrder = 7
305
303
end
0 commit comments