home *** CD-ROM | disk | FTP | other *** search
- object welcome: Twelcome
- Left = 176
- Top = 227
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Welcome!'
- ClientHeight = 244
- ClientWidth = 399
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 399
- Height = 244
- Align = alClient
- TabOrder = 0
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 397
- Height = 242
- Align = alClient
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- end
- object Label1: TLabel
- Left = 6
- Top = 115
- Width = 64
- Height = 13
- Caption = 'Beta Program'
- Transparent = True
- end
- object Label2: TLabel
- Left = 280
- Top = 115
- Width = 96
- Height = 13
- Caption = 'Expires Jan 01 1998'
- Transparent = True
- end
- object Label3: TLabel
- Left = 280
- Top = 131
- Width = 42
- Height = 13
- Caption = '23:59:00'
- Transparent = True
- end
- object Label4: TLabel
- Left = 6
- Top = 131
- Width = 75
- Height = 13
- Caption = 'Limited Release'
- Transparent = True
- end
- end
- object Timer1: TTimer
- Interval = 2000
- OnTimer = Timer1Timer
- Left = 356
- Top = 16
- end
- end
-