object SignForm: TSignForm Left = 403 Top = 423 HelpType = htKeyword HelpKeyword = '/files/activation.html' BorderIcons = [] BorderStyle = bsDialog Caption = 'Entering a registration key' ClientHeight = 224 ClientWidth = 450 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 148 Height = 13 Caption = 'Please, enter a registration key:' end object Label2: TLabel Left = 8 Top = 176 Width = 269 Height = 13 Caption = 'Hint: Press Ctrl+V to paste registration key from clipboard.' end object KeyMemo: TMemo Left = 8 Top = 24 Width = 433 Height = 145 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 OnChange = KeyMemoChange end object OkButton: TButton Left = 128 Top = 192 Width = 97 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkButtonClick end object CancelButton: TButton Left = 232 Top = 192 Width = 97 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 344 Top = 192 Width = 97 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end