home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / siteh / _setup.1 / SiteHog.exe / 0 / RCDATA / TREGISTRATIONMANAGER / TREGISTRATIONMANAGER.txt
Encoding:
Text File  |  1997-01-03  |  1.9 KB  |  94 lines

  1. object RegistrationManager: TRegistrationManager
  2.   Left = 137
  3.   Top = 420
  4.   BorderStyle = bsSingle
  5.   Caption = 'Enter Registration Details'
  6.   ClientHeight = 178
  7.   ClientWidth = 549
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 549
  20.     Height = 178
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 9
  25.       Top = 8
  26.       Width = 528
  27.       Height = 25
  28.       AutoSize = False
  29.       Caption = 'Be sure to enter the Registration Keys exactly as provided'
  30.     end
  31.     object OK: TBitBtn
  32.       Left = 8
  33.       Top = 144
  34.       Width = 75
  35.       Height = 25
  36.       TabOrder = 0
  37.       OnClick = OKClick
  38.       Kind = bkOK
  39.     end
  40.     object Cancel: TBitBtn
  41.       Left = 96
  42.       Top = 144
  43.       Width = 75
  44.       Height = 25
  45.       TabOrder = 1
  46.       OnClick = CancelClick
  47.       Kind = bkCancel
  48.     end
  49.     object GroupBox1: TGroupBox
  50.       Left = 8
  51.       Top = 32
  52.       Width = 529
  53.       Height = 105
  54.       Caption = 'Registration Keys'
  55.       Font.Color = clBlack
  56.       Font.Height = -17
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       TabOrder = 2
  61.       object Label2: TLabel
  62.         Left = 8
  63.         Top = 24
  64.         Width = 57
  65.         Height = 25
  66.         AutoSize = False
  67.         Caption = 'Name'
  68.       end
  69.       object Label3: TLabel
  70.         Left = 8
  71.         Top = 64
  72.         Width = 57
  73.         Height = 25
  74.         AutoSize = False
  75.         Caption = 'Key'
  76.       end
  77.       object NameEntered: TEdit
  78.         Left = 72
  79.         Top = 24
  80.         Width = 449
  81.         Height = 28
  82.         TabOrder = 0
  83.       end
  84.       object KeyEntered: TEdit
  85.         Left = 72
  86.         Top = 64
  87.         Width = 449
  88.         Height = 28
  89.         TabOrder = 1
  90.       end
  91.     end
  92.   end
  93. end
  94.