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 / TINSTALLFORM / TINSTALLFORM.txt
Encoding:
Text File  |  2002-11-19  |  1.1 KB  |  59 lines

  1. object InstallForm: TInstallForm
  2.   Left = 267
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 113
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   Visible = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object StatusLabel: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 297
  23.     Height = 16
  24.     AutoSize = False
  25.     ShowAccelChar = False
  26.   end
  27.   object FilenameLabel: TNewPathLabel
  28.     Left = 8
  29.     Top = 24
  30.     Width = 297
  31.     Height = 16
  32.   end
  33.   object ProgressGauge: TNewGauge
  34.     Left = 8
  35.     Top = 50
  36.     Width = 297
  37.     Height = 21
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     MinValue = 0
  43.     MaxValue = 100
  44.     ParentFont = False
  45.     Progress = 0
  46.   end
  47.   object CancelButton: TButton
  48.     Left = 120
  49.     Top = 81
  50.     Width = 73
  51.     Height = 23
  52.     Cancel = True
  53.     Caption = '*'
  54.     ModalResult = 2
  55.     TabOrder = 0
  56.     OnClick = CancelButtonClick
  57.   end
  58. end
  59.