home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Pouss-pouss / Labyr98.exe / 0 / RCDATA / TF_AIDE / TF_AIDE.txt
Text File  |  1999-08-26  |  1KB  |  61 lines

  1. object F_Aide: TF_Aide
  2.   Left = 100
  3.   Top = 214
  4.   Width = 634
  5.   Height = 437
  6.   BorderIcons = []
  7.   Caption = 'Mode d'#39'emploi'
  8.   Ctl3D = False
  9.   Color = clTeal
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   WindowState = wsMaximized
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape5: TShape
  21.     Left = 208
  22.     Top = 512
  23.     Width = 401
  24.     Height = 57
  25.     Brush.Style = bsClear
  26.     Pen.Color = clRed
  27.   end
  28.   object RichEdit1: TRichEdit
  29.     Left = 8
  30.     Top = 8
  31.     Width = 785
  32.     Height = 497
  33.     HideScrollBars = False
  34.     ReadOnly = True
  35.     ScrollBars = ssVertical
  36.     TabOrder = 1
  37.     OnMouseDown = RichEdit1MouseDown
  38.   end
  39.   object bouton_quitter: TButton
  40.     Left = 224
  41.     Top = 528
  42.     Width = 369
  43.     Height = 25
  44.     Caption = 'O K'
  45.     Font.Color = clBlack
  46.     Font.Height = -16
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     OnClick = bouton_quitterClick
  52.   end
  53.   object Timer1: TTimer
  54.     Enabled = False
  55.     Interval = 500
  56.     OnTimer = Timer1Timer
  57.     Left = 56
  58.     Top = 28
  59.   end
  60. end
  61.