MenuXPAppView.h
上传用户:lejushen
上传日期:2007-01-10
资源大小:183k
文件大小:2k
- // MenuXPAppView.h : interface of the CMenuXPAppView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MENUXPAPPVIEW_H__3E4B6163_0B35_4CD6_B46D_D1531D7856DE__INCLUDED_)
- #define AFX_MENUXPAPPVIEW_H__3E4B6163_0B35_4CD6_B46D_D1531D7856DE__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CMenuXPAppView : public CView
- {
- protected: // create from serialization only
- CMenuXPAppView();
- DECLARE_DYNCREATE(CMenuXPAppView)
- // Attributes
- public:
- CMenuXPAppDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMenuXPAppView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMenuXPAppView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMenuXPAppView)
- afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
- afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in MenuXPAppView.cpp
- inline CMenuXPAppDoc* CMenuXPAppView::GetDocument()
- { return (CMenuXPAppDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MENUXPAPPVIEW_H__3E4B6163_0B35_4CD6_B46D_D1531D7856DE__INCLUDED_)