object frm_LostWon: Tfrm_LostWon Left = 282 Top = 116 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Lost/Won' ClientHeight = 129 ClientWidth = 240 Color = clTeal Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object lbl_CongSorry: TLabel Left = 48 Top = 16 Width = 156 Height = 24 Caption = 'Congratulation!' Font.Color = clAqua Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lbl_LostWon: TLabel Left = 64 Top = 44 Width = 127 Height = 32 Caption = 'You Won!' Font.Color = clYellow Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 16 Top = 8 Width = 209 Height = 73 end object OKBtn: TBitBtn Left = 29 Top = 92 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 136 Top = 92 Width = 77 Height = 27 TabOrder = 1 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end end