home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / SZIPW40.EXE / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TNAGFORM / TNAGFORM.txt
Text File  |  1996-12-22  |  2KB  |  80 lines

  1. object NagForm: TNagForm
  2.   Left = 264
  3.   Top = 117
  4.   ActiveControl = Register
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shareware Information'
  7.   ClientHeight = 358
  8.   ClientWidth = 445
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Memo1: TMemo
  18.     Left = 7
  19.     Top = 11
  20.     Width = 357
  21.     Height = 338
  22.     Alignment = taCenter
  23.     Color = clWhite
  24.     Font.Color = clBlack
  25.     Font.Height = -19
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     Lines.Strings = (
  29.       ''
  30.       'PGP Manager for Windows 95'
  31.       ''
  32.       'Version 1.0'
  33.       ''
  34.       ''
  35.       'This program is shareware, you are '
  36.       'allowed to use it for trial purposes, '
  37.       'for  a period of 30 days, after which'
  38.       'you should register with ASTEC.'
  39.       ''
  40.       'See the '#39'REGISTRATION'#39' part'
  41.       'in the HELP file for more information'
  42.       'about ordering PGP Manager.'
  43.       ''
  44.       'Registered user are entitled to Free '
  45.       'minor upgrades.'
  46.       ''
  47.       '(please wait 5 seconds)')
  48.     ParentFont = False
  49.     ReadOnly = True
  50.     TabOrder = 0
  51.   end
  52.   object okbtn: TButton
  53.     Left = 368
  54.     Top = 7
  55.     Width = 71
  56.     Height = 26
  57.     Caption = '&Ok'
  58.     Default = True
  59.     Enabled = False
  60.     ModalResult = 1
  61.     TabOrder = 1
  62.   end
  63.   object Register: TButton
  64.     Left = 370
  65.     Top = 37
  66.     Width = 70
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = '&Register'
  70.     Default = True
  71.     TabOrder = 2
  72.     OnClick = RegisterClick
  73.   end
  74.   object Timer1: TTimer
  75.     OnTimer = Timer1Timer
  76.     Left = 368
  77.     Top = 88
  78.   end
  79. end
  80.