home *** CD-ROM | disk | FTP | other *** search
- object RegistrationManager: TRegistrationManager
- Left = 137
- Top = 420
- BorderStyle = bsSingle
- Caption = 'Enter Registration Details'
- ClientHeight = 178
- ClientWidth = 549
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 549
- Height = 178
- Align = alClient
- TabOrder = 0
- object Label1: TLabel
- Left = 9
- Top = 8
- Width = 528
- Height = 25
- AutoSize = False
- Caption = 'Be sure to enter the Registration Keys exactly as provided'
- end
- object OK: TBitBtn
- Left = 8
- Top = 144
- Width = 75
- Height = 25
- TabOrder = 0
- OnClick = OKClick
- Kind = bkOK
- end
- object Cancel: TBitBtn
- Left = 96
- Top = 144
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = CancelClick
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 32
- Width = 529
- Height = 105
- Caption = 'Registration Keys'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object Label2: TLabel
- Left = 8
- Top = 24
- Width = 57
- Height = 25
- AutoSize = False
- Caption = 'Name'
- end
- object Label3: TLabel
- Left = 8
- Top = 64
- Width = 57
- Height = 25
- AutoSize = False
- Caption = 'Key'
- end
- object NameEntered: TEdit
- Left = 72
- Top = 24
- Width = 449
- Height = 28
- TabOrder = 0
- end
- object KeyEntered: TEdit
- Left = 72
- Top = 64
- Width = 449
- Height = 28
- TabOrder = 1
- end
- end
- end
- end
-