object InfoScreenForm: TInfoScreenForm Left = 392 Top = 103 BorderStyle = bsDialog Caption = 'InfoScreenForm' ClientHeight = 366 ClientWidth = 381 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 16 object Counter: TLabel Left = 28 Top = 332 Width = 5 Height = 24 Font.Color = clLime Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object Panel1: TPanel Left = 12 Top = 8 Width = 357 Height = 313 TabOrder = 2 object Bevel1: TBevel Left = 24 Top = 12 Width = 313 Height = 37 end object Bevel2: TBevel Left = 12 Top = 68 Width = 333 Height = 1 end object Bevel3: TBevel Left = 12 Top = 204 Width = 333 Height = 1 end object Programtitle: TLabel Left = 32 Top = 16 Width = 297 Height = 26 Alignment = taCenter AutoSize = False Caption = 'Programtitle' Color = clBtnFace Font.Color = clBlue Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Version: TLabel Left = 32 Top = 76 Width = 297 Height = 21 Alignment = taCenter AutoSize = False Caption = 'Version' Color = clBtnFace Font.Color = clRed Font.Height = -17 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False end object CopyrightLabel: TLabel Left = 32 Top = 104 Width = 297 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Copyright 1994' Color = clBtnFace Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Name1: TLabel Left = 16 Top = 136 Width = 297 Height = 17 AutoSize = False Caption = 'Label1' Color = clBtnFace Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False end object Name2: TLabel Left = 16 Top = 158 Width = 297 Height = 17 AutoSize = False Caption = 'Label1' Color = clBtnFace Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False end object Name3: TLabel Left = 16 Top = 180 Width = 297 Height = 17 AutoSize = False Caption = 'Label1' Color = clBtnFace Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [] ParentColor = False ParentFont = False end object Comment: TLabel Left = 12 Top = 212 Width = 333 Height = 93 AutoSize = False Caption = 'Comment' Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False WordWrap = True end object RegistrationInfo: TLabel Left = 24 Top = 52 Width = 313 Height = 15 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end end object ContinueButton: TBitBtn Left = 244 Top = 332 Width = 121 Height = 29 Caption = '&Continue' TabOrder = 1 Kind = bkOK end object RegisterButton: TButton Left = 116 Top = 332 Width = 121 Height = 29 Caption = '&Register' TabOrder = 0 OnClick = RegisterButtonClick end object CounterTimer: TTimer OnTimer = CounterTimerTimer Left = 20 Top = 332 end end