object FileDialog: TFileDialog
  Left = 214
  Top = 137
  Width = 515
  Height = 374
  Caption = 'FileDialog'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object OldFileListView: TListView
    Left = 16
    Top = 24
    Width = 241
    Height = 273
    Columns = <
      item
        AutoSize = True
        Caption = 'firstcol'
      end
      item
        Caption = 'second col'
      end
      item
        Caption = 'tret'
      end>
    HotTrackStyles = []
    Items.Data = {
      4D0000000200000000000000FFFFFFFFFFFFFFFF010000000000000005697465
      6D31076974656D312D3100000000FFFFFFFFFFFFFFFF02000000000000000569
      74656D32046173646603646464}
    TabOrder = 0
    ViewStyle = vsReport
    Visible = False
  end
  object ViewStyleComboBox: TComboBox
    Left = 16
    Top = 3
    Width = 141
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    Items.Strings = (
      'Icon'
      'Small icon'
      'List'
      'Report')
    TabOrder = 1
    Visible = False
    OnChange = ViewStyleComboBoxChange
  end
  object FileListView: TLsFileListView26
    Left = 0
    Top = 0
    Width = 507
    Height = 306
    Directory = 'Drives'
    FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive]
    Mask = '*.*'
    Align = alClient
    ParentColor = False
    PopupMenu = FileListView.
    TabOrder = 2
    TabStop = True
    OnDblClick = FileListViewDblClick
    HotTrackStyles = []
  end
  object BottomPanel: TPanel
    Left = 0
    Top = 306
    Width = 507
    Height = 41
    Align = alBottom
    TabOrder = 3
    object OKButton: TButton
      Left = 72
      Top = 8
      Width = 75
      Height = 25
      Caption = '&OK'
      TabOrder = 0
      OnClick = OKButtonClick
    end
    object CancelButton: TButton
      Left = 224
      Top = 8
      Width = 75
      Height = 25
      Caption = '&Cancel'
      ModalResult = 2
      TabOrder = 1
    end
    object MoreButton: TButton
      Left = 360
      Top = 9
      Width = 75
      Height = 25
      Caption = '&More ...'
      TabOrder = 2
      OnClick = MoreButtonClick
    end
  end
  object OpenDialog: TOpenDialog
    Left = 424
    Top = 208
  end
end
