RgnButton.h
Upload User: helenlwl
Upload Date: 2007-01-01
Package Size: 14k
Code Size: 1k
Category:

Button control

Development Platform:

Visual C++

  1. /********************************************* 
  2.  REVISION LOG ENTRY 
  3.  Revision By: Noam Rathaus
  4.  Revised on 26/5/1999 14:57:00
  5.  Comments: RgnButton.h : implementation file 
  6. **********************************************/ 
  7. #if !defined(AFX_RGNBUTTON_H__A60F9873_1365_11D3_A817_0090271A0C11__INCLUDED_)
  8. #define AFX_RGNBUTTON_H__A60F9873_1365_11D3_A817_0090271A0C11__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. // RgnButton.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CRgnButton window
  16. class CRgnButton : public CButton
  17. {
  18. // Construction
  19. public:
  20. CRgnButton();
  21. // Attributes
  22. public:
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CRgnButton)
  28. protected:
  29. virtual void PreSubclassWindow();
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. virtual ~CRgnButton();
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CRgnButton)
  37. afx_msg void OnPaint();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_RGNBUTTON_H__A60F9873_1365_11D3_A817_0090271A0C11__INCLUDED_)