object Form1: TForm1 Left = 398 Top = 155 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Form1' ClientHeight = 409 ClientWidth = 213 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 6 Top = 2 Width = 202 Height = 402 BevelInner = bvLowered BevelOuter = bvNone TabOrder = 0 object Plateau: TImage Left = 1 Top = 1 Width = 200 Height = 400 OnMouseDown = PlateauMouseDown end object Pions1: TImage Left = 8 Top = 48 Width = 100 Height = 20 Picture.Data = {} Transparent = True Visible = False end object Pions2: TImage Left = 8 Top = 72 Width = 100 Height = 20 Picture.Data = {} Transparent = True Visible = False end end object MainMenu1: TMainMenu Left = 16 Top = 16 object Fichier1: TMenuItem Caption = 'Fichier' object NouvellePartie: TMenuItem Caption = 'Nouvelle Partie' ShortCut = 16462 OnClick = NouvellePartieClick end object Niveau1: TMenuItem Caption = 'Nb. de couleurs ' object N2c: TMenuItem Caption = '2' Checked = True RadioItem = True ShortCut = 16434 OnClick = N2cClick end object N3c: TMenuItem Caption = '3' RadioItem = True ShortCut = 16435 OnClick = N3cClick end object N4c: TMenuItem Caption = '4' RadioItem = True ShortCut = 16436 OnClick = N4cClick end object N5c: TMenuItem Caption = '5' RadioItem = True ShortCut = 16437 OnClick = N5cClick end end object ReglagesFins: TMenuItem Caption = 'R�glages fins...' ShortCut = 16466 OnClick = ReglagesFinsClick end object N3: TMenuItem Caption = '-' end object Demo: TMenuItem Caption = 'D�mo' ShortCut = 16452 OnClick = DemoClick end object N1: TMenuItem Caption = '-' end object Quitter: TMenuItem Caption = 'Quitter' ShortCut = 16465 OnClick = QuitterClick end end object Edition1: TMenuItem Caption = 'Edition' object Annuler1: TMenuItem Caption = 'Annuler' ShortCut = 16474 OnClick = Annuler1Click end end object Options: TMenuItem Caption = 'Options' object Animations: TMenuItem Caption = 'Animations' Checked = True ShortCut = 16449 OnClick = AnimationsClick end object EffetsSonores: TMenuItem Caption = 'Effets sonores' Checked = True ShortCut = 16453 OnClick = EffetsSonoresClick end object ImageDeFond: TMenuItem Caption = 'Image de fond' Checked = True ShortCut = 16454 OnClick = ImageDeFondClick end object N2: TMenuItem Caption = '-' end object VoirStats: TMenuItem Caption = 'Informations' ShortCut = 16457 OnClick = VoirStatsClick end object Scores: TMenuItem Caption = 'Tableau des scores' ShortCut = 16467 OnClick = ScoresClick end end object Aide1: TMenuItem Caption = 'Aide' object AproposdeKikoo1: TMenuItem Caption = 'A propos de Kikoo...' OnClick = AproposdeKikoo1Click end object N4: TMenuItem Caption = '-' end object Questcequilfautfaire1: TMenuItem Caption = 'Qu'#39'est-ce qu'#39'il faut faire ?' OnClick = Questcequilfautfaire1Click end end end end