home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 43 / PCGAMER43.bin / shware / zombwars / setup.exe / RCDATA / TGETDIRDLG / TGETDIRDLG.txt
Text File  |  1996-12-21  |  852b  |  45 lines

  1. object GetDirDlg: TGetDirDlg
  2.   Left = 294
  3.   Top = 144
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Directory...'
  7.   ClientHeight = 289
  8.   ClientWidth = 302
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 212
  18.     Top = 248
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     OnClick = OKBtnClick
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object DirectoryListBox1: TDirectoryListBox
  29.     Left = 8
  30.     Top = 8
  31.     Width = 281
  32.     Height = 233
  33.     ItemHeight = 16
  34.     TabOrder = 1
  35.   end
  36.   object DriveComboBox1: TDriveComboBox
  37.     Left = 8
  38.     Top = 256
  39.     Width = 137
  40.     Height = 19
  41.     TabOrder = 2
  42.     OnChange = DriveComboBox1Change
  43.   end
  44. end
  45.