home *** CD-ROM | disk | FTP | other *** search
- object FMForm: TFMForm
- Left = 230
- Top = 99
- AutoScroll = False
- Width = 435
- Height = 300
- ActiveControl = DirectoryOutline
- Caption = 'File Manager Example'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- Position = poDefault
- OnCreate = FormCreate
- TextHeight = 16
- object StatusBar: TPanel
- Left = 0
- Top = 213
- Width = 427
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object DirectoryPanel: TPanel
- Left = 0
- Top = 0
- Width = 185
- Height = 41
- Align = alLeft
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 0
- end
- object FilePanel: TPanel
- Left = 185
- Top = 0
- Width = 242
- Height = 41
- Align = alClient
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 1
- object Floppy: TImage
- Left = 80
- Top = 16
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Visible = False
- end
- object Fixed: TImage
- Left = 104
- Top = 16
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object Network: TImage
- Left = 128
- Top = 16
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- end
- end
- object DriveTabSet: TTabSet
- Left = 0
- Top = 192
- Width = 427
- Height = 21
- Align = alBottom
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Style = tsOwnerDraw
- TabOrder = 1
- OnClick = DriveTabSetClick
- OnDrawTab = DriveTabSetDrawTab
- OnMeasureTab = DriveTabSetMeasureTab
- end
- object DirectoryOutline: TDirectoryOutline
- Left = 0
- Top = 0
- Width = 161
- Height = 192
- Align = alLeft
- Options = [ooDrawTreeRoot, ooDrawFocusRect, ooStretchBitmaps]
- TabOrder = 2
- OnChange = DirectoryOutlineChange
- OnDragDrop = DirectoryOutlineDragDrop
- OnDragOver = DirectoryOutlineDragOver
- Data = {10}
- end
- object FileList: TFileListBox
- Left = 161
- Top = 0
- Width = 266
- Height = 192
- Align = alClient
- FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
- ItemHeight = 16
- ShowGlyphs = True
- TabOrder = 3
- OnChange = FileListChange
- OnDblClick = Open1Click
- OnEndDrag = FileListEndDrag
- OnMouseDown = FileListMouseDown
- end
- object MainMenu1: TMainMenu
- Left = 217
- Top = 216
- object File1: TMenuItem
- Caption = '&File'
- OnClick = File1Click
- object Open1: TMenuItem
- Caption = '&Open'
- OnClick = Open1Click
- ShortCutText = 'Enter'
- end
- object Move1: TMenuItem
- Caption = '&Move...'
- OnClick = FileChange
- ShortCutText = 'F7'
- end
- object Copy1: TMenuItem
- Caption = '&Copy...'
- OnClick = FileChange
- ShortCutText = 'F8'
- end
- object Delete1: TMenuItem
- Caption = '&Delete...'
- OnClick = Delete1Click
- ShortCutText = 'Del'
- end
- object Rename1: TMenuItem
- Caption = '&Rename...'
- OnClick = FileChange
- end
- object Properties1: TMenuItem
- Caption = '&Properties...'
- OnClick = Properties1Click
- ShortCutText = 'Alt+Enter'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- end
-