Thankyou for evaluating components from CtrlPlus Software!

The CtrlPlus cpLED component is a native delphi component derived from TCustomPanel.  It behaves like an LED.  3-D effects and colors are all user-definable. This component is useful whenever you need an on/off indicator.
Registration: 		$15US		10
CompuServe SWREG: 	11695

This component is also available as part of the Gizmos pack.

The component are just $15(10) to register.  This includes full source code compatible with the 16-bit and 32-bit versions of Delphi.  A detailed help file, example applications illustrating the use of the components, priority requests for enhancements and bug-fixes, and on-line support via email are also available to registered users.  The  nag screens are, of course, also removed.

You may register either via Compuserve, SWREG 11695, or by sending a cheque to:

Simon Fletcher,
2, Meadowland,
Chineham,
Basingstoke,
Hampshire.
RG24 8XL.
United Kingdom

The registered version of the components are supplied with a detailed help file, however to enable you to evaluate the components, the key properties and methods are detailed below.

Installation

To install the two components, first copy the files led.dcu and led.dcrto the \delphi\lib directory.

For Delphi 1.x (16-bit) select Options | Install Components.  For Delphi 2.x (32-bit) select Component | Install.

Click on Add, then on Browse.  Navigate to the \delphi\lib directory.  Select led.dcu and click on OK.

Click on OK.  Delphi will recompile the component library.  When complete, you will have a new tab in the component palette, with the title Ctrlplus.  This tab will contain the component you have just installed.

Published Properties
Types
	TEffect=(cpNone, cpBorder, cpRaised, cpLowered);
	TState=(cpOn, cpOff, cpDisabled);
	TLEDStyle=(cpRound, cpRect, cpDiamond);

Properties
	property BevelInner;
	property BevelOuter;
	property BevelWidth;
	property BorderWidth;
	property BorderStyle;
	property Color;
	property Effect : TEffect;
	property GutterWidth : ShortInt;
	property OnColor : TColor;
	property OffColor : TColor;
	property DisabledColor : TColor;
	property State : TState;
	property LEDStyle : TLEDStyle;
	property ParentColor;

Events	
	property OnMouseDown;
	property OnMouseMove;
	property OnMouseUp;
	property OnClick;
	property OnDblClick;
