Office 97 Controls version 2.2, copyright  A. Meeder, December 1996 - September 1997

  ** It's freeware, so you don't have to pay me, but I do not guarantee the working of it

  The idea came from the personal assistent of MS Office 97. To use these components:

  Special properties of TOButton:
  * ActiveBorderColor, color of the border when the button has the mouse
  * BorderColor, color of the border when the button doesn't has the mouse
  * RoundSize, used to change the corners of the button

  Special events of TOButton:
  * OnMouseEnter
  * OnMouseLeave

  Sepcial properties of TOLabel:
  * Alignment (taLeftJustify, taRightJustify, taCenter)
  * LEDType, (ltDefault, ltDown, ltUp)
  * MarginLeft: 1-9
  * MarginRight: 1-9
  * Tabsize: 1-8

  Special events of TOLabel:
  * OnMouseEnter
  * OnMouseLeave

  For the other properties, look at the Delphi manuals...

  If you have suggestions about TOButton, TOLabel or make changes,
  please mail me: ameeder@dds.nl

  Version:
      2.2: Bug-fix, caption won't change correctly at runtime and focusrect automatically 
           calculates its size independant of clientwidth/clientheight... Also added some
	   new properties to TOLabel (see above)
      2.1: Found some little differences between the real MS Office controls and mine
      2.0: Completely re-programmed. They are now windowed controls, derived from TCustomControl
           so they can receive focus... These controls also are more conform standard Delphi 
           controls (TButton etc.). THIS VERSION DOESN'T WORK DELPHI 1.0 ANYMORE...
      1.5: Added two events 'OnMouseEnter/OnMouseLeave' (Delphi 1.0 version available)
      1.4: Added 'Enabled' property, changed *.RES-name, fixed some code...
      1.3: Reduced the flickering when you have several Officelabels, -buttons and move over them
      1.2: Added 'Transparent' property
      1.1: Fixed some bugs
      1.0: First release