@@ -12,7 +12,7 @@ object VisibilityForm: TVisibilityForm
12
12
OnCreate = FormCreate
13
13
OnHide = FormHide
14
14
OnShow = FormShow
15
- LCLVersion = '0.9.29 '
15
+ LCLVersion = '1.7 '
16
16
object Label17: TLabel
17
17
Left = 368
18
18
Height = 77
@@ -25,10 +25,10 @@ object VisibilityForm: TVisibilityForm
25
25
WordWrap = True
26
26
end
27
27
object Label1: TLabel
28
- Left = 504
29
- Height = 81
28
+ Left = -468
29
+ Height = 16
30
30
Top = 212
31
- Width = 296
31
+ Width = 1268
32
32
Anchors = [akTop, akRight]
33
33
Caption = 'This sample shows how two treeviews can be synchronized. They can even be adjusted so that it looks as if they share the same background. The splitter between the trees is drawn so that is appears nearly invisible.'
34
34
ParentColor = False
@@ -37,10 +37,10 @@ object VisibilityForm: TVisibilityForm
37
37
object Label2: TLabel
38
38
AnchorSideTop.Control = Label1
39
39
AnchorSideTop.Side = asrBottom
40
- Left = 504
41
- Height = 81
42
- Top = 301
43
- Width = 296
40
+ Left = -415
41
+ Height = 16
42
+ Top = 236
43
+ Width = 1215
44
44
Anchors = [akTop, akRight]
45
45
BorderSpacing.Top = 8
46
46
Caption = 'The best effect is maybe when doing wheel panning. If you have a wheel mouse then try clicking the middle button (the wheel) in one of the trees and when the special cursor appears move the mouse around.'
@@ -61,10 +61,10 @@ object VisibilityForm: TVisibilityForm
61
61
object Label4: TLabel
62
62
AnchorSideTop.Control = Label2
63
63
AnchorSideTop.Side = asrBottom
64
- Left = 504
65
- Height = 33
66
- Top = 390
67
- Width = 296
64
+ Left = 414
65
+ Height = 16
66
+ Top = 260
67
+ Width = 386
68
68
Anchors = [akTop, akRight]
69
69
BorderSpacing.Top = 8
70
70
Caption = ' Expand the trees first (Ctrl Shift +, for full expand) see the full effect.'
@@ -87,7 +87,7 @@ object VisibilityForm: TVisibilityForm
87
87
ChildSizing.ShrinkVertical = crsScaleChilds
88
88
ChildSizing.Layout = cclLeftToRightThenTopToBottom
89
89
ChildSizing.ControlsPerLine = 1
90
- ClientHeight = 91
90
+ ClientHeight = 88
91
91
ClientWidth = 365
92
92
ItemIndex = 0
93
93
Items.Strings = (
@@ -8184,14 +8184,39 @@ object VisibilityForm: TVisibilityForm
8184
8184
Font.Height = -11
8185
8185
Font.Name = 'Verdana'
8186
8186
Header.AutoSizeIndex = 0
8187
- Header.Columns = <>
8187
+ Header.Columns = <
8188
+ item
8189
+ Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coAllowFocus, coEditable]
8190
+ Position = 0
8191
+ Text = 'Column 0'
8192
+ Width = 100
8193
+ end
8194
+ item
8195
+ Position = 1
8196
+ Text = 'Column 1'
8197
+ Width = 100
8198
+ end
8199
+ item
8200
+ Position = 2
8201
+ Text = 'Column 2'
8202
+ Width = 100
8203
+ end
8204
+ item
8205
+ Position = 3
8206
+ Text = 'Column 3'
8207
+ Width = 100
8208
+ end
8209
+ item
8210
+ Position = 4
8211
+ Text = 'Column 4'
8212
+ Width = 100
8213
+ end>
8188
8214
Header.DefaultHeight = 17
8189
8215
Header.Font.Color = clNavy
8190
8216
Header.Font.Height = -13
8191
8217
Header.Font.Name = 'Verdana'
8192
8218
Header.Font.Style = [fsBold]
8193
8219
Header.Height = 24
8194
- Header.MainColumn = -1
8195
8220
Header.Options = [hoColumnResize, hoDrag, hoVisible]
8196
8221
Header.Style = hsFlatButtons
8197
8222
HintMode = hmTooltip
@@ -8231,6 +8256,7 @@ object VisibilityForm: TVisibilityForm
8231
8256
Header.DefaultHeight = 17
8232
8257
Header.Font.Height = -11
8233
8258
Header.Font.Name = 'MS Sans Serif'
8259
+ Header.Height = 17
8234
8260
Header.MainColumn = -1
8235
8261
Header.Options = [hoColumnResize, hoDrag]
8236
8262
HintMode = hmTooltip
0 commit comments