home *** CD-ROM | disk | FTP | other *** search
- object InstallForm: TInstallForm
- Left = 267
- Top = 166
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 113
- ClientWidth = 313
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- Visible = True
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object StatusLabel: TLabel
- Left = 8
- Top = 8
- Width = 297
- Height = 16
- AutoSize = False
- ShowAccelChar = False
- end
- object FilenameLabel: TNewPathLabel
- Left = 8
- Top = 24
- Width = 297
- Height = 16
- end
- object ProgressGauge: TNewGauge
- Left = 8
- Top = 50
- Width = 297
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MinValue = 0
- MaxValue = 100
- ParentFont = False
- Progress = 0
- end
- object CancelButton: TButton
- Left = 120
- Top = 81
- Width = 73
- Height = 23
- Cancel = True
- Caption = '*'
- ModalResult = 2
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- end
-