exporttohtmlchildframe.h

来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_EXPORTTOHTMLCHILDFRAME_H__64DBAA8B_040B_4B47_B6C4_84ACEA4F75A4__INCLUDED_)
#define AFX_EXPORTTOHTMLCHILDFRAME_H__64DBAA8B_040B_4B47_B6C4_84ACEA4F75A4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExportToHtmlChildFrame.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CExportToHtmlChildFrame frame

class CExportToHtmlChildFrame : public CMDIChildWnd
{
	DECLARE_DYNCREATE(CExportToHtmlChildFrame)
protected:
	CExportToHtmlChildFrame();           // protected constructor used by dynamic creation

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CExportToHtmlChildFrame)
	protected:
	virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
	//}}AFX_VIRTUAL

// Implementation
protected:
	CSplitterWnd	m_wndSplitter ;
	CToolBar		m_wndToolBar ;
	virtual ~CExportToHtmlChildFrame();
private:
	CArticleDoc * m_pArticleDoc ;
	// Generated message map functions
	//{{AFX_MSG(CExportToHtmlChildFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnExportHtmlView();
	afx_msg void OnDestroy();
	afx_msg void OnPreviewHtmlView();
	afx_msg void OnUpdatePreviewHtmlView(CCmdUI* pCmdUI);
	afx_msg void OnUpdateExportHtmlView(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_EXPORTTOHTMLCHILDFRAME_H__64DBAA8B_040B_4B47_B6C4_84ACEA4F75A4__INCLUDED_)

⌨️ 快捷键说明

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