home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  1996-10-14  |  3KB  |  106 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 408
  3.   Top = 595
  4.   BorderStyle = bsNone
  5.   Caption = 'frmSplash'
  6.   ClientHeight = 158
  7.   ClientWidth = 418
  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 = 418
  20.     Height = 158
  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 lblLaw: TLabel
  78.       Left = 5
  79.       Top = 114
  80.       Width = 404
  81.       Height = 35
  82.       AutoSize = False
  83.       Caption = 
  84.         'All parts of this product, including the interface, functionalit' +
  85.         'y, documentation, help file, etc., are protected under US copyri' +
  86.         'ght laws and international treaties. Violators will be prosecute' +
  87.         'd to the maximum extent possible under the law.'
  88.       Font.Color = clBlack
  89.       Font.Height = -9
  90.       Font.Name = 'Small Fonts'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       WordWrap = True
  94.     end
  95.     object EPImage1: TEPImage
  96.       Left = 5
  97.       Top = 5
  98.       Width = 108
  99.       Height = 108
  100.       ParentColor = False
  101.       Picture.Data = {<image000.bmp>}
  102.       Transparent = True
  103.     end
  104.   end
  105. end
  106.