object escores: Tescores Left = 114 Top = 102 AutoScroll = False Caption = 'Table des scores' ClientHeight = 323 ClientWidth = 490 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object StaticText1: TStaticText Left = 112 Top = 8 Width = 233 Height = 24 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken Caption = 'LES MEILLEURS !!!' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False TabOrder = 0 end object g_scores: TStringGrid Left = 8 Top = 40 Width = 473 Height = 233 ColCount = 8 RowCount = 31 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 ColWidths = ( 64 64 64 64 64 64 64 64) end object b_quitter: TBitBtn Left = 160 Top = 288 Width = 121 Height = 25 Caption = 'Quitter' TabOrder = 2 Kind = bkCancel end end