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 / TNEWDISKFORM / TNEWDISKFORM.txt
Encoding:
Text File  |  2002-11-19  |  1.4 KB  |  81 lines

  1. object NewDiskForm: TNewDiskForm
  2.   Left = 226
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '*'
  7.   ClientHeight = 169
  8.   ClientWidth = 377
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DiskPaintBox: TPaintBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 48
  23.     Height = 48
  24.     OnPaint = DiskPaintBoxPaint
  25.   end
  26.   object SelectDiskLabel: TLabel
  27.     Left = 72
  28.     Top = 8
  29.     Width = 297
  30.     Height = 72
  31.     AutoSize = False
  32.     Caption = '*'
  33.     ShowAccelChar = False
  34.     WordWrap = True
  35.   end
  36.   object PathLabel: TLabel
  37.     Left = 8
  38.     Top = 80
  39.     Width = 4
  40.     Height = 13
  41.     Caption = '*'
  42.     FocusControl = PathEdit
  43.   end
  44.   object PathEdit: TEdit
  45.     Left = 8
  46.     Top = 96
  47.     Width = 281
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object BrowseButton: TButton
  52.     Left = 296
  53.     Top = 95
  54.     Width = 73
  55.     Height = 23
  56.     Caption = '*'
  57.     TabOrder = 1
  58.     OnClick = BrowseButtonClick
  59.   end
  60.   object CancelButton: TButton
  61.     Left = 296
  62.     Top = 137
  63.     Width = 73
  64.     Height = 23
  65.     Cancel = True
  66.     Caption = '*'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70.   object OKButton: TButton
  71.     Left = 216
  72.     Top = 137
  73.     Width = 73
  74.     Height = 23
  75.     Caption = '*'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 2
  79.   end
  80. end
  81.