object EasyShellViewForm1: TEasyShellViewForm1 Left = 216 Top = 269 Width = 638 Height = 384 Caption = 'EasyShellViewForm1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = EasyShellViewFormShow BackgroundMenu = BackgroundMenu OnRetrieveObjects = EasyShellViewFormRetrieveObjects OnSelectObject = EasyShellViewFormSelectObject OnTranslateAccelerator = EasyShellViewFormTranslateAccelerator PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 622 Height = 89 Align = alTop TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 166 Height = 13 Caption = 'EasyNSE Custom IShellView Demo' end object Label2: TLabel Left = 152 Top = 30 Width = 32 Height = 13 Caption = 'Label2' end object Label3: TLabel Left = 112 Top = 30 Width = 35 Height = 13 Caption = 'Folder: ' end object Label4: TLabel Left = 112 Top = 48 Width = 39 Height = 13 Caption = 'Objects:' end object Button1: TButton Left = 8 Top = 32 Width = 89 Height = 25 Caption = 'Get Selected...' TabOrder = 0 OnClick = Button1Click end object ComboBox1: TComboBox Left = 154 Top = 44 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = ComboBox1Change end object Button2: TButton Left = 8 Top = 60 Width = 89 Height = 25 Caption = 'Get All...' TabOrder = 2 OnClick = Button2Click end object CheckBoxViewOrder: TCheckBox Left = 120 Top = 69 Width = 97 Height = 17 Caption = 'In View Order' Checked = True State = cbChecked TabOrder = 3 end end object ListView1: TListView Left = 0 Top = 89 Width = 622 Height = 259 Align = alClient Columns = <> HideSelection = False MultiSelect = True SortType = stText TabOrder = 1 OnDblClick = ListView1DblClick end object BackgroundMenu: TEasyNSEContextMenu Left = 96 Top = 112 object EasyNSEContextMenuItem1: TEasyNSEContextMenuItem Caption = 'Icon' OnInvokeCommand = EasyNSEContextMenuItem1InvokeCommand end object EasyNSEContextMenuItem2: TEasyNSEContextMenuItem Caption = 'Small Icon' OnInvokeCommand = EasyNSEContextMenuItem2InvokeCommand end object EasyNSEContextMenuItem3: TEasyNSEContextMenuItem Caption = 'List' OnInvokeCommand = EasyNSEContextMenuItem3InvokeCommand end object EasyNSEContextMenuItem4: TEasyNSEContextMenuItem Caption = 'Report' OnInvokeCommand = EasyNSEContextMenuItem4InvokeCommand end end end