home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  2004-09-23  |  1.8 KB  |  84 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 233
  3.   Top = 162
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   BorderWidth = 1
  7.   Caption = 'The Poster Toaster'
  8.   ClientHeight = 314
  9.   ClientWidth = 425
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 8
  24.     Top = 8
  25.     Width = 409
  26.     Height = 257
  27.     Picture.Data = {<image000.jpg>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 224
  31.     Top = 124
  32.     Width = 167
  33.     Height = 39
  34.     Caption = 
  35.       'Warning: This computer program is protected by copyright law and' +
  36.       ' international treaties.'
  37.     Transparent = True
  38.     WordWrap = True
  39.   end
  40.   object lblVersion: TLabel
  41.     Left = 7
  42.     Top = 271
  43.     Width = 62
  44.     Height = 20
  45.     Caption = 'Version'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -16
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object lblCopyright: TLabel
  54.     Left = 7
  55.     Top = 297
  56.     Width = 201
  57.     Height = 13
  58.     Caption = 'Copyright '#169' 2003 The Poster Toaster, Inc.'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 224
  62.     Top = 172
  63.     Width = 175
  64.     Height = 78
  65.     Caption = 
  66.       'Unauthorized reproduction or distribution of this program, or an' +
  67.       'y portion of it, may result in severe civil and criminal penalti' +
  68.       'es, and will be prosecuted to the maximum extent possible under ' +
  69.       'law.'
  70.     Transparent = True
  71.     WordWrap = True
  72.   end
  73.   object StVersionInfo1: TStVersionInfo
  74.     Left = 104
  75.     Top = 266
  76.   end
  77.   object Timer1: TTimer
  78.     Interval = 2500
  79.     OnTimer = Timer1Timer
  80.     Left = 256
  81.     Top = 272
  82.   end
  83. end
  84.