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

📄 ex32av~1.h

📁 《vc++技术内墓》 附带源码
💻 H
字号:
// ex32aView.h : interface of the CEx32aView class///////////////////////////////////////////////////////////////////////////////class CEx32aCntrItem;class CEx32aView : public CRichEditView{protected: // create from serialization only	CEx32aView();	DECLARE_DYNCREATE(CEx32aView)// Attributespublic:	CEx32aDoc* GetDocument();// Operationspublic:// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(CEx32aView)	public:	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);	protected:	virtual void OnInitialUpdate(); // called first time after construct	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);	//}}AFX_VIRTUAL// Implementationpublic:	virtual ~CEx32aView();#ifdef _DEBUG	virtual void AssertValid() const;	virtual void Dump(CDumpContext& dc) const;#endifprotected:// Generated message map functionsprotected:	//{{AFX_MSG(CEx32aView)	afx_msg void OnCancelEditSrvr();	afx_msg void OnEditClearAll();	afx_msg void OnStart();	afx_msg void OnStop();	afx_msg void OnUpdateStop(CCmdUI* pCmdUI);	afx_msg void OnUpdateStart(CCmdUI* pCmdUI);	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};#ifndef _DEBUG  // debug version in ex32aView.cppinline CEx32aDoc* CEx32aView::GetDocument()   { return (CEx32aDoc*)m_pDocument; }#endif/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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