object frmStatistics: TfrmStatistics Left = 225 Top = 136 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Game Statistics' ClientHeight = 172 ClientWidth = 328 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgBackGround: TImage Left = 0 Top = 0 Width = 328 Height = 172 Align = alClient Picture.Data = {} Stretch = True end object Label1: TLabel Left = 12 Top = 18 Width = 98 Height = 13 Caption = 'Total Games Played:' Font.Color = clBlack Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object lblTotalGames: TLabel Left = 118 Top = 18 Width = 15 Height = 13 Caption = '10' Font.Color = clNavy Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 14 Top = 47 Width = 26 Height = 13 Caption = 'Won:' Font.Color = clBlack Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object lblGamesWon: TLabel Left = 44 Top = 47 Width = 15 Height = 13 Caption = '99' Font.Color = clTeal Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 15 Top = 76 Width = 23 Height = 13 Caption = 'Lost:' Font.Color = clBlack Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object lblGamesLost: TLabel Left = 44 Top = 76 Width = 15 Height = 13 Caption = '99' Font.Color = clTeal Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label4: TLabel Left = 15 Top = 105 Width = 53 Height = 13 Caption = 'Unfinished:' Font.Color = clBlack Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object lblUnfinishedGames: TLabel Left = 73 Top = 105 Width = 15 Height = 13 Caption = '99' Font.Color = clTeal Font.Height = -11 Font.Name = 'Ms Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Bevel1: TBevel Left = 4 Top = 133 Width = 320 Height = 5 Shape = bsBottomLine end object lblNoChart: TLabel Left = 191 Top = 49 Width = 94 Height = 39 Caption = 'The chart is not displayed, since no games were played.' Transparent = True WordWrap = True end object PieChart: TPieChart Left = 169 Top = 16 Width = 150 Height = 110 Colour1 = clLime Colour2 = clRed Colour3 = clBlue Colour4 = 16777184 Colour5 = 16769248 Colour6 = 16769279 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentFont = False end object btnOK: TButton Left = 127 Top = 143 Width = 75 Height = 25 HelpContext = 1 Cancel = True Caption = 'OK' Default = True ModalResult = 1 PopupMenu = pmenuWhatsThis TabOrder = 0 end object pmenuWhatsThis: TPopupMenu Left = 75 Top = 142 object pmitemWhatsThis: TMenuItem Caption = '&What'#39's This?' ShortCut = 0 OnClick = pmitemWhatsThisClick end end end