home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / SPECSERV.EXE / 0 / RCDATA / TWELCOME / TWELCOME.txt < prev   
Encoding:
Text File  |  1999-08-11  |  1.4 KB  |  74 lines

  1. object welcome: Twelcome
  2.   Left = 176
  3.   Top = 227
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Welcome!'
  7.   ClientHeight = 244
  8.   ClientWidth = 399
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 399
  22.     Height = 244
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 1
  27.       Top = 1
  28.       Width = 397
  29.       Height = 242
  30.       Align = alClient
  31.       AutoSize = True
  32.       Picture.Data = {<image000.jpg>}
  33.     end
  34.     object Label1: TLabel
  35.       Left = 6
  36.       Top = 115
  37.       Width = 64
  38.       Height = 13
  39.       Caption = 'Beta Program'
  40.       Transparent = True
  41.     end
  42.     object Label2: TLabel
  43.       Left = 280
  44.       Top = 115
  45.       Width = 96
  46.       Height = 13
  47.       Caption = 'Expires Jan 01 1998'
  48.       Transparent = True
  49.     end
  50.     object Label3: TLabel
  51.       Left = 280
  52.       Top = 131
  53.       Width = 42
  54.       Height = 13
  55.       Caption = '23:59:00'
  56.       Transparent = True
  57.     end
  58.     object Label4: TLabel
  59.       Left = 6
  60.       Top = 131
  61.       Width = 75
  62.       Height = 13
  63.       Caption = 'Limited Release'
  64.       Transparent = True
  65.     end
  66.   end
  67.   object Timer1: TTimer
  68.     Interval = 2000
  69.     OnTimer = Timer1Timer
  70.     Left = 356
  71.     Top = 16
  72.   end
  73. end
  74.