(1) About TValueGauge

Create by: WenChun Chang

Create date: 6/17/1998

Purpose: This is an improved component of the Tgauge component in
         Delphi. As the existing Tgauge component can only show the percentage 
         of the progress, this TvalueGauge can show the percentage or the value or 
         both percentage and value of the progress. TValueGauge is not a descendant
         of TGauge. I just modify some code in Gauges.pas and create a new component
         names TValueGauge. So, both Tgauge and Tvaluegauge are descendants of 
         TGraphicControl. 

PS. Because the code of this component is based on Gauges.pas shipped with Delphi, 
    I don't want to include the source code of this modified control. However, 
    if anybody is interesting in those codes I modified, feel free to Email me 
    (WenChun@imageright.com) to ask for it.



(2) What's new:

Property added: ShowText

Property value: TXALL - show both percent and progress value
	        TX NONE- no text showed while progressing
		TXPERCENT - only show percent of progress
		TXPROGRESS  -- only show progress value


 
