home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / PUZZLE2 / PUZZLE$$.EXE / PUZZLE / PUZZLE.EXE / 0 / RCDATA / TSELDIRDLG / TSELDIRDLG.txt
Text File  |  1999-06-19  |  1KB  |  57 lines

  1. object SelDirDlg: TSelDirDlg
  2.   Left = 290
  3.   Top = 174
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Directory'
  6.   ClientHeight = 287
  7.   ClientWidth = 226
  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 Button1: TButton
  16.     Left = 63
  17.     Top = 256
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 2
  24.   end
  25.   object Button2: TButton
  26.     Left = 143
  27.     Top = 256
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 3
  34.   end
  35.   object DirectoryListBox: TDirectoryListBox
  36.     Left = 8
  37.     Top = 36
  38.     Width = 209
  39.     Height = 213
  40.     ItemHeight = 16
  41.     TabOrder = 1
  42.   end
  43.   object DriveComboBox: TDriveComboBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 209
  47.     Height = 22
  48.     DirList = DirectoryListBox
  49.     Font.Color = clBlack
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56. end
  57.