home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / shareware / irvinst / SETUP.EXE / 0 / RCDATA / TFRMBACKGROUND / TFRMBACKGROUND.txt
Encoding:
Text File  |  1999-07-11  |  1.0 KB  |  48 lines

  1. object frmBackground: TfrmBackground
  2.   Left = 290
  3.   Top = 112
  4.   Width = 454
  5.   Height = 300
  6.   Caption = 'Setup'
  7.   Color = clBlue
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblShadow: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 313
  23.     Height = 41
  24.     Caption = 'InVircible 7.02 Setup'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -35
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = [fsBold, fsItalic]
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object lblName: TLabel
  34.     Left = 10
  35.     Top = 10
  36.     Width = 313
  37.     Height = 41
  38.     Caption = 'InVircible 7.02 Setup'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWhite
  41.     Font.Height = -35
  42.     Font.Name = 'Times New Roman'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47. end
  48.