home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / WinRes / Rescue98.exe / 0 / RCDATA / TFDIRFORM / TFDIRFORM.txt
Text File  |  1998-11-16  |  1KB  |  72 lines

  1. object FDIRFORM: TFDIRFORM
  2.   Left = 255
  3.   Top = 121
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select a Directory'
  8.   ClientHeight = 295
  9.   ClientWidth = 273
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 25
  22.     Height = 13
  23.     Caption = 'Path:'
  24.   end
  25.   object BT_Cancel: TButton
  26.     Left = 157
  27.     Top = 256
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = '&Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 0
  34.   end
  35.   object BT_OK: TButton
  36.     Left = 40
  37.     Top = 256
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object DirectoryListBox1: TDirectoryListBox
  46.     Left = 8
  47.     Top = 57
  48.     Width = 256
  49.     Height = 183
  50.     ItemHeight = 16
  51.     TabOrder = 2
  52.     OnChange = DirectoryChange
  53.     OnClick = DirectoryChange
  54.   end
  55.   object DriveComboBox1: TDriveComboBox
  56.     Left = 8
  57.     Top = 29
  58.     Width = 257
  59.     Height = 19
  60.     DirList = DirectoryListBox1
  61.     TabOrder = 3
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 40
  65.     Top = 4
  66.     Width = 225
  67.     Height = 21
  68.     TabOrder = 4
  69.     Text = 'c:\windows'
  70.   end
  71. end
  72.