home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1999 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'SpuntoLedComponent.pas' rev: 4.00
-
- #ifndef SpuntoLedComponentHPP
- #define SpuntoLedComponentHPP
-
- #pragma delphiheader begin
- #pragma option push -w-
- #include <Graphics.hpp> // Pascal unit
- #include <ExtCtrls.hpp> // Pascal unit
- #include <Controls.hpp> // Pascal unit
- #include <Classes.hpp> // Pascal unit
- #include <SysUtils.hpp> // Pascal unit
- #include <Messages.hpp> // Pascal unit
- #include <Windows.hpp> // Pascal unit
- #include <SysInit.hpp> // Pascal unit
- #include <System.hpp> // Pascal unit
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Spuntoledcomponent
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TSpuntoLed;
- #pragma pack(push, 4)
- class PASCALIMPLEMENTATION TSpuntoLed : public Extctrls::TShape
- {
- typedef Extctrls::TShape inherited;
-
- private:
- Graphics::TColor SpuntoONColor;
- Graphics::TColor SpuntoOFFColor;
- bool SpuntoLedOn;
- void __fastcall SetLedParameters(void);
-
- public:
- __fastcall virtual TSpuntoLed(Classes::TComponent* AOwner);
- void __fastcall LedOn(void);
- void __fastcall LedOff(void);
-
- __published:
- __property Graphics::TColor SpuntoLedOnColor = {read=SpuntoONColor, write=SpuntoONColor, default=255
- };
- __property Graphics::TColor SpuntoLedOffColor = {read=SpuntoOFFColor, write=SpuntoOFFColor, default=128
- };
- __property bool SpuntoLedIsON = {read=SpuntoLedOn, nodefault};
- public:
- #pragma option push -w-inl
- /* TShape.Destroy */ inline __fastcall virtual ~TSpuntoLed(void) { }
- #pragma option pop
-
- };
-
- #pragma pack(pop)
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Spuntoledcomponent */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Spuntoledcomponent;
- #endif
- #pragma option pop // -w-
-
- #pragma delphiheader end.
- //-- end unit ----------------------------------------------------------------
- #endif // SpuntoLedComponent
-