home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Rozanek / setup.exe / 0 / RCDATA / TINSTALL / TINSTALL.txt < prev   
Text File  |  1999-03-22  |  2KB  |  79 lines

  1. object Install: TInstall
  2.   Left = 200
  3.   Top = 119
  4.   Width = 435
  5.   Height = 300
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Install Assistant 2.0'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   WindowState = wsMaximized
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object AN2: TLabel
  22.     Left = 11
  23.     Top = 11
  24.     Width = 9
  25.     Height = 43
  26.     Font.Charset = EASTEUROPE_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -37
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object AN1: TLabel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 9
  38.     Height = 43
  39.     Font.Charset = EASTEUROPE_CHARSET
  40.     Font.Color = clWhite
  41.     Font.Height = -37
  42.     Font.Name = 'Times New Roman'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Progress: TPanel
  48.     Left = 8
  49.     Top = 88
  50.     Width = 409
  51.     Height = 81
  52.     TabOrder = 0
  53.     Visible = False
  54.     object FName: TLabel
  55.       Left = 8
  56.       Top = 8
  57.       Width = 393
  58.       Height = 13
  59.       AutoSize = False
  60.     end
  61.     object FP: TGauge
  62.       Left = 8
  63.       Top = 26
  64.       Width = 392
  65.       Height = 20
  66.       ForeColor = clBlue
  67.       Progress = 0
  68.     end
  69.     object CP: TGauge
  70.       Left = 8
  71.       Top = 52
  72.       Width = 392
  73.       Height = 20
  74.       ForeColor = clBlue
  75.       Progress = 0
  76.     end
  77.   end
  78. end
  79.