home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / RTREGIST / DEMOS / VCL / UNIT1.DFM / UNIT1.txt
Encoding:
Text File  |  1996-04-13  |  1.8 KB  |  77 lines

  1. object Form1: TForm1
  2.   Left = 236
  3.   Top = 140
  4.   AutoScroll = False
  5.   Caption = 'Register Test'
  6.   ClientHeight = 273
  7.   ClientWidth = 425
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainMenu1: TMainMenu
  18.     Left = 384
  19.     Top = 240
  20.     object System1: TMenuItem
  21.       Caption = 'System'
  22.       ShortCut = 0
  23.       object Registernow1: TMenuItem
  24.         Caption = 'Register now !'
  25.         ShortCut = 0
  26.         OnClick = Registernow1Click
  27.       end
  28.       object N1: TMenuItem
  29.         Caption = '-'
  30.         ShortCut = 0
  31.       end
  32.       object Exit1: TMenuItem
  33.         Caption = 'Exit'
  34.         ShortCut = 32883
  35.         OnClick = Exit1Click
  36.       end
  37.     end
  38.     object Delete1: TMenuItem
  39.       Caption = 'Remove'
  40.       ShortCut = 0
  41.       object Lock1: TMenuItem
  42.         Caption = 'Locks'
  43.         ShortCut = 0
  44.         OnClick = Lock1Click
  45.       end
  46.       object Registration1: TMenuItem
  47.         Caption = 'Registration'
  48.         ShortCut = 0
  49.         OnClick = Registration1Click
  50.       end
  51.     end
  52.     object Help1: TMenuItem
  53.       Caption = 'Help'
  54.       ShortCut = 0
  55.       object About1: TMenuItem
  56.         Caption = '&About...'
  57.         ShortCut = 112
  58.         OnClick = About1Click
  59.       end
  60.     end
  61.   end
  62.   object RtRegControl1: TRtRegControl
  63.     FileName = 'demo.lic'
  64.     SaveFileName = 'REGVCL.INI'
  65.     SaveKind = skIni
  66.     PCKey = False
  67.     ProductKey = 'ProductKey'
  68.     OnRegister = RtRegControl1Register
  69.     OnStartCountLock = RtRegControl1StartCountLock
  70.     OnEndCountLock = RtRegControl1EndCountLock
  71.     OnEndDateLock = RtRegControl1EndCountLock
  72.     Left = 344
  73.     Top = 240
  74.     Data = {05525452454704859402D42E0000B8F67600B7010150}
  75.   end
  76. end
  77.