TDSProgress Component Version 1.0
By Jacob Copsey
Copyright  1997 Jacob Copsey.
All rights reserved.
------------------------------------------------------------------------------
Visit the Digital Solutions web page at:
    http://www.cloudnet.com/~jcop/
------------------------------------------------------------------------------
Use of this component is free for use in freeware and shareware applications.
Please contact us by e-mail (jcop@cloudnet.com) for permission to use this
component in any commercial applications. Use this component at your own risk.
------------------------------------------------------------------------------


TDSProgress is a progress bar with customizable color settings. The progress
bar also displays a caption as well as a percentage amount.


Properties:

CAPTION        The text to display on the left side of the progress bar. The
               percentage amount will be displayed immediately to the right of
               the caption.

COLOR          The background color of the progress bar.

FONT           The font to use for the caption and progress amount.

MAX            The maximum amount of the process you want to display the 
               progress of. The progress bar uses the max and position 
               properties to calculate the current process percentage.

POSITION       The current position or amount completed of the process you 
               want to display the progress of.

PROGRESSCOLOR  The color of the progress bar's foreground.
