home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / TDP_FULL.ZIP / _SETUP.1 / todopro.exe / 0 / RCDATA / TFRMCHOOSEDIR / TFRMCHOOSEDIR.txt
Text File  |  1998-01-21  |  935b  |  50 lines

  1. object frmChooseDir: TfrmChooseDir
  2.   Left = 305
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Choose Directory'
  7.   ClientHeight = 251
  8.   ClientWidth = 205
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DirectoryListBox1: TDirectoryListBox
  17.     Left = 8
  18.     Top = 32
  19.     Width = 189
  20.     Height = 181
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.   end
  24.   object DriveComboBox1: TDriveComboBox
  25.     Left = 8
  26.     Top = 8
  27.     Width = 189
  28.     Height = 19
  29.     DirList = DirectoryListBox1
  30.     TabOrder = 1
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 24
  34.     Top = 220
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 2
  38.     OnClick = BitBtn1Click
  39.     Kind = bkOK
  40.   end
  41.   object BitBtn2: TBitBtn
  42.     Left = 106
  43.     Top = 220
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 3
  47.     Kind = bkCancel
  48.   end
  49. end
  50.