home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / webedit.arj / DATA.Z / WebEdit.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1996-08-14  |  2.7 KB  |  118 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 408
  3.   Top = 595
  4.   BorderStyle = bsNone
  5.   Caption = 'frmSplash'
  6.   ClientHeight = 160
  7.   ClientWidth = 429
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object pnlSplash: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 429
  20.     Height = 160
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     Font.Color = clBlack
  24.     Font.Height = -12
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object lblTitle: TLabel
  30.       Left = 120
  31.       Top = 5
  32.       Width = 163
  33.       Height = 16
  34.       Caption = 'Kenn Nesbitt'#39's WebEdit'
  35.       Font.Color = clBlack
  36.       Font.Height = -15
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object lblVersion: TLabel
  42.       Left = 120
  43.       Top = 31
  44.       Width = 67
  45.       Height = 16
  46.       Caption = 'Version ......'
  47.       Font.Color = clBlack
  48.       Font.Height = -15
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.     end
  53.     object lblCopyright: TLabel
  54.       Left = 120
  55.       Top = 60
  56.       Width = 167
  57.       Height = 13
  58.       Caption = 'Copyright ∩┐╜ 1996, Nesbitt Software'
  59.       Font.Color = clBlack
  60.       Font.Height = -12
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object lblRights: TLabel
  66.       Left = 120
  67.       Top = 76
  68.       Width = 86
  69.       Height = 13
  70.       Caption = 'All rights reserved.'
  71.       Font.Color = clBlack
  72.       Font.Height = -12
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.     object lblWritten: TLabel
  78.       Left = 120
  79.       Top = 102
  80.       Width = 246
  81.       Height = 13
  82.       Caption = 'Written by Kenn Nesbitt, Scot Jebens and Jay Ward'
  83.       Font.Color = clBlack
  84.       Font.Height = -12
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.     end
  89.     object lblLaw: TLabel
  90.       Left = 5
  91.       Top = 122
  92.       Width = 417
  93.       Height = 35
  94.       AutoSize = False
  95.       Caption = 
  96.         'All parts of this product, including the interface, functionalit' +
  97.         'y, documentation, help file, etc., are protected under US copyri' +
  98.         'ght laws and international treaties. Violators will be prosecute' +
  99.         'd to the maximum extent possible under the law.'
  100.       Font.Color = clBlack
  101.       Font.Height = -9
  102.       Font.Name = 'Small Fonts'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       WordWrap = True
  106.     end
  107.     object EPImage1: TEPImage
  108.       Left = 5
  109.       Top = 5
  110.       Width = 108
  111.       Height = 108
  112.       ParentColor = False
  113.       Picture.Data = {<image000.bmp>}
  114.       Transparent = True
  115.     end
  116.   end
  117. end
  118.