README.TXT
=============================================================================
JetButton Components ver 1.00
Last Updated 3-10-99 Created 3-1-1999 by Jimmy Theo Weku

Components :
===========
==============
= TJetButton =
==============
TJetButton Component is a button component that allow programmer to use
bitmap as it's button shape.
features :
- 4 type bitmap supported  : 
property BitmapUp for the shape of normal button
property BitmapOver for the shape of button when the the mouse is over the button
property BitmapDown for the the shape of button when user click it
property BitmapDisabled for the the shape of button when disabled

==================
= TJetAnimButton =
==================
TJetAnimButton Component is a button component that allow programmer to use
collections of bitmap in TImageList as it's animated button shape.
features :
- 4 type bitmap supported  : 
property ImageListUp for the shape of normal button and it's animation
property ImageListOver for the shape of button when the the mouse is 
         over the button and it's animation
property ImageListDown for the the shape of button when user click it
         and it's animation 
property BitmapDisabled for the the shape of button when disabled
- Property animstyle : the type of animation, example there are 4 bitmaps in the imagelist.
*  asRepeat  : repeat the bitmap in the image list ex : 1,2,3,4,1,2,3,4,...
*  asPingPong : repeat back and forth the bitmap in the image list 
  ex : 1,2,3,4,3,2,1,2,3,4,3,...
*  asPingPongRepeat : repeat back and forth the bitmap in the 
  image list ex : 1,2,3,4,4,3,2,1,1,2,3,4,4,3,...
property Interval : interval of the animation
property Animated if true the button is animated

================
= TJetCheckBox =
================
TJetCheckBox is like the standart checkbox but it use bitmap for it's
shape.
- 5 type bitmap supported  : 
* property BitmapUnchecked : shape of the checkbox when not checked
* property BitmapOverUnchecked : shape of the checkbox when not checked and the mouse was over it
* property BitmapChecked : shape of the checkbox when checked and the mouse was not over it
* property BitmapOverChecked : shape of the checkbox when checked and the mouse was over it
* property BitmapDisabled : shape of the checkbox when disabled

HOW TO INSTALL :
================
To install JetButton components, do following:
1) copy the *.pas to delphi directory\lib (or other dir) and run delphi
2) In Delphi 3 or Delphi 4, from Component menu choose Install components
3) choose unit filename *.Pas in delphi directory\lib (or other dir)
4) choose package file name dclusr30.dpk (or other) and click OK
5) JetButton comps now installed on Jet page
6) include directory\lib or other installation dir in delphi search path


TERMS :
======
1. These components are freeware ! but if you use it for commercial use please 
   at least give a credit like this : 
   " this program use JetButton Components by Jimmy Theo Weku"
 
2. if you modified or improve the the source code, the author (in this case, is me)
   would like you to send the modification back to him. 

CAUTION :
=========
1. The author is not liable for any kind of demage caused directly or
   indirectly by this component. You use it on your own risk.

2. If you didn't like these components, DON'T USE IT delete it !!!!

3. if you didn't like those terms you, CAN'T USE these components.

4. I haven't try to use this component in delphi 1,2 nor 4, I only try it
   with Delphi 3, I think it will work just fine with other version.

ADDTIONAL INFO :
================
you can use freely all the bitmap that I've included in the 
demo.zip file. I created all buttons in that file using Adobe 
Photoshop 5.02 with Extensis photo button 3.0 plugins.

Bugs, improvements, comments all are welcome, just mail me :)


AUTHOR INFO :
=============
Name : Jimmy Theo Weku
Email : theo@elang.stts.ac.id 
Address : Lebak Jaya II/31
          Surabaya
          East Java
          Indonesia 

