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