home *** CD-ROM | disk | FTP | other *** search
- object FrmReminder: TFrmReminder
- Left = 357
- Top = 271
- BorderStyle = bsDialog
- Caption = 'Reminder'
- ClientHeight = 374
- ClientWidth = 424
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 16
- Top = 8
- Width = 393
- Height = 313
- Lines.Strings = (
-
- 'Your 30 days evaluation period has expired. If you wish to conti' +
- 'nue'
-
- 'using CDCheck you must agree with the following terms, otherwise' +
- ' '
- 'please uninstall this software.'
- ''
- '-------------------------------------------------------'
- '1. Personal users'
- '-------------------------------------------------------'
- 'NON-PROFIT use in the following text means no profit is made '
-
- 'directly or indirectly with data (files) being checked, compared' +
- ', '
- 'recovered etc.'
- ''
- '(A) NON-PROFIT USE'
- 'You can use this software free of charge.'
- ''
- 'This message appears once per month to remind you of the '
- 'terms you accepted in case that during this period of time '
- 'your use has changed. '
- ''
- 'If you would like to help cover development costs and receive '
-
- 'complete support for this product, please purchase Support licen' +
- 'se.'
- ''
- 'License price at the time of release:'
- '- Support license: $10'
- ''
- '(B) PROFIT USE'
- 'You have 14 days to register this software by purchasing '
- 'Single user license. If you do not intend to register this '
- 'software you must uninstall it within 14 days.'
- ''
- 'License price at the time of release:'
- '- Single user license: $50'
- ''
- 'For current prices go to:'
- 'http://www.elpros.si/CDCheck/registration.php'
- ''
- '---------------------------------------------------'
- '2. Business users'
- '---------------------------------------------------'
-
- 'This applies to profitable business entities, governmental entit' +
- 'ies'
- 'and educational institutions.'
- ''
- 'You have 14 days to register this software by purchasing '
- 'appropriate license. If you do not intend to register this'
- 'software you must uninstall it within 14 days.'
- ''
- 'Licence prices at the time of release:'
- '- Single user license: $50'
- '- 5 users license: $200'
- '- Corporate license: $500'
- ''
- 'For current prices go to:'
- 'http://www.elpros.si/CDCheck/registration.php'
- ''
- ''
- '---------------------------------------------------'
- 'This message stops appearing after registration.')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 16
- Top = 336
- Width = 177
- Height = 25
- Caption = 'I agree with the terms'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 232
- Top = 336
- Width = 177
- Height = 25
- Caption = 'Uninstall this software'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-