home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTBevel.pas' rev: 3.00
-
- #ifndef AHMTBevelHPP
- #define AHMTBevelHPP
- #include <Controls.hpp>
- #include <AHMFreeware.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtbevel
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMBevel;
- class PASCALIMPLEMENTATION TAHMBevel : public Extctrls::TBevel
- {
- typedef Extctrls::TBevel inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- Graphics::TColor FHighlight;
- Graphics::TColor FShadow;
- void __fastcall SetHighlight(Graphics::TColor value);
- void __fastcall SetShadow(Graphics::TColor value);
-
- public:
- __fastcall virtual TAHMBevel(Classes::TComponent* AOwner);
- virtual void __fastcall Paint(void);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Align ;
- __property Graphics::TColor Highlight = {read=FHighlight, write=SetHighlight, default=-2147483628};
-
- __property Graphics::TColor Shadow = {read=FShadow, write=SetShadow, default=-2147483632};
- __property ParentShowHint ;
- __property Shape ;
- __property ShowHint ;
- __property Style ;
- __property Visible ;
- public:
- /* TGraphicControl.Destroy */ __fastcall virtual ~TAHMBevel(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtbevel */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtbevel;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTBevel
-