object Summery: TSummery Left = 275 Top = 175 BorderIcons = [] BorderStyle = bsDialog Caption = 'Game Summery' ClientHeight = 211 ClientWidth = 187 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ScoreLabel: TLabel Left = 8 Top = 40 Width = 34 Height = 13 Caption = 'Score: ' end object LevelLabel: TLabel Left = 8 Top = 24 Width = 32 Height = 13 Caption = 'Level: ' end object BonusLabel: TLabel Left = 8 Top = 56 Width = 36 Height = 13 Caption = 'Bonus: ' end object TotalLabel: TLabel Left = 8 Top = 80 Width = 75 Height = 13 Caption = 'Total Score: ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object MessageLabel: TLabel Left = 17 Top = 104 Width = 153 Height = 33 Caption = 'Congratulations, you got a high score! Enter your name: ' ShowAccelChar = False WordWrap = True end object GameLabel: TLabel Left = 8 Top = 8 Width = 31 Height = 13 Caption = 'Game:' end object SumOK: TButton Left = 41 Top = 180 Width = 105 Height = 25 Cancel = True Caption = 'OK' Default = True TabOrder = 0 OnClick = SumOKClick end object NameEdit: TEdit Left = 33 Top = 144 Width = 121 Height = 21 TabOrder = 1 end end