home *** CD-ROM | disk | FTP | other *** search
- object frmSplash: TfrmSplash
- Left = 233
- Top = 162
- BorderIcons = []
- BorderStyle = bsSingle
- BorderWidth = 1
- Caption = 'The Poster Toaster'
- ClientHeight = 314
- ClientWidth = 425
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 409
- Height = 257
- Picture.Data = {<image000.jpg>}
- end
- object Label1: TLabel
- Left = 224
- Top = 124
- Width = 167
- Height = 39
- Caption =
- 'Warning: This computer program is protected by copyright law and' +
- ' international treaties.'
- Transparent = True
- WordWrap = True
- end
- object lblVersion: TLabel
- Left = 7
- Top = 271
- Width = 62
- Height = 20
- Caption = 'Version'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblCopyright: TLabel
- Left = 7
- Top = 297
- Width = 201
- Height = 13
- Caption = 'Copyright '#169' 2003 The Poster Toaster, Inc.'
- end
- object Label4: TLabel
- Left = 224
- Top = 172
- Width = 175
- Height = 78
- Caption =
- 'Unauthorized reproduction or distribution of this program, or an' +
- 'y portion of it, may result in severe civil and criminal penalti' +
- 'es, and will be prosecuted to the maximum extent possible under ' +
- 'law.'
- Transparent = True
- WordWrap = True
- end
- object StVersionInfo1: TStVersionInfo
- Left = 104
- Top = 266
- end
- object Timer1: TTimer
- Interval = 2500
- OnTimer = Timer1Timer
- Left = 256
- Top = 272
- end
- end
-