home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / FMXWIN.DFM / FMXWIN.txt next >
Text File  |  1997-05-08  |  3KB  |  115 lines

  1. object FMForm: TFMForm
  2.   Left = 555
  3.   Top = 426
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'File manager example'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Style = []
  10.   Menu = MainMenu1
  11.   Position = poDefault
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object StatusBar: TPanel
  16.     Left = 0
  17.     Top = 204
  18.     Width = 427
  19.     Height = 50
  20.     Align = alBottom
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object DirectoryPanel: TPanel
  24.       Left = 0
  25.       Top = 0
  26.       Width = 228
  27.       Height = 50
  28.       Align = alLeft
  29.       BevelInner = bvLowered
  30.       BevelWidth = 2
  31.       TabOrder = 0
  32.     end
  33.     object FilePanel: TPanel
  34.       Left = 228
  35.       Top = 0
  36.       Width = 199
  37.       Height = 50
  38.       Align = alClient
  39.       BevelInner = bvLowered
  40.       BevelWidth = 2
  41.       TabOrder = 1
  42.       object Floppy: TImage
  43.         Left = 30
  44.         Top = 20
  45.         Width = 16
  46.         Height = 9
  47.         AutoSize = True
  48.         Picture.Data = {<image000.bmp>}
  49.         Visible = False
  50.       end
  51.       object Fixed: TImage
  52.         Left = 59
  53.         Top = 20
  54.         Width = 16
  55.         Height = 9
  56.         AutoSize = True
  57.         Picture.Data = {<image001.bmp>}
  58.         Visible = False
  59.       end
  60.       object Network: TImage
  61.         Left = 89
  62.         Top = 20
  63.         Width = 16
  64.         Height = 9
  65.         AutoSize = True
  66.         Picture.Data = {<image002.bmp>}
  67.         Visible = False
  68.       end
  69.       object CDRom: TImage
  70.         Left = 121
  71.         Top = 20
  72.         Width = 16
  73.         Height = 9
  74.         AutoSize = True
  75.         Picture.Data = {<image003.bmp>}
  76.         Visible = False
  77.       end
  78.       object RamDisk: TImage
  79.         Left = 145
  80.         Top = 20
  81.         Width = 16
  82.         Height = 9
  83.         AutoSize = True
  84.         Picture.Data = {<image004.bmp>}
  85.         Visible = False
  86.       end
  87.     end
  88.   end
  89.   object DriveTabSet: TTabSet
  90.     Left = 0
  91.     Top = 178
  92.     Width = 427
  93.     Height = 26
  94.     Align = alBottom
  95.     Font.Color = clWindowText
  96.     Font.Height = -15
  97.     Font.Style = []
  98.     Style = tsOwnerDraw
  99.     OnChange = DriveTabSetChange
  100.     OnDrawTab = DriveTabSetDrawTab
  101.     OnMeasureTab = DriveTabSetMeasureTab
  102.   end
  103.   object DirectoryOutline: TDirectoryOutline
  104.     Left = 0
  105.     Top = 0
  106.     Width = 198
  107.     Height = 178
  108.     Align = alLeft
  109.     ItemHeight = 16
  110.     OnChange = DirectoryOutlineChange
  111.     OnDragDrop = DirectoryOutlineDragDrop
  112.     OnDragOver = DirectoryOutlineDragOver
  113.     Options = [ooDrawFocusRect]
  114.     PictureLeaf.Data = {<image005.BMソスB(ソス|ソス@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ソスソスソスソスソスソスソスソスソス>}
  115.