home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_nl37b.zip / netLoad.exe / 0 / RCDATA / TFILEDIRDLG / TFILEDIRDLG.txt
Text File  |  1997-08-10  |  1KB  |  62 lines

  1. object fileDirDlg: TfileDirDlg
  2.   Left = 227
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selected a folder to change to...'
  6.   ClientHeight = 176
  7.   ClientWidth = 351
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 268
  17.     Top = 104
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 268
  27.     Top = 134
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object DriveComboBox1: TDriveComboBox
  36.     Left = 10
  37.     Top = 10
  38.     Width = 247
  39.     Height = 19
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 2
  46.     OnChange = DriveComboBox1Change
  47.   end
  48.   object DirectoryListBox1: TDirectoryListBox
  49.     Left = 10
  50.     Top = 32
  51.     Width = 247
  52.     Height = 134
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ItemHeight = 16
  58.     ParentFont = False
  59.     TabOrder = 3
  60.   end
  61. end
  62.