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

📄 ex08cdoc.h

📁 VC技术内幕 供大家下载学习 很不错的书籍
💻 H
字号:
#if !defined(EX08CDOC_H__6084D1FB_488C_11D0_8488_00400526305B__INCLUDED_)
#define EX08CDOC_H__6084D1FB_488C_11D0_8488_00400526305B__INCLUDED_

// ex08cDoc.h : interface of the CEx08cDoc class
//
/////////////////////////////////////////////////////////////////////////////
#include "webbrowser.h"

class CEx08cDoc : public CDocument
{
public:
    static const char s_profileInternet[];
    static const char s_profileURLBrowse[];
    static const char s_profileURLSearch[];
	static const char s_engineAltavista[];
	static const char s_engineMagellan[];
	static const char s_engineMicrosoft[];
	static const char s_engineYahoo[];
	bool m_bSearchBackForward;
	bool m_bSearchBusy;
	CWebBrowser m_browse, m_search;
	CString m_strURLBrowse, m_strURLSearch;
protected: // create from serialization only
	CEx08cDoc();
	DECLARE_DYNCREATE(CEx08cDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEx08cDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CEx08cDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CEx08cDoc)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(EX08CDOC_H__6084D1FB_488C_11D0_8488_00400526305B__INCLUDED)

⌨️ 快捷键说明

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