DigitLed: A Component wich represents the common 7 or 11 bar leds.

TDigitLed Facts:
~~~~~~~~~~~~~~~~
- Descedent of TPaintBox
- New types:
   TDigitBars = (bOne,bTwo,bThree,bFour,bFive,bSix,bSeven,bComma);
   TBarSet= set of TDigitBars;
   TCharacter = String[1];

- New properties:
    property Character: TCharacter // Digit to show
    property OnColor  : TColor     // Color of the bar when turned on
    property OffColor : TColor     // Color of the bar when turned off
    property Segments : TBarSet    // Set of TDigitBars, add or substract
                                   // TDigitBars elements to manually turn bars
                                   // On or Off
    property Character: TCharacter // String representing the led's character

Note:
~~~~~
That's my first important component, so, I'll appreciate any suggestion
or bug report that you can send me, at least, send me a few lines letting me
know that you use my component.
                                         bye

Martn 'mc' Cativa Gronda
e-mail: moonred@satlink.com
ICQ Universal Internet Number: 4446020
Crdoba. Repblica Argentina
