home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / PROKON84.ZIP / SETUP.EXE / 0 / RCDATA / TINSTALLDLG / TINSTALLDLG.txt
Text File  |  1998-05-02  |  420b  |  21 lines

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