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