home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / CoolMon / cmsetup.exe / Setup.exe / 0 / RCDATA / TFRAME3 / TFRAME3.txt
Encoding:
Text File  |  2003-08-11  |  2.7 KB  |  97 lines

  1. object Frame3: TFrame3
  2.   Left = 0
  3.   Top = 0
  4.   Width = 260
  5.   Height = 171
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   TabOrder = 0
  9.   Visible = False
  10.   object Label1: TLabel
  11.     Left = 0
  12.     Top = 0
  13.     Width = 138
  14.     Height = 24
  15.     Caption = 'Filesplitter EULA'
  16.     Font.Charset = DEFAULT_CHARSET
  17.     Font.Color = clWindowText
  18.     Font.Height = -19
  19.     Font.Name = 'MS Sans Serif'
  20.     Font.Style = []
  21.     ParentFont = False
  22.   end
  23.   object Label2: TLabel
  24.     Left = 0
  25.     Top = 29
  26.     Width = 138
  27.     Height = 13
  28.     Caption = 'End-User License Agreement'
  29.   end
  30.   object CheckBox1: TCheckBox
  31.     Left = 0
  32.     Top = 154
  33.     Width = 113
  34.     Height = 17
  35.     Caption = 'I &accept the EULA'
  36.     TabOrder = 0
  37.     OnClick = CheckBox1Click
  38.   end
  39.   object ScrollBox1: TScrollBox
  40.     Left = 0
  41.     Top = 48
  42.     Width = 257
  43.     Height = 105
  44.     HorzScrollBar.Visible = False
  45.     Color = clWindow
  46.     ParentColor = False
  47.     TabOrder = 1
  48.     object Memo1: TMemo
  49.       Left = 1
  50.       Top = 1
  51.       Width = 233
  52.       Height = 484
  53.       BorderStyle = bsNone
  54.       Lines.Strings = (
  55.         'This is the End-User License Agreement for '
  56.         'Filesplitter.'
  57.         ''
  58.         'By clicking next you acknowledge, that you '
  59.         'understand the EULA and accept to it'#39's terms.'
  60.         'This agreement is legaly binding between the '
  61.         'user the copyright owner. If you don'#39't intend to '
  62.         'uphold this agreement you are required to quit the '
  63.         'installation now. Do this by pressing abort.'
  64.         ''
  65.         'As the user you own the rights to use this '
  66.         'program where ever you want to. However you '
  67.         'don'#39't own the copyrights - They are completely '
  68.         'owner by Christian Aaangel.'
  69.         ''
  70.         'This program is freeware and may be distributed, '
  71.         'as long as you don'#39't break it up or alter it. This '
  72.         'program is protected by law and international '
  73.         'agreements. '
  74.         ''
  75.         'You may NOT add, remove or in any other way '
  76.         'alter this package or it'#39's contents.'
  77.         ''
  78.         'LPL or people from the production crew can not '
  79.         'be held responsible for computer damaged, this '
  80.         'includes loss of data and hardware damage. This '
  81.         'applies even though LPL has been made aware '
  82.         'of the problem.'
  83.         ''
  84.         'You may not charge people for sale or '
  85.         'distrubution of this program. However you may '
  86.         'charge for distribution media (Floppy disks, CDs, '
  87.         'etc.).'
  88.         ''
  89.         'Christian Aaangel - Creator of FileSplitter'
  90.         ''
  91.         'Copyright '#169' 1998 - 2000, LPL')
  92.       ReadOnly = True
  93.       TabOrder = 0
  94.     end
  95.   end
  96. end
  97.