home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / ProKon / Setup.exe / 0 / RCDATA / TINSTALLDLG / TINSTALLDLG.txt
Text File  |  1998-12-17  |  466b  |  23 lines

  1. object InstallDlg: TInstallDlg
  2.   Left = -4
  3.   Top = -3
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ProKon Installation'
  7.   ClientHeight = 721
  8.   ClientWidth = 1021
  9.   Color = clBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   WindowState = wsMaximized
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22. end
  23.