home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / RESC98 / SETUP.EXE / 0 / RCDATA / TFDIRFORM / TFDIRFORM.txt
Text File  |  1998-06-23  |  1KB  |  70 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.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 = 8
  19.     Top = 8
  20.     Width = 25
  21.     Height = 13
  22.     Caption = 'Path:'
  23.   end
  24.   object BT_Cancel: TButton
  25.     Left = 157
  26.     Top = 256
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = '&Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 0
  33.   end
  34.   object BT_OK: TButton
  35.     Left = 40
  36.     Top = 256
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object DirectoryListBox1: TDirectoryListBox
  45.     Left = 8
  46.     Top = 57
  47.     Width = 256
  48.     Height = 183
  49.     ItemHeight = 16
  50.     TabOrder = 2
  51.     OnChange = DirectoryChange
  52.   end
  53.   object DriveComboBox1: TDriveComboBox
  54.     Left = 8
  55.     Top = 29
  56.     Width = 257
  57.     Height = 19
  58.     DirList = DirectoryListBox1
  59.     TabOrder = 3
  60.   end
  61.   object Edit1: TEdit
  62.     Left = 40
  63.     Top = 4
  64.     Width = 225
  65.     Height = 21
  66.     TabOrder = 4
  67.     Text = 'c:\windows'
  68.   end
  69. end
  70.