home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / cdcheck / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMREMINDER / TFRMREMINDER.txt
Text File  |  2006-07-03  |  4KB  |  136 lines

  1. object FrmReminder: TFrmReminder
  2.   Left = 357
  3.   Top = 271
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = '30 day evaluation period ended'
  7.   ClientHeight = 422
  8.   ClientWidth = 592
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg 2'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 16
  22.     Top = 349
  23.     Width = 569
  24.     Height = 33
  25.     Shape = bsFrame
  26.   end
  27.   object LReg: TLabel
  28.     Left = 59
  29.     Top = 359
  30.     Width = 105
  31.     Height = 13
  32.     Anchors = [akLeft, akBottom]
  33.     Caption = 'Registration code:'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Memo1: TMemo
  43.     Left = 16
  44.     Top = 8
  45.     Width = 569
  46.     Height = 337
  47.     Lines.Strings = (
  48.       
  49.         'Your 30 days evaluation period has expired. If you wish to conti' +
  50.         'nue using CDCheck you must register this '
  51.       'software!'
  52.       ''
  53.       '-------------------------------------------------------'
  54.       '1. Personal users'
  55.       '-------------------------------------------------------'
  56.       
  57.         'If you think this software is useful and you can afford to buy a' +
  58.         ' Personal license, please do so. This will help '
  59.       
  60.         'cover development costs and you will be entitled to complete sup' +
  61.         'port for this product.'
  62.       ''
  63.       
  64.         'If you decide not to purchase a license, you can register for fr' +
  65.         'ee by registering as CDCheck online! user and '
  66.       'requesting Free license on CDCheck homepage.'
  67.       ''
  68.       '---------------------------------------------------'
  69.       '2. Business users'
  70.       '---------------------------------------------------'
  71.       
  72.         'This applies to profitable business entities, governmental entit' +
  73.         'ies and educational institutions.'
  74.       ''
  75.       
  76.         'You have 14 days to register this software by purchasing appropr' +
  77.         'iate license. If you do not intend to register '
  78.       'this'
  79.       'software you must uninstall it within 14 days.'
  80.       ''
  81.       '---------------------------------------------------'
  82.       'Licence prices at the time of release:'
  83.       '- Personal license: $10'
  84.       '- Single user license: $50'
  85.       '- 5 users license:  $200'
  86.       '- Corporate license: $500'
  87.       ''
  88.       'For current prices go to:'
  89.       'http://www.elpros.si/CDCheck/registration.php')
  90.     ReadOnly = True
  91.     ScrollBars = ssVertical
  92.     TabOrder = 3
  93.   end
  94.   object Button1: TButton
  95.     Left = 48
  96.     Top = 388
  97.     Width = 177
  98.     Height = 25
  99.     Anchors = [akLeft, akBottom]
  100.     Caption = 'Visit registration page'
  101.     Default = True
  102.     TabOrder = 0
  103.     OnClick = Button1Click
  104.   end
  105.   object Button2: TButton
  106.     Left = 376
  107.     Top = 388
  108.     Width = 177
  109.     Height = 25
  110.     Anchors = [akLeft, akBottom]
  111.     Caption = 'I will do it later'
  112.     TabOrder = 4
  113.     OnClick = Button2Click
  114.   end
  115.   object ECode: TEdit
  116.     Tag = 255
  117.     Left = 182
  118.     Top = 355
  119.     Width = 219
  120.     Height = 21
  121.     Anchors = [akLeft, akBottom]
  122.     TabOrder = 1
  123.     Text = 'Enter here your registration code'
  124.   end
  125.   object BtnRegister: TButton
  126.     Left = 431
  127.     Top = 353
  128.     Width = 114
  129.     Height = 25
  130.     Anchors = [akLeft, akBottom]
  131.     Caption = 'Register!'
  132.     TabOrder = 2
  133.     OnClick = BtnRegisterClick
  134.   end
  135. end
  136.