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

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Directory Outline Example'
  7.   ClientHeight = 379
  8.   ClientWidth = 620
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 18
  19.     Top = 61
  20.     Width = 50
  21.     Height = 13
  22.     Caption = 'Directories'
  23.   end
  24.   object Label1: TLabel
  25.     Left = 18
  26.     Top = 13
  27.     Width = 25
  28.     Height = 13
  29.     Caption = 'Drive'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 194
  33.     Top = 13
  34.     Width = 24
  35.     Height = 13
  36.     Caption = 'Filter'
  37.   end
  38.   object Label5: TLabel
  39.     Left = 194
  40.     Top = 61
  41.     Width = 21
  42.     Height = 13
  43.     Caption = 'Files'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 362
  47.     Top = 13
  48.     Width = 61
  49.     Height = 13
  50.     Caption = 'File Contents'
  51.   end
  52.   object DriveComboBox1: TDriveComboBox
  53.     Left = 18
  54.     Top = 29
  55.     Width = 161
  56.     Height = 22
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 0
  64.     OnChange = DriveComboBox1Change
  65.   end
  66.   object Edit1: TEdit
  67.     Left = 194
  68.     Top = 29
  69.     Width = 153
  70.     Height = 24
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 1
  78.     Text = '*.*'
  79.     OnChange = Edit1Change
  80.   end
  81.   object FileListBox1: TFileListBox
  82.     Left = 194
  83.     Top = 81
  84.     Width = 153
  85.     Height = 285
  86.     FileType = [ftReadOnly, ftHidden, ftSystem, ftVolumeID, ftNormal]
  87.     Font.Charset = ANSI_CHARSET
  88.     Font.Color = clBlack
  89.     Font.Height = -13
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ItemHeight = 16
  93.     MultiSelect = True
  94.     ParentFont = False
  95.     ShowGlyphs = True
  96.     TabOrder = 3
  97.     OnChange = FileListBox1Change
  98.   end
  99.   object Memo1: TMemo
  100.     Left = 362
  101.     Top = 29
  102.     Width = 241
  103.     Height = 337
  104.     Lines.Strings = (
  105.       'Memo1')
  106.     OEMConvert = True
  107.     ReadOnly = True
  108.     TabOrder = 2
  109.   end
  110.   object DirectoryOutline1: TDirectoryOutline
  111.     Left = 18
  112.     Top = 81
  113.     Width = 161
  114.     Height = 285
  115.     TabStop = True
  116.     OnChange = DirectoryOutline1Change
  117.     ItemHeight = 13
  118.     Options = [ooDrawFocusRect, ooStretchBitmaps]
  119.     ParentColor = False
  120.     PictureLeaf.Data = {<image000.BM6(>}
  121.