object RegistrationForm: TRegistrationForm Left = 269 Top = 191 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '% Registration Form' ClientHeight = 281 ClientWidth = 427 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 88 Top = 84 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Name:' end object Label2: TLabel Left = 57 Top = 124 Width = 62 Height = 13 Alignment = taRightJustify Caption = 'Organization:' end object Label3: TLabel Left = 50 Top = 164 Width = 69 Height = 13 Alignment = taRightJustify Caption = 'Registration #:' end object ErrorMsg: TLabel Left = 128 Top = 200 Width = 233 Height = 33 AutoSize = False Caption = 'This registration number is invalid. Please verify each of the ' + 'above fields.' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label4: TLabel Left = 32 Top = 16 Width = 369 Height = 41 AutoSize = False Caption = 'If you have not received a registration #, click "Help" below. ' + 'Otherwise enter the following information EXACTLY as shown in yo' + 'ur registration message.' WordWrap = True end object NameEdit: TEdit Left = 128 Top = 80 Width = 233 Height = 21 TabOrder = 0 end object OrganizationEdit: TEdit Left = 128 Top = 120 Width = 233 Height = 21 TabOrder = 1 end object RegistrationEdit: TEdit Left = 128 Top = 160 Width = 97 Height = 21 CharCase = ecUpperCase TabOrder = 2 end object OKBtn: TBitBtn Left = 128 Top = 240 Width = 73 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 NumGlyphs = 2 end object CancelBtn: TBitBtn Left = 208 Top = 240 Width = 73 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 NumGlyphs = 2 end object HelpBtn: TBitBtn Left = 288 Top = 240 Width = 73 Height = 26 Caption = '&Help' TabOrder = 5 OnClick = HelpBtnClick NumGlyphs = 2 end end