editarticlechildframe.h
来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· C头文件 代码 · 共 67 行
H
67 行
#if !defined(AFX_EDITARTICLECHILDFRAME_H__EBE7D602_07F2_4182_9B8D_DDE699E984CF__INCLUDED_)
#define AFX_EDITARTICLECHILDFRAME_H__EBE7D602_07F2_4182_9B8D_DDE699E984CF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditArticleChildFrame.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditArticleChildFrame frame
class CEditArticleChildFrame : public CMDIChildWnd
{
DECLARE_DYNCREATE(CEditArticleChildFrame)
protected:
CEditArticleChildFrame(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditArticleChildFrame)
protected:
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//}}AFX_VIRTUAL
// Implementation
protected:
CToolBar m_wndToolBar ;
CToolBar m_wndEditContentToolBar ;
CReBar m_wndReBar;//工具栏容器
CSplitterWnd m_wndSplitter ;
private:
CArticleDoc * m_pArticleDoc ;
protected:
virtual ~CEditArticleChildFrame();
// Generated message map functions
//{{AFX_MSG(CEditArticleChildFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnDestroy();
afx_msg void OnEditArticleView();
afx_msg void OnUpdateEditArticleView(CCmdUI* pCmdUI);
afx_msg void OnPreviewArticleView();
afx_msg void OnUpdatePreviewArticleView(CCmdUI* pCmdUI);
afx_msg void OnViewEditContentToolbar();
afx_msg void OnUpdateViewEditContentToolbar(CCmdUI* pCmdUI);
afx_msg void OnViewViewToolbar();
afx_msg void OnUpdateViewViewToolbar(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITARTICLECHILDFRAME_H__EBE7D602_07F2_4182_9B8D_DDE699E984CF__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?