object Form3: TForm3 Left = 192 Top = 107 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'R�gles' ClientHeight = 192 ClientWidth = 263 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 192 Top = 160 Width = 57 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end object Memo1: TMemo Left = 16 Top = 8 Width = 233 Height = 145 BorderStyle = bsNone Color = clActiveBorder Font.Charset = DEFAULT_CHARSET Font.Color = clMenuText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( '- Partir de la case situ�e en haut � gauche.' '- Trouver le bon chemin en effectuant les ' 'op�rations arithm�tiques ad�quates pour arriver ' 'au r�sultat de la case situ�e en bas � droite.' '- Seuls les d�placements vers une case de droite ' 'ou du bas sont autoris�s.' '' 'Trois niveaux de difficult�s sont propos�s:' '- Low : op�rations avec chiffres de 1 � 3.' '- Medium : op�rations avec chiffres de 1 � 6.' '- Hard : op�rations avec chiffres de 1 � 9.') ParentFont = False ReadOnly = True TabOrder = 1 end end