home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / grab / setup.exe / install.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Encoding:
Text File  |  2000-12-10  |  1.1 KB  |  57 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.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StatusLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 16
  22.     AutoSize = False
  23.     ShowAccelChar = False
  24.   end
  25.   object FilenameLabel: TNewPathLabel
  26.     Left = 8
  27.     Top = 24
  28.     Width = 297
  29.     Height = 16
  30.   end
  31.   object ProgressGauge: TNewGauge
  32.     Left = 8
  33.     Top = 50
  34.     Width = 297
  35.     Height = 21
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     MinValue = 0
  41.     MaxValue = 100
  42.     ParentFont = False
  43.     Progress = 0
  44.   end
  45.   object CancelButton: TButton
  46.     Left = 120
  47.     Top = 81
  48.     Width = 73
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = '*'
  52.     ModalResult = 2
  53.     TabOrder = 0
  54.     OnClick = CancelButtonClick
  55.   end
  56. end
  57.