TestBtn.h
上传用户:mcdz888
上传日期:2022-08-05
资源大小:118k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

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