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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_WEIXINBTN_H__81A59DBC_28B9_4D7A_8885_6D30C4B12C5E__INCLUDED_)
  2. #define AFX_WEIXINBTN_H__81A59DBC_28B9_4D7A_8885_6D30C4B12C5E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WeiXinBtn.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWeiXinBtn window
  10. class CWeiXinBtn : public CButton
  11. {
  12. // Construction
  13. public:
  14. CWeiXinBtn();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CWeiXinBtn)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. CWeiXinBtn* m_pBtn;
  26. virtual ~CWeiXinBtn();
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CWeiXinBtn)
  30. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_WEIXINBTN_H__81A59DBC_28B9_4D7A_8885_6D30C4B12C5E__INCLUDED_)