object Form1: TForm1 Left = 196 Top = 107 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'LabiMath' ClientHeight = 472 ClientWidth = 440 Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 24 object Label1: TLabel Left = 88 Top = 440 Width = 5 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Button1: TButton Left = 144 Top = 440 Width = 65 Height = 25 Caption = '&Effacer' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 440 Width = 65 Height = 25 Caption = '&Quitter' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button2Click end object Edit1: TEdit Left = 304 Top = 440 Width = 113 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Text = 'Edit1' Visible = False end object DrawGrid1: TDrawGrid Left = 8 Top = 8 Width = 417 Height = 417 BorderStyle = bsNone ColCount = 8 DefaultColWidth = 50 DefaultRowHeight = 50 DefaultDrawing = False FixedCols = 0 RowCount = 8 FixedRows = 0 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ScrollBars = ssNone TabOrder = 3 OnDrawCell = DrawGrid1DrawCell end object Panel2: TPanel Left = 8 Top = 8 Width = 425 Height = 425 Color = 16744576 TabOrder = 4 object Label64: TLabel Left = 44 Top = 160 Width = 337 Height = 33 Alignment = taCenter AutoSize = False BiDiMode = bdRightToLeftNoAlign Caption = 'NIVEAU 1' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'Arial' Font.Style = [] ParentBiDiMode = False ParentFont = False end object Button3: TButton Left = 144 Top = 224 Width = 137 Height = 25 Caption = '&Continuer' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button3Click end end object MainMenu1: TMainMenu Left = 16 Top = 440 object Game1: TMenuItem Caption = '&Partie' object NewGame1: TMenuItem Caption = '&Nouvelle partie' OnClick = NewGame1Click end end object Difficulty1: TMenuItem Caption = '&Difficult�' object Low1: TMenuItem Caption = '&Bas' Checked = True OnClick = Low1Click end object Medium1: TMenuItem Caption = '&Moyen' OnClick = Medium1Click end object Hard1: TMenuItem Caption = '&Haut' OnClick = Hard1Click end end object Register1: TMenuItem Caption = '&Licence' OnClick = Register1Click end object Help1: TMenuItem Caption = '&Aide' object Rules1: TMenuItem Caption = '&R�gles' OnClick = Rules1Click end object AboutLabiMath1: TMenuItem Caption = 'A &propos de LabiMath' OnClick = AboutLabiMath1Click end end end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 48 Top = 440 end object OpenDialog1: TOpenDialog Left = 416 Top = 448 end end