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