home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TGETPATHFORM / TGETPATHFORM.txt
Text File  |  1997-05-14  |  2KB  |  77 lines

  1. object GetPathForm: TGetPathForm
  2.   Left = 303
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'GetPathForm'
  7.   ClientHeight = 268
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Frame: TGroupBox
  17.     Left = 8
  18.     Top = 12
  19.     Width = 257
  20.     Height = 217
  21.     Caption = 'SELECT PATH'
  22.     Font.Color = clMaroon
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Directories: TDirectoryListBox
  29.       Left = 8
  30.       Top = 44
  31.       Width = 241
  32.       Height = 165
  33.       Font.Color = clBlack
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ItemHeight = 16
  38.       ParentFont = False
  39.       TabOrder = 0
  40.       OnExit = DirectoriesExit
  41.     end
  42.     object Drives: TDriveComboBox
  43.       Left = 8
  44.       Top = 24
  45.       Width = 241
  46.       Height = 19
  47.       DirList = Directories
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       TabOrder = 1
  54.     end
  55.   end
  56.   object OKButton: TButton
  57.     Left = 157
  58.     Top = 236
  59.     Width = 52
  60.     Height = 25
  61.     Caption = '&OK'
  62.     Default = True
  63.     TabOrder = 1
  64.     OnClick = OKButtonClick
  65.   end
  66.   object CancelButton: TButton
  67.     Left = 213
  68.     Top = 236
  69.     Width = 52
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = '&Cancel'
  73.     TabOrder = 2
  74.     OnClick = CancelButtonClick
  75.   end
  76. end
  77.