home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / nettools / audio / midinigh / mn.exe / 0 / RCDATA / TDIRPICKDLG / TDIRPICKDLG.txt
Text File  |  1996-08-29  |  1KB  |  64 lines

  1. object dirPickDlg: TdirPickDlg
  2.   Left = 469
  3.   Top = 158
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 238
  8.   ClientWidth = 177
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   OnActivate = FormActivate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 161
  20.     Height = 185
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 8
  26.     Top = 204
  27.     Width = 77
  28.     Height = 27
  29.     TabOrder = 0
  30.     OnClick = OKBtnClick
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 92
  38.     Top = 204
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 1
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object DirectoryListBox1: TDirectoryListBox
  48.     Left = 16
  49.     Top = 40
  50.     Width = 145
  51.     Height = 145
  52.     ItemHeight = 16
  53.     TabOrder = 2
  54.   end
  55.   object DriveComboBox1: TDriveComboBox
  56.     Left = 16
  57.     Top = 16
  58.     Width = 145
  59.     Height = 19
  60.     DirList = DirectoryListBox1
  61.     TabOrder = 3
  62.   end
  63. end
  64.