HtmlViewEx.h
上传用户:bsw_2008
上传日期:2013-07-09
资源大小:2446k
文件大小:2k
- #if !defined(AFX_HTMLVIEWEX_H__41D7707F_0D3E_4C73_82AE_96D3A7BBE6B5__INCLUDED_)
- #define AFX_HTMLVIEWEX_H__41D7707F_0D3E_4C73_82AE_96D3A7BBE6B5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HtmlViewEx.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CHtmlViewEx html view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- #include <afxhtml.h>
- class CHtmlViewEx : public CHtmlView
- {
- protected:
- CHtmlViewEx(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CHtmlViewEx)
- // html Data
- public:
- //{{AFX_DATA(CHtmlViewEx)
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHtmlViewEx)
- public:
- virtual void OnFinalRelease();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CHtmlViewEx();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CHtmlViewEx)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CHtmlViewEx)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HTMLVIEWEX_H__41D7707F_0D3E_4C73_82AE_96D3A7BBE6B5__INCLUDED_)