TLabelImage component  Version 0.1 for Delphi 2.x,3.x,4.x,5.x
24/09/99

(C) 1999, by Anthony ZANETTI. All rights reserved.

If there are any questions, comments or suggestions, or if you find any bugs, please send a
mail in English or French to :

a.zanetti@zware-soft.com

==========
Disclaimer
==========
this software is provided "as is" without warranty of any kind, 
either expressed or implied.  the entire risk as to the
quality and performance of the software is with you.  should the
software prove defective, you assume the cost of all necessary
servicing, repair, or correction.  in no event shall the author,
copyright holder, or any other party who may redistribute the
software be liable to you for damages, including any general,
special, incidental, or consequential damages arising out of
the use or inability to use the software (including, but not limited
to, loss of data, data being rendered inaccurate, loss of business
profits, loss of business information, business interruptions, loss
sustained by you or third parties, or a failure of the
software to operate with any other software) even if the author,
copyright holder, or other party has been advised of the
possibility of such damages.

to the point : you cannot make me responsable for anything that goes wrong with this...


======
Usage
======

TRollOverLabel is a child of TPaintBox.
The added properties/events/functions are :

Properties:

- Caption		: String;
- CaptionXAlignment 	: TXAlign (alXNone, alXRight, alXLeft, alXCenter);
- CaptionYAlignment 	: TYAlign (alYNone, alYRight, alYLeft, alYCenter);
- XCaption		: Integer;
- YCaption		: Integer;
- Picture		: TBitmap;
- PictureXAlignment 	: TXAlign (alXNone, alXRight, alXLeft, alXCenter);
- PictureYAlignment 	: TYAlign (alYNone, alYRight, alYLeft, alYCenter);
- XPicture		: Integer;
- YPicture		: Integer;
