⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menuxpappview.h

📁 复件 类似WindowsXP中菜单,有左边的竖条,有图形,有图形背景,工具条菜单,等
💻 H
字号:
// 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_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -