TFire ver 1.0
Native Delphi 1.0 & 2.0 VCL
by Tan Qunzhao
Copyright ?1997

----------------
INTRODUCTION
----------------

  TFire is a direct descendent of TGraphicControl. It Shows a blazing fire in its client rect. Several property is provided to have full access over the fire. All these properties could be modified in designing time, changes can be seen immediately.

  Part of this routine was adapted from a Pascal routine written by
Frank Jan Sorensen Alias: Frank Patxi (fjs@lab.jt.dk).
  See Demo.exe to obtain the usage of TFire.

  This software is free. Use it and enjoy Delphi. If you want the sources of it, contact me and I'll sent it to you. All I want is to know why and how you are using this software.

--------
CONTENTS 
--------
The contents of your .ZIP file should include these (10) Files:
  (TFIRE COMPONENT FILES)
      FireWnd.dcr 
      FireWnd.dcu
      EditPalette.dcu
      EditPalette.dfm

  (DEMO APPLICATION USING THE FIRE CONTROL)
      Demo.exe
      Demo.dpr
      DemoUnit.pas
      DemoUnit.dfm 

  (INFO)
      ReadMe.txt
      TFire.inf	
----------------
INSTALLATION
----------------
Make sure the .DCU and .DCR files exist within the same directory.

To be safe, make a backup copy of your current Delphi component
library (CompLib.DCL), usually located in the '\Delphi\Bin\' 
directory.

In Delphi select Install Component under the Options menu.
Press Add and select the Fire.dcu file from your chosen directory.

---------
WARRANTY
---------

Users must accept this  disclaimer of warranty:

 THE SOFTWARE IS SUPPLIED AS IS. THE AUTHOR DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED,  INCLUDING,  WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY AND OF  FITNESS FOR  ANY PURPOSE.  THE AUTHOR ASSUMES NO LIABILITY  FOR DAMAGES,  DIRECT OR CONSEQUENTIAL,  WHICH MAY RESULT FROM THE USE OF THIS SOFTWARE.

  If you have any questions, comments, suggestions, feel free to e-mail me. My e-mail address is zhyu@ecust.edu.cn.

  Have Fun!
                                                    
