
 Unit TFlatButton release 1.0
  
 << Overview
 
 This is the firs try of implementing the nearly flat button, future standard
 of buttons in Microsoft Windows Environment.
 
 << Instalation
 
 Since i decided to deploy source version of FlatButton, you can use with any
 of Delphi versions released, hovewer it has been tested only with Delphi 3.
 To install the component please select the "Install Component" from the
 "Component" menu and build component into any of existing packages.
 
 << Use
 
 Place the FlatButton on the form, set properties and try the results in
 run-time. Currently FlatButton contains following enhancements:
 property Active               - changes the button into internet active,
                                 internet link like button. When you move
                                 mouse over it, the hand will appear and
                                 face font will change.
 << Known bugs
 
 - Button doesn't react on every click when there are many click events in
   the queue. I don't really know why it happens since I'm using standard
	 message handling.
	 
 - Properties Default and Cancel are missing. 
 
 - Since Borland has failed to implement the MouseLeave message correctly,
   you may be able to escape with mouse leaving it active.
	 
 I'm hoping to receive many suggestions and problem solutions from serious
 Delphi developers. You have right to alter any part of included source,
 however you are expected to publish it under different name and notify
 the author about the changes. Good way to do that is to upload the
 complete source on http://sunsite.icm.edu.pl/delphi/	 
 
 << Warning
 
 The authors of component give you no warranty for privided source.
 
 
 Maciej Zagozda <zagozda@lo13.univ.szczecin.pl>