home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  1997-04-22  |  2KB  |  99 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 219
  3.   Top = 154
  4.   HelpContext = 10
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Infolink Link Checker - Unregistered'
  8.   ClientHeight = 198
  9.   ClientWidth = 369
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnClick = FormClick
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgSplash: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 61
  24.     Height = 57
  25.     Picture.Data = {<image000.bmp>}
  26.     Stretch = True
  27.     OnClick = FormClick
  28.   end
  29.   object copyright: TLabel
  30.     Left = 64
  31.     Top = 4
  32.     Width = 111
  33.     Height = 13
  34.     Caption = 'Copyright January 1997'
  35.     OnClick = FormClick
  36.   end
  37.   object rights: TLabel
  38.     Left = 64
  39.     Top = 36
  40.     Width = 96
  41.     Height = 13
  42.     Caption = 'All Rights Reserved.'
  43.     OnClick = FormClick
  44.   end
  45.   object Label2: TLabel
  46.     Left = 18
  47.     Top = 120
  48.     Width = 339
  49.     Height = 41
  50.     AutoSize = False
  51.     Caption = 
  52.       'Any duplication of this product is strictly forbidden unless spe' +
  53.       'cified differently by BiggByte Software.'
  54.     WordWrap = True
  55.     OnClick = FormClick
  56.   end
  57.   object BBS: TLabel
  58.     Left = 64
  59.     Top = 20
  60.     Width = 102
  61.     Height = 13
  62.     Caption = 'By BiggByte Software'
  63.     OnClick = FormClick
  64.   end
  65.   object illegal: TLabel
  66.     Left = 18
  67.     Top = 64
  68.     Width = 335
  69.     Height = 53
  70.     AutoSize = False
  71.     Caption = 
  72.       'Use of this product should be for evaluation purposes only.  Inf' +
  73.       'oLink V1.6 Link Checker is not FREEWARE.  You may use this progr' +
  74.       'am legally for 30 days before registering.'
  75.     WordWrap = True
  76.     OnClick = FormClick
  77.   end
  78.   object Label1: TLabel
  79.     Left = 18
  80.     Top = 164
  81.     Width = 244
  82.     Height = 13
  83.     Caption = 'Visit the BiggByte Site at http://www.biggbyte.com/'
  84.   end
  85.   object Label3: TLabel
  86.     Left = 18
  87.     Top = 180
  88.     Width = 233
  89.     Height = 13
  90.     Caption = 'Send any comments to comments@biggbyte.com'
  91.   end
  92.   object tmrSplash: TTimer
  93.     Interval = 5000
  94.     OnTimer = tmrSplashTimer
  95.     Left = 17
  96.     Top = 14
  97.   end
  98. end
  99.