ButtonNew.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #if !defined(AFX_BUTTONNEW_H__2323366D_AC27_4C76_9FE9_73C6AF8B0AFE__INCLUDED_)
  2. #define AFX_BUTTONNEW_H__2323366D_AC27_4C76_9FE9_73C6AF8B0AFE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ButtonNew.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CButtonNew window
  10. class CButtonNew : public CButton
  11. {
  12. // Construction
  13. public:
  14. CButtonNew();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CButtonNew)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CButtonNew();
  26. // Generated message map functions
  27. protected:
  28. //{{AFX_MSG(CButtonNew)
  29. // NOTE - the ClassWizard will add and remove member functions here.
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_BUTTONNEW_H__2323366D_AC27_4C76_9FE9_73C6AF8B0AFE__INCLUDED_)