home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 184
- Top = 91
- BorderStyle = bsDialog
- Caption = 'Exploring - (C:)'
- ClientHeight = 345
- ClientWidth = 558
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Menu = MainMenu1
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object FileList: TListView
- Left = 180
- Top = 22
- Width = 377
- Height = 303
- Columns = <>
- HideSelection = False
- IconOptions.Arrangement = iaLeft
- IconOptions.AutoArrange = True
- OnCompare = FileListCompare
- ShowColumnHeaders = False
- SortType = stData
- TabOrder = 1
- ViewStyle = vsSmallIcon
- SmallImages = FileImages
- end
- object DirTree: TTreeView
- Left = 0
- Top = 22
- Width = 178
- Height = 303
- ShowRoot = False
- HideSelection = False
- Indent = 19
- OnChanging = DirTreeOnChanging
- OnChange = DirTreeChange
- SortType = stText
- TabOrder = 0
- Images = FolderIcons
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 326
- Width = 558
- Height = 19
- Panels = <
- item
- Text = '1 object(s) selected'
- Width = 144
- end
- item
- Text = '287KB'
- Width = 50
- end>
- SimplePanel = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 178
- Height = 21
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- Caption = ' All Folders'
- TabOrder = 3
- end
- object Panel2: TPanel
- Left = 181
- Top = 0
- Width = 376
- Height = 21
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- Caption = ' Contents of '#39'( C:)'#39
- TabOrder = 4
- end
- object MainMenu1: TMainMenu
- Left = 16
- Top = 32
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Open'
- Default = True
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object SendTo1: TMenuItem
- Caption = 'Se&nd To'
- object TMenuItem
- end
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object New1: TMenuItem
- Caption = 'Ne&w'
- object TMenuItem
- end
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object CreateShortcut1: TMenuItem
- Caption = 'Create &Shortcut'
- end
- object Delete1: TMenuItem
- Caption = '&Delete'
- end
- object Rename1: TMenuItem
- Caption = 'Rena&me'
- end
- object Properties1: TMenuItem
- Caption = 'P&roperties'
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object Close1: TMenuItem
- Caption = '&Close'
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- end
- object View1: TMenuItem
- Caption = '&View'
- end
- object Tools1: TMenuItem
- Caption = '&Tools'
- end
- object Help1: TMenuItem
- Caption = '&Help'
- end
- end
- object FolderIcons: TImageList
- Left = 48
- Top = 32
- end
- object FileImages: TImageList
- Left = 80
- Top = 32
- end
- object MainTimer: TTimer
- Enabled = False
- OnTimer = MainTimerTick
- Left = 16
- Top = 64
- end
- object DelTimer: TTimer
- Enabled = False
- Interval = 45
- OnTimer = DelTimerTimer
- Left = 48
- Top = 64
- end
- end
-