object AllScrDlg: TAllScrDlg Left = 511 Top = 177 BorderStyle = bsDialog Caption = 'Statistics for All Games' ClientHeight = 409 ClientWidth = 461 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 139 Top = 376 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object ClearBtn: TButton Left = 219 Top = 376 Width = 106 Height = 25 Cancel = True Caption = 'Clear Statistics' TabOrder = 1 OnClick = ClearBtnClick end object AllScrGrid: TStringGrid Left = 8 Top = 12 Width = 445 Height = 353 TabStop = False ColCount = 32 DefaultColWidth = 90 RowCount = 31 Options = [goFixedVertLine, goFixedHorzLine, goVertLine] ParentColor = True TabOrder = 2 end end