@@ -4,16 +4,15 @@ object GridForm: TGridForm
44 ClientHeight = 474
55 ClientWidth = 745
66 Color = clBtnFace
7+ CustomTitleBar.CaptionAlignment = taCenter
78 Font.Charset = DEFAULT_CHARSET
89 Font.Color = clWindowText
910 Font.Height = -13
1011 Font.Name = ' Tahoma'
1112 Font.Style = []
12- OldCreateOrder = False
1313 DesignSize = (
1414 745
1515 474 )
16- PixelsPerInch = 96
1716 TextHeight = 16
1817 object Label15: TLabel
1918 Left = 516
@@ -75,7 +74,7 @@ object GridForm: TGridForm
7574 ' Virtual Tree Data' )
7675 Colors.BorderColor = clWindowText
7776 Colors.HotColor = clBlack
78- DefaultNodeHeight = 19
77+ DefaultNodeHeight = 17
7978 DragMode = dmAutomatic
8079 EditDelay = 300
8180 Font.Charset = ANSI_CHARSET
@@ -85,7 +84,7 @@ object GridForm: TGridForm
8584 Font.Style = []
8685 Header.AutoSizeIndex = 2
8786 Header.Background = clBtnShadow
88- Header.Height = 20
87+ Header.Height = 17
8988 Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoShowImages, hoVisible]
9089 Header.Style = hsFlatButtons
9190 HintMode = hmTooltip
@@ -99,7 +98,7 @@ object GridForm: TGridForm
9998 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking, toAutoChangeScale]
10099 TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
101100 TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
102- TreeOptions.SelectionOptions = [toMiddleClickSelect, toMultiSelect, toExtendedFocus ]
101+ TreeOptions.SelectionOptions = [toExtendedFocus, toMiddleClickSelect, toMultiSelect ]
103102 WantTabs = True
104103 OnAfterCellPaint = VST5AfterCellPaint
105104 OnBeforeCellPaint = VST5BeforeCellPaint
@@ -113,6 +112,7 @@ object GridForm: TGridForm
113112 OnStateChange = VST5StateChange
114113 Touch.InteractiveGestures = [igPan, igPressAndTap]
115114 Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
115+ OnColumnHeaderSpanning = VST5ColumnHeaderSpanning
116116 Columns = <
117117 item
118118 Color = clWindow
@@ -167,6 +167,15 @@ object GridForm: TGridForm
167167 TabOrder = 2
168168 OnClick = AutoSpanCheckBoxClick
169169 end
170+ object DisplayFullNameCheckBox: TCheckBox
171+ Left = 518
172+ Top = 360
173+ Width = 153
174+ Height = 17
175+ Caption = ' Display Full Name'
176+ TabOrder = 3
177+ OnClick = DisplayFullNameCheckBoxClick
178+ end
170179 object TreeImages: TImageList
171180 Left = 22
172181 Top = 36
0 commit comments