HtmlViewEx.h
上传用户:bsw_2008
上传日期:2013-07-09
资源大小:2446k
文件大小:2k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. #if !defined(AFX_HTMLVIEWEX_H__41D7707F_0D3E_4C73_82AE_96D3A7BBE6B5__INCLUDED_)
  2. #define AFX_HTMLVIEWEX_H__41D7707F_0D3E_4C73_82AE_96D3A7BBE6B5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HtmlViewEx.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHtmlViewEx html view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include <afxhtml.h>
  14. class CHtmlViewEx : public CHtmlView
  15. {
  16. protected:
  17. CHtmlViewEx();           // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(CHtmlViewEx)
  19. // html Data
  20. public:
  21. //{{AFX_DATA(CHtmlViewEx)
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CHtmlViewEx)
  31. public:
  32. virtual void OnFinalRelease();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. virtual ~CHtmlViewEx();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. // Generated message map functions
  44. //{{AFX_MSG(CHtmlViewEx)
  45. // NOTE - the ClassWizard will add and remove member functions here.
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. // Generated OLE dispatch map functions
  49. //{{AFX_DISPATCH(CHtmlViewEx)
  50. // NOTE - the ClassWizard will add and remove member functions here.
  51. //}}AFX_DISPATCH
  52. DECLARE_DISPATCH_MAP()
  53. DECLARE_INTERFACE_MAP()
  54. };
  55. /////////////////////////////////////////////////////////////////////////////
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_HTMLVIEWEX_H__41D7707F_0D3E_4C73_82AE_96D3A7BBE6B5__INCLUDED_)