home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTBevel.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  1.8 KB  |  63 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTBevel.pas' rev: 3.00
  6.  
  7. #ifndef AHMTBevelHPP
  8. #define AHMTBevelHPP
  9. #include <Controls.hpp>
  10. #include <AHMFreeware.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Classes.hpp>
  14. #include <Windows.hpp>
  15. #include <SysInit.hpp>
  16. #include <System.hpp>
  17.  
  18. //-- user supplied -----------------------------------------------------------
  19.  
  20. namespace Ahmtbevel
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class DELPHICLASS TAHMBevel;
  24. class PASCALIMPLEMENTATION TAHMBevel : public Extctrls::TBevel 
  25. {
  26.     typedef Extctrls::TBevel inherited;
  27.     
  28. private:
  29.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  30.     Graphics::TColor FHighlight;
  31.     Graphics::TColor FShadow;
  32.     void __fastcall SetHighlight(Graphics::TColor value);
  33.     void __fastcall SetShadow(Graphics::TColor value);
  34.     
  35. public:
  36.     __fastcall virtual TAHMBevel(Classes::TComponent* AOwner);
  37.     virtual void __fastcall Paint(void);
  38.     
  39. __published:
  40.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  41.     __property Align ;
  42.     __property Graphics::TColor Highlight = {read=FHighlight, write=SetHighlight, default=-2147483628};
  43.         
  44.     __property Graphics::TColor Shadow = {read=FShadow, write=SetShadow, default=-2147483632};
  45.     __property ParentShowHint ;
  46.     __property Shape ;
  47.     __property ShowHint ;
  48.     __property Style ;
  49.     __property Visible ;
  50. public:
  51.     /* TGraphicControl.Destroy */ __fastcall virtual ~TAHMBevel(void) { }
  52.     
  53. };
  54.  
  55. //-- var, const, procedure ---------------------------------------------------
  56.  
  57. }    /* namespace Ahmtbevel */
  58. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  59. using namespace Ahmtbevel;
  60. #endif
  61. //-- end unit ----------------------------------------------------------------
  62. #endif    // AHMTBevel
  63.