home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / buzzmachines_massive.exe / Tools / CyanBuzzToolsInstaller / cybuzz1a.exe / install.exe / 0 / RCDATA / TSELDIRFORM / TSELDIRFORM.txt
Encoding:
Text File  |  2002-11-19  |  1.2 KB  |  71 lines

  1. object SelDirForm: TSelDirForm
  2.   Left = 297
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '*'
  7.   ClientHeight = 233
  8.   ClientWidth = 257
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SelectDirectoryLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 241
  21.     Height = 31
  22.     AutoSize = False
  23.     Caption = '*'
  24.     ShowAccelChar = False
  25.   end
  26.   object DirEdit: TEdit
  27.     Left = 8
  28.     Top = 40
  29.     Width = 241
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object DirList: TNewDirectoryListBox
  34.     Left = 8
  35.     Top = 64
  36.     Width = 241
  37.     Height = 97
  38.     ItemHeight = 15
  39.     TabOrder = 1
  40.     OnChange = DirListChange
  41.   end
  42.   object DriveList: TNewDriveComboBox
  43.     Left = 8
  44.     Top = 168
  45.     Width = 241
  46.     Height = 22
  47.     DirList = DirList
  48.     TabOrder = 2
  49.   end
  50.   object OKButton: TButton
  51.     Left = 96
  52.     Top = 201
  53.     Width = 73
  54.     Height = 23
  55.     Caption = '*'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 3
  59.   end
  60.   object CancelButton: TButton
  61.     Left = 176
  62.     Top = 201
  63.     Width = 73
  64.     Height = 23
  65.     Cancel = True
  66.     Caption = '*'
  67.     ModalResult = 2
  68.     TabOrder = 4
  69.   end
  70. end
  71.