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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGMENUGRABBER_H__217E239C_6E16_4AE9_9463_DEC56A58B22E__INCLUDED_)
  2. #define AFX_DIALOGMENUGRABBER_H__217E239C_6E16_4AE9_9463_DEC56A58B22E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogMenuGrabber.h : header file
  7. //
  8. class CEmbeddedFrame;
  9. #include "StaticMenuGrabber.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDialogMenuGrabber dialog
  12. class CDialogMenuGrabber : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDialogMenuGrabber(CEmbeddedFrame* pFrame, CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDialogMenuGrabber)
  19. enum { IDD = IDD_DIALOG_MENUGRABBER };
  20. CStaticMenuGrabber m_wndGrabber;
  21. //}}AFX_DATA
  22. CXTPMenuBar m_wndMenuBar;
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CDialogMenuGrabber)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. CEmbeddedFrame* m_pFrame;
  32. // Generated message map functions
  33. //{{AFX_MSG(CDialogMenuGrabber)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DIALOGMENUGRABBER_H__217E239C_6E16_4AE9_9463_DEC56A58B22E__INCLUDED_)