home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / slunec / app / cdcheck.exe / CDCheck.exe / 0 / RCDATA / TFRMREMINDER / TFRMREMINDER.txt
Encoding:
Text File  |  2002-08-12  |  3.3 KB  |  114 lines

  1. object FrmReminder: TFrmReminder
  2.   Left = 357
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reminder'
  6.   ClientHeight = 374
  7.   ClientWidth = 424
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 16
  21.     Top = 8
  22.     Width = 393
  23.     Height = 313
  24.     Lines.Strings = (
  25.       
  26.         'Your 30 days evaluation period has expired. If you wish to conti' +
  27.         'nue'
  28.       
  29.         'using CDCheck you must agree with the following terms, otherwise' +
  30.         ' '
  31.       'please uninstall this software.'
  32.       ''
  33.       '-------------------------------------------------------'
  34.       '1. Personal users'
  35.       '-------------------------------------------------------'
  36.       'NON-PROFIT use in the following text means no profit is made '
  37.       
  38.         'directly or indirectly with data (files) being checked, compared' +
  39.         ', '
  40.       'recovered etc.'
  41.       ''
  42.       '(A) NON-PROFIT USE'
  43.       'You can use this software free of charge.'
  44.       ''
  45.       'This message appears once per month to remind you of the '
  46.       'terms you accepted in case that during this period of time '
  47.       'your use has changed. '
  48.       ''
  49.       'If you would like to help cover development costs and receive '
  50.       
  51.         'complete support for this product, please purchase Support licen' +
  52.         'se.'
  53.       ''
  54.       'License price at the time of release:'
  55.       '- Support license: $10'
  56.       ''
  57.       '(B) PROFIT USE'
  58.       'You have 14 days to register this software by purchasing '
  59.       'Single user license. If you do not intend to register this '
  60.       'software you must uninstall it within 14 days.'
  61.       ''
  62.       'License price at the time of release:'
  63.       '- Single user license: $50'
  64.       ''
  65.       'For current prices go to:'
  66.       'http://www.elpros.si/CDCheck/registration.php'
  67.       ''
  68.       '---------------------------------------------------'
  69.       '2. Business users'
  70.       '---------------------------------------------------'
  71.       
  72.         'This applies to profitable business entities, governmental entit' +
  73.         'ies'
  74.       'and educational institutions.'
  75.       ''
  76.       'You have 14 days to register this software by purchasing '
  77.       'appropriate license. If you do not intend to register this'
  78.       'software you must uninstall it within 14 days.'
  79.       ''
  80.       'Licence prices at the time of release:'
  81.       '- Single user license: $50'
  82.       '- 5 users license:  $200'
  83.       '- Corporate license: $500'
  84.       ''
  85.       'For current prices go to:'
  86.       'http://www.elpros.si/CDCheck/registration.php'
  87.       ''
  88.       ''
  89.       '---------------------------------------------------'
  90.       'This message stops appearing after registration.')
  91.     ReadOnly = True
  92.     ScrollBars = ssVertical
  93.     TabOrder = 0
  94.   end
  95.   object Button1: TButton
  96.     Left = 16
  97.     Top = 336
  98.     Width = 177
  99.     Height = 25
  100.     Caption = 'I agree with the terms'
  101.     TabOrder = 1
  102.     OnClick = Button1Click
  103.   end
  104.   object Button2: TButton
  105.     Left = 232
  106.     Top = 336
  107.     Width = 177
  108.     Height = 25
  109.     Caption = 'Uninstall this software'
  110.     TabOrder = 2
  111.     OnClick = Button2Click
  112.   end
  113. end
  114.