StaticMenuGrabber.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_STATICMENUGRABBER_H__1F8B08E0_B524_4560_8613_E67776B1F694__INCLUDED_)
  2. #define AFX_STATICMENUGRABBER_H__1F8B08E0_B524_4560_8613_E67776B1F694__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // StaticMenuGrabber.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStaticMenuGrabber window
  10. class CStaticMenuGrabber : public CStatic
  11. {
  12. // Construction
  13. public:
  14. CStaticMenuGrabber();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CStaticMenuGrabber)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CStaticMenuGrabber();
  26. // Generated message map functions
  27. protected:
  28. //{{AFX_MSG(CStaticMenuGrabber)
  29. afx_msg void OnPaint();
  30. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  31. //}}AFX_MSG
  32. HCURSOR m_hCursor;
  33. void HighlightWindow(HWND hwnd, BOOL fDraw);
  34. BOOL m_bGrabbing;
  35. void ConvertMenu(HWND hWnd);
  36. public:
  37. CXTPToolBar* m_pMenuBar;
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_STATICMENUGRABBER_H__1F8B08E0_B524_4560_8613_E67776B1F694__INCLUDED_)