home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / FMXWIN.DFM / FMXWIN.txt next >
Text File  |  1997-02-14  |  3KB  |  114 lines

  1. object FormMain: TFormMain
  2.   Left = 214
  3.   Top = 128
  4.   Width = 544
  5.   Height = 399
  6.   Caption = 'File Manager Example'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StatusPanel: TPanel
  18.     Left = 0
  19.     Top = 306
  20.     Width = 536
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object DirectoryPanel: TPanel
  25.       Left = 1
  26.       Top = 1
  27.       Width = 320
  28.       Height = 39
  29.       Align = alLeft
  30.       BevelInner = bvLowered
  31.       TabOrder = 0
  32.     end
  33.     object FilePanel: TPanel
  34.       Left = 321
  35.       Top = 1
  36.       Width = 214
  37.       Height = 39
  38.       Align = alClient
  39.       BevelInner = bvLowered
  40.       TabOrder = 1
  41.       object Floppy: TImage
  42.         Left = 8
  43.         Top = 16
  44.         Width = 16
  45.         Height = 9
  46.         AutoSize = True
  47.         Picture.Data = {<image000.bmp>}
  48.         Visible = False
  49.       end
  50.       object Fixed: TImage
  51.         Left = 32
  52.         Top = 16
  53.         Width = 16
  54.         Height = 9
  55.         AutoSize = True
  56.         Picture.Data = {<image001.bmp>}
  57.         Visible = False
  58.       end
  59.       object Network: TImage
  60.         Left = 56
  61.         Top = 16
  62.         Width = 16
  63.         Height = 9
  64.         AutoSize = True
  65.         Picture.Data = {<image002.bmp>}
  66.         Visible = False
  67.       end
  68.     end
  69.   end
  70.   object DriveTabSet: TTabSet
  71.     Left = 0
  72.     Top = 285
  73.     Width = 536
  74.     Height = 21
  75.     Align = alBottom
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     OnClick = DriveTabSetClick
  82.     OnDrawTab = DriveTabSetDrawTab
  83.     OnMeasureTab = DriveTabSetMeasureTab
  84.   end
  85.   object FileList: TFileListBox
  86.     Left = 193
  87.     Top = 0
  88.     Width = 343
  89.     Height = 285
  90.     Align = alClient
  91.     FileType = [ftReadOnly, ftArchive, ftNormal]
  92.     ItemHeight = 16
  93.     ShowGlyphs = True
  94.     TabOrder = 3
  95.     OnChange = FileListChange
  96.     OnDblClick = FileListDblClick
  97.     OnEndDrag = FileListEndDrag
  98.     OnMouseDown = FileListMouseDown
  99.   end
  100.   object DirectoryOutline: TDirectoryOutline
  101.     Left = 0
  102.     Top = 0
  103.     Width = 193
  104.     Height = 285
  105.     TabStop = True
  106.     OnChange = DirectoryOutlineChange
  107.     Align = alLeft
  108.     ItemHeight = 13
  109.     OnDragDrop = DirectoryOutlineDragDrop
  110.     OnDragOver = DirectoryOutlineDragOver
  111.     Options = [ooDrawFocusRect, ooStretchBitmaps]
  112.     ParentColor = False
  113.     PictureLeaf.Data = {<image003.BM6(>}
  114.