home *** CD-ROM | disk | FTP | other *** search
/ Vrtulník 3 / Vrtulnik-3.bin / zvuk / wavmak24 / _setup.1 / WMWIN.EXE / 0 / RCDATA / TDIRPICKDLG / TDIRPICKDLG.txt
Text File  |  1996-11-11  |  1KB  |  65 lines

  1. object dirPickDlg: TdirPickDlg
  2.   Left = 448
  3.   Top = 137
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  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.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 161
  21.     Height = 185
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 8
  27.     Top = 204
  28.     Width = 77
  29.     Height = 27
  30.     TabOrder = 0
  31.     OnClick = OKBtnClick
  32.     Kind = bkOK
  33.     Margin = 2
  34.     Spacing = -1
  35.     IsControl = True
  36.   end
  37.   object CancelBtn: TBitBtn
  38.     Left = 92
  39.     Top = 204
  40.     Width = 77
  41.     Height = 27
  42.     TabOrder = 1
  43.     Kind = bkCancel
  44.     Margin = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object DirectoryListBox1: TDirectoryListBox
  49.     Left = 16
  50.     Top = 40
  51.     Width = 145
  52.     Height = 145
  53.     ItemHeight = 16
  54.     TabOrder = 2
  55.   end
  56.   object DriveComboBox1: TDriveComboBox
  57.     Left = 16
  58.     Top = 16
  59.     Width = 145
  60.     Height = 19
  61.     DirList = DirectoryListBox1
  62.     TabOrder = 3
  63.   end
  64. end
  65.