📄 xpstyleview.h
字号:
// XPStyleView.h : interface of the CXPStyleView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_XPSTYLEVIEW_H__63A39CE7_801B_4776_A649_ED9B59707845__INCLUDED_)
#define AFX_XPSTYLEVIEW_H__63A39CE7_801B_4776_A649_ED9B59707845__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "XPMenu.h"
class CXPStyleView : public CView
{
protected: // create from serialization only
CXPStyleView();
DECLARE_DYNCREATE(CXPStyleView)
// Attributes
public:
CXPStyleDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXPStyleView)
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 ~CXPStyleView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CXPStyleView)
afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in XPStyleView.cpp
inline CXPStyleDoc* CXPStyleView::GetDocument()
{ return (CXPStyleDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XPSTYLEVIEW_H__63A39CE7_801B_4776_A649_ED9B59707845__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -