home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TFSPLASH / TFSPLASH.txt
Encoding:
Text File  |  2001-06-19  |  984 b   |  53 lines

  1. object FSplash: TFSplash
  2.   Left = 403
  3.   Top = 320
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FSplash'
  9.   ClientHeight = 159
  10.   ClientWidth = 232
  11.   Color = clLime
  12.   Ctl3D = False
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -17
  16.   Font.Name = 'System'
  17.   Font.Style = []
  18.   OldCreateOrder = True
  19.   Scaled = False
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object LogoImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.     Enabled = False
  29.     OnClick = LogoImageClick
  30.   end
  31.   object Label1: TLabel
  32.     Left = 40
  33.     Top = 64
  34.     Width = 160
  35.     Height = 16
  36.     Caption = 'Your Logo Belongs Here'
  37.   end
  38.   object Shape1: TShape
  39.     Left = 0
  40.     Top = 0
  41.     Width = 232
  42.     Height = 159
  43.     Align = alClient
  44.     Brush.Style = bsClear
  45.   end
  46.   object Timer1: TTimer
  47.     Interval = 2000
  48.     OnTimer = Timer1Timer
  49.     Left = 188
  50.     Top = 115
  51.   end
  52. end
  53.