object RegInputForm: TRegInputForm Left = 60 Top = 42 HelpContext = 14062 BorderStyle = bsDialog Caption = 'Program Registration' ClientHeight = 187 ClientWidth = 625 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 12 Width = 75 Height = 13 Caption = 'The Bat! &Key' FocusControl = lKey Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 120 Width = 80 Height = 13 Caption = 'Key &Password' FocusControl = lPwd Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 16 Top = 64 Width = 84 Height = 13 Caption = 'Key Check&sum' FocusControl = lSum Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lKey: TEdit Left = 16 Top = 28 Width = 593 Height = 24 Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 0 end object lPwd: TEdit Left = 16 Top = 136 Width = 329 Height = 24 Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 2 end object bOK: TButton Left = 360 Top = 136 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = bOKClick end object bCancel: TButton Left = 448 Top = 136 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 OnClick = bCancelClick end object lSum: TEdit Left = 16 Top = 80 Width = 593 Height = 24 Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 1 end object bHelp: TButton Left = 536 Top = 136 Width = 75 Height = 25 Caption = 'Help' TabOrder = 5 end end