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

加密解密

开发平台:

Visual C++

  1. // MyVw.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "myWinInet_1.h"
  5. #include "MyVw.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMyVw
  13. IMPLEMENT_DYNCREATE(CMyVw, CHtmlView)
  14. CMyVw::CMyVw()
  15. {
  16. //{{AFX_DATA_INIT(CMyVw)
  17. // NOTE: the ClassWizard will add member initialization here
  18. //}}AFX_DATA_INIT
  19. }
  20. CMyVw::~CMyVw()
  21. {
  22. }
  23. void CMyVw::DoDataExchange(CDataExchange* pDX)
  24. {
  25. CHtmlView::DoDataExchange(pDX);
  26. //{{AFX_DATA_MAP(CMyVw)
  27. // NOTE: the ClassWizard will add DDX and DDV calls here
  28. //}}AFX_DATA_MAP
  29. }
  30. BEGIN_MESSAGE_MAP(CMyVw, CHtmlView)
  31. //{{AFX_MSG_MAP(CMyVw)
  32. // NOTE - the ClassWizard will add and remove mapping macros here.
  33. //}}AFX_MSG_MAP
  34. END_MESSAGE_MAP()
  35. /////////////////////////////////////////////////////////////////////////////
  36. // CMyVw diagnostics
  37. #ifdef _DEBUG
  38. void CMyVw::AssertValid() const
  39. {
  40. CHtmlView::AssertValid();
  41. }
  42. void CMyVw::Dump(CDumpContext& dc) const
  43. {
  44. CHtmlView::Dump(dc);
  45. }
  46. #endif //_DEBUG
  47. /////////////////////////////////////////////////////////////////////////////
  48. // CMyVw message handlers