home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / Labimath / labimath.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2002-07-05  |  1KB  |  57 lines

  1. object Form3: TForm3
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'R∩┐╜gles'
  7.   ClientHeight = 192
  8.   ClientWidth = 263
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 192
  21.     Top = 160
  22.     Width = 57
  23.     Height = 25
  24.     Caption = '&OK'
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 16
  30.     Top = 8
  31.     Width = 233
  32.     Height = 145
  33.     BorderStyle = bsNone
  34.     Color = clActiveBorder
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clMenuText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     Lines.Strings = (
  41.       '- Partir de la case situ∩┐╜e en haut ∩┐╜ gauche.'
  42.       '- Trouver le bon chemin en effectuant les '
  43.       'op∩┐╜rations arithm∩┐╜tiques ad∩┐╜quates pour arriver '
  44.       'au r∩┐╜sultat de la case situ∩┐╜e en bas ∩┐╜ droite.'
  45.       '- Seuls les d∩┐╜placements vers une case de droite '
  46.       'ou du bas sont autoris∩┐╜s.'
  47.       ''
  48.       'Trois niveaux de difficult∩┐╜s sont propos∩┐╜s:'
  49.       '- Low : op∩┐╜rations avec chiffres de 1 ∩┐╜ 3.'
  50.       '- Medium : op∩┐╜rations avec chiffres de 1 ∩┐╜ 6.'
  51.       '- Hard : op∩┐╜rations avec chiffres de 1 ∩┐╜ 9.')
  52.     ParentFont = False
  53.     ReadOnly = True
  54.     TabOrder = 1
  55.   end
  56. end
  57.