home *** CD-ROM | disk | FTP | other *** search
/ PC Open 18 / pcopen18.iso / INTERNET / HyperM / HM22.DAT / 0 / RCDATA / TFSELDIR / TFSELDIR.txt
Encoding:
Text File  |  1998-01-03  |  1.2 KB  |  66 lines

  1. object Fseldir: TFseldir
  2.   Left = 337
  3.   Top = 188
  4.   Width = 291
  5.   Height = 230
  6.   BorderIcons = []
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object DirectoryListBox1: TDirectoryListBox
  17.     Left = 3
  18.     Top = 8
  19.     Width = 277
  20.     Height = 131
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.   end
  24.   object DriveComboBox1: TDriveComboBox
  25.     Left = 3
  26.     Top = 145
  27.     Width = 277
  28.     Height = 19
  29.     TabOrder = 1
  30.     OnChange = DriveComboBox1Change
  31.   end
  32.   object POK: TButton
  33.     Left = 38
  34.     Top = 173
  35.     Width = 64
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     TabOrder = 2
  40.     OnClick = POKClick
  41.   end
  42.   object PCancel: TButton
  43.     Left = 110
  44.     Top = 173
  45.     Width = 64
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     TabOrder = 3
  50.     OnClick = PCancelClick
  51.   end
  52.   object makedirbtn: TButton
  53.     Left = 182
  54.     Top = 173
  55.     Width = 64
  56.     Height = 25
  57.     Hint = 'Create a directory and select it as target directory'
  58.     Caption = 'Make dir'
  59.     Default = True
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     TabOrder = 4
  63.     OnClick = makedirbtnClick
  64.   end
  65. end
  66.