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

  1. object NewForm: TNewForm
  2.   Left = 203
  3.   Top = 190
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registering DEMO Program'
  7.   ClientHeight = 192
  8.   ClientWidth = 390
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 13
  17.   object Button2: TButton
  18.     Left = 150
  19.     Top = 144
  20.     Width = 89
  21.     Height = 33
  22.     Caption = 'Register'
  23.     Default = True
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     OnClick = Button2Click
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 16
  34.     Top = 16
  35.     Width = 353
  36.     Height = 113
  37.     BevelInner = bvLowered
  38.     TabOrder = 1
  39.     object Label1: TLabel
  40.       Left = 16
  41.       Top = 48
  42.       Width = 41
  43.       Height = 13
  44.       Caption = 'Reg Key'
  45.     end
  46.     object Label2: TLabel
  47.       Left = 16
  48.       Top = 16
  49.       Width = 43
  50.       Height = 13
  51.       Caption = 'User Key'
  52.     end
  53.     object Edit3: TEdit
  54.       Left = 72
  55.       Top = 16
  56.       Width = 265
  57.       Height = 20
  58.       MaxLength = 50
  59.       TabOrder = 0
  60.       Text = 'UserKey'
  61.     end
  62.     object Edit4: TEdit
  63.       Left = 72
  64.       Top = 48
  65.       Width = 265
  66.       Height = 20
  67.       TabOrder = 1
  68.       Text = '74030960'
  69.     end
  70.   end
  71. end
  72.