home *** CD-ROM | disk | FTP | other *** search
- object FMForm: TFMForm
- Left = 555
- Top = 426
- Width = 435
- Height = 300
- Caption = 'File manager example'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poDefault
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object StatusBar: TPanel
- Left = 0
- Top = 204
- Width = 427
- Height = 50
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object DirectoryPanel: TPanel
- Left = 0
- Top = 0
- Width = 228
- Height = 50
- Align = alLeft
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 0
- end
- object FilePanel: TPanel
- Left = 228
- Top = 0
- Width = 199
- Height = 50
- Align = alClient
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 1
- object Floppy: TImage
- Left = 30
- Top = 20
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Visible = False
- end
- object Fixed: TImage
- Left = 59
- Top = 20
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object Network: TImage
- Left = 89
- Top = 20
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object CDRom: TImage
- Left = 121
- Top = 20
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image003.bmp>}
- Visible = False
- end
- object RamDisk: TImage
- Left = 145
- Top = 20
- Width = 16
- Height = 9
- AutoSize = True
- Picture.Data = {<image004.bmp>}
- Visible = False
- end
- end
- end
- object DriveTabSet: TTabSet
- Left = 0
- Top = 178
- Width = 427
- Height = 26
- Align = alBottom
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Style = tsOwnerDraw
- OnChange = DriveTabSetChange
- OnDrawTab = DriveTabSetDrawTab
- OnMeasureTab = DriveTabSetMeasureTab
- end
- object DirectoryOutline: TDirectoryOutline
- Left = 0
- Top = 0
- Width = 198
- Height = 178
- Align = alLeft
- ItemHeight = 16
- OnChange = DirectoryOutlineChange
- OnDragDrop = DirectoryOutlineDragDrop
- OnDragOver = DirectoryOutlineDragOver
- Options = [ooDrawFocusRect]
- PictureLeaf.Data = {
- CA010000424DCA0100000000000042000000280000000E0000000E0000000100
- 1000030000008801000000000000000000000000000000000000007C0000E003
- 00001F0000001040104010401040104010401040104010401040104010401040
- 1040104010401040104010401040104010401040104010401040104010401040
- 1040104010401040104010401040104010401040104010401040104000000000
- 000000000000000000000000000000001040104010400000E07FFF7FE07FFF7F
- E07FFF7FE07FFF7FE07F00001040104010400000FF7FE07FFF7FE07FFF7FE07F
- FF7FE07FFF7F00001040104010400000E07FFF7FE07FFF7FE07FFF7FE07FFF7F
- E07F00001040104010400000FF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7F0000
- 1040104010400000E07FFF7FE07FFF7FE07FFF7FE07FFF7FE07F000010401040
- 10400000FF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7F00001040104010400000
- 000000000000000000000000000000000000104010401040104010400000FF7F
- E07FFF7FE07F0000104010401040104010401040104010401042000000000000
- 0000104210401040104010401040104010401040104010401040104010401040
- 1040104010401040104010401040}
- TabOrder = 2
- Data = {10}
- end
- object FileList: TFileListBox
- Left = 198
- Top = 0
- Width = 229
- Height = 178
- Align = alClient
- FileType = [ftReadOnly, ftDirectory, ftArchive, ftNormal]
- ItemHeight = 16
- ShowGlyphs = True
- TabOrder = 3
- OnChange = FileListChange
- OnEndDrag = FileListEndDrag
- OnMouseDown = FileListMouseDown
- end
- object MainMenu1: TMainMenu
- Left = 337
- Top = 251
- object File1: TMenuItem
- Caption = '&File'
- OnClick = File1Click
- object Open1: TMenuItem
- Caption = '&Open'
- ShortCut = 13
- OnClick = Open1Click
- end
- object Move1: TMenuItem
- Caption = '&Move...'
- ShortCut = 118
- OnClick = FileChange
- end
- object Copy1: TMenuItem
- Caption = '&Copy...'
- ShortCut = 119
- OnClick = FileChange
- end
- object Delete1: TMenuItem
- Caption = '&Delete...'
- ShortCut = 46
- OnClick = Delete1Click
- end
- object Rename1: TMenuItem
- Caption = '&Rename...'
- OnClick = FileChange
- end
- object Properties1: TMenuItem
- Caption = '&Properties...'
- ShortCut = 32781
- OnClick = Properties1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- end
-