object Form4: TForm4 Left = 192 Top = 107 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Nouvelle partie' ClientHeight = 86 ClientWidth = 200 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 167 Height = 28 Caption = 'Nouvelle partie' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 28 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Button1: TButton Left = 32 Top = 48 Width = 49 Height = 25 Caption = '&Oui' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 48 Width = 49 Height = 25 Caption = '&Non' TabOrder = 1 OnClick = Button2Click end end