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