QCMarque Component
==================

This is a component for written Borland Delphi. This is a scrolling test box
Marque with Balls! The balls have different attributes from the normal text
attribures.

Here is a list of the Properties for this component.

BackColor :This is the background color for the component.  The Default color
           is ClBlack.  Resetting this color can give some strange results.
          
BallColor :This is a tcolor object that controls the color of the balls that
           will appear on the screen with the text.
BallCount :This determines the number of balls that will appear during 
           runtime.  During development only one ball will appear in the upper
           left hand corner of the screen.
BallSize  :This determines the size of balls in pixels.  The diamater of the 
           balls is 2 times this number in pixels.
BallSpeed :This determines how fast the balls will move on the screen.  This
           is the number of pixels the ball will move per cycle of the timer.
BallType  :There are four different types of balls, Transparent (The ball 
           appear behind the text.) Translucent (the ball is se through but
           not clear.),Opaque (The ball is in front of the text), and 
           Spotlight (Only text under the ball is visible with the ball color
           this setting could give you a headache.
TextSpeed :This is the speed of the text scroll across the screen in pixels.

RUNNING : This is the Starting Method EX in the start up for a form you would 
          go ( QCMARQUE1.Running := True ) to start the listing.
This component is shareware if you like it or if you want to have the source 
code or if you want to use it in a production program Please sent 5$ to the 
following address.  Thank you for your support of the shareware concept.
Not responible for any loss related from this component.  Component is offered
as is.


Kenneth Harrison
P.O.BOX 294903
Lewisville, TX 75029-4903








