home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kompon / d5 / MREGAPP.ZIP / Unit1.dfm < prev    next >
Text File  |  2002-08-09  |  2KB  |  119 lines

  1. object Form1: TForm1
  2.   Left = 299
  3.   Top = 241
  4.   Width = 379
  5.   Height = 213
  6.   Caption = 'Demo TmRegApp'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 232
  20.     Top = 8
  21.     Width = 88
  22.     Height = 13
  23.     Caption = 'Password (Delphi):'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 272
  27.     Top = 160
  28.     Width = 89
  29.     Height = 20
  30.     Caption = 'Registered'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -16
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     Visible = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 224
  41.     Top = 168
  42.     Width = 32
  43.     Height = 13
  44.     Caption = 'Label3'
  45.     Visible = False
  46.   end
  47.   object Button2: TButton
  48.     Left = 16
  49.     Top = 16
  50.     Width = 161
  51.     Height = 25
  52.     Caption = 'Get LastUse-date'
  53.     TabOrder = 0
  54.     OnClick = Button2Click
  55.   end
  56.   object Button3: TButton
  57.     Left = 16
  58.     Top = 48
  59.     Width = 161
  60.     Height = 25
  61.     Caption = 'Get Installation-date'
  62.     TabOrder = 1
  63.     OnClick = Button3Click
  64.   end
  65.   object Button4: TButton
  66.     Left = 16
  67.     Top = 80
  68.     Width = 161
  69.     Height = 25
  70.     Caption = 'Get Expire-date'
  71.     TabOrder = 2
  72.     OnClick = Button4Click
  73.   end
  74.   object Button5: TButton
  75.     Left = 16
  76.     Top = 144
  77.     Width = 161
  78.     Height = 25
  79.     Caption = 'Clear Registry'
  80.     TabOrder = 3
  81.     OnClick = Button5Click
  82.   end
  83.   object Edit1: TEdit
  84.     Left = 232
  85.     Top = 24
  86.     Width = 121
  87.     Height = 21
  88.     PasswordChar = '*'
  89.     TabOrder = 4
  90.   end
  91.   object Button6: TButton
  92.     Left = 232
  93.     Top = 56
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Register'
  97.     TabOrder = 5
  98.     OnClick = Button6Click
  99.   end
  100.   object Button7: TButton
  101.     Left = 16
  102.     Top = 112
  103.     Width = 161
  104.     Height = 25
  105.     Caption = 'Has clock been moved back?'
  106.     TabOrder = 6
  107.     OnClick = Button7Click
  108.   end
  109.   object mRegApp1: TmRegApp
  110.     P = '09244148512D'
  111.     CodeKey = 'MA-89D7-02'
  112.     DaysToUse = 31
  113.     FakeGUID = '{A1159D67-71E0-11D4-BE52-39A481D50110}'
  114.     About = 'Version 1.0, 2002 '#174' Mats Asplund, http://go.to/masdp'
  115.     Left = 192
  116.     Top = 16
  117.   end
  118. end
  119.