home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / watznew / setup.exe / 0 / RCDATA / TBACKGROUNDWINDOW / TBACKGROUNDWINDOW.txt
Encoding:
Text File  |  2002-05-01  |  1.6 KB  |  81 lines

  1. object BackgroundWindow: TBackgroundWindow
  2.   Left = 254
  3.   Top = 245
  4.   BorderStyle = bsNone
  5.   ClientHeight = 361
  6.   ClientWidth = 596
  7.   Color = clBlack
  8.   Enabled = False
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Visible = True
  16.   WindowState = wsMaximized
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BgImage: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 596
  27.     Height = 361
  28.     Align = alClient
  29.   end
  30.   object Label1: TLabel
  31.     Left = 20
  32.     Top = 16
  33.     Width = 30
  34.     Height = 42
  35.     Caption = '--'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -35
  39.     Font.Name = 'Tahoma'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Label2: TLabel
  45.     Left = 22
  46.     Top = 60
  47.     Width = 14
  48.     Height = 23
  49.     Caption = '--'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWhite
  52.     Font.Height = -19
  53.     Font.Name = 'Tahoma'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58.   object Label3: TLabel
  59.     Left = 560
  60.     Top = 320
  61.     Width = 20
  62.     Height = 29
  63.     Alignment = taRightJustify
  64.     Caption = '--'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = 56831
  67.     Font.Height = -24
  68.     Font.Name = 'Tahoma'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     Transparent = True
  72.     Visible = False
  73.   end
  74.   object Timer: TTimer
  75.     Interval = 500
  76.     OnTimer = TimerTimer
  77.     Left = 72
  78.     Top = 40
  79.   end
  80. end
  81.