object Form1: TForm1 Left = 252 Top = 138 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 200 Top = 41 Height = 362 end object VET: TVirtualExplorerTreeview Left = 0 Top = 41 Width = 200 Height = 362 Active = False Align = alLeft ColumnDetails = cdUser DefaultNodeHeight = 17 DragHeight = 250 DragWidth = 150 FileSizeFormat = fsfExplorer FileSort = fsFileType Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Shell Dlg 2' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] HintMode = hmHint ParentColor = False RootFolder = rfDesktop TabOrder = 0 TabStop = True TreeOptions.AutoOptions = [toAutoScroll] TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toToggleOnDblClick] TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused] TreeOptions.SelectionOptions = [toMultiSelect, toSiblingSelectConstraint] TreeOptions.VETShellOptions = [toContextMenus] TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget] TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toChangeNotifierThread, toRemoveContextMenuShortCut] TreeOptions.VETImageOptions = [toImages, toThreadedImages, toMarkCutAndCopy] Columns = <> end object Memo1: TMemo Left = 0 Top = 403 Width = 688 Height = 43 Align = alBottom Color = clInfoBk Lines.Strings = ( 'This demo shows you how to add the [..] dir to the VirtualExplor' + 'erListviewEx') ReadOnly = True TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 688 Height = 41 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object ComboBox1: TComboBox Left = 8 Top = 8 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnClick = ComboBox1Click Items.Strings = ( 'vsxIcon' 'vsxSmallIcon' 'vsxList' 'vsxReport' 'vsxThumbs') end end end