MyVw.h
上传用户:tianhe
上传日期:2013-11-07
资源大小:40k
文件大小:2k
源码类别:

加密解密

开发平台:

Visual C++

  1. #if !defined(AFX_MYVW_H__9FC70760_8453_466A_9E07_5DEB2EE68AA8__INCLUDED_)
  2. #define AFX_MYVW_H__9FC70760_8453_466A_9E07_5DEB2EE68AA8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyVw.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyVw html view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include <afxhtml.h>
  14. class CMyVw : public CHtmlView
  15. {
  16. protected:
  17. CMyVw();           // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(CMyVw)
  19. // html Data
  20. public:
  21. //{{AFX_DATA(CMyVw)
  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(CMyVw)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. virtual ~CMyVw();
  37. #ifdef _DEBUG
  38. virtual void AssertValid() const;
  39. virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41. // Generated message map functions
  42. //{{AFX_MSG(CMyVw)
  43. // NOTE - the ClassWizard will add and remove member functions here.
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MYVW_H__9FC70760_8453_466A_9E07_5DEB2EE68AA8__INCLUDED_)