Percent Meter VCL

This is my own version of a percent meter for Delphi.  It is similar
to the one included with the following added features:

3D Look:	I wanted a 3D percent meter like I had in VB, so I 
		wrote this one.

ShowPercent:	Sometimes I don't want to show the % as a number,
		so now you can turn it off.

Caption:	This way, I can show a message along with the percent
		meter, like "GDI: 65%".  Also, this allows the control
		to double as a recessed label.  ShowPercent must be 
		false to use this one.

Mouse Events:	The percent meter contains the standard mouse events.

I am releasing this into the public domain.  Feel free to use and/or 
alter the code as you see fit.  If you make any significant changes,
please send me a copy.

Zane Rathwick
CIS: 74633,1314

I wrote this VCL using Component Create from Potomac Document Software.
This is an excellent program which really simplifies the VCL creation
process.

