ex127View.h
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // ex127View.h : interface of the CEx127View class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_EX127VIEW_H__EDBB46CC_39C0_40E8_8004_1DC2E3FC9198__INCLUDED_)
  5. #define AFX_EX127VIEW_H__EDBB46CC_39C0_40E8_8004_1DC2E3FC9198__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CEx127View : public CHtmlView
  10. {
  11. protected: // create from serialization only
  12. CEx127View();
  13. DECLARE_DYNCREATE(CEx127View)
  14. // Attributes
  15. public:
  16. CEx127Doc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CEx127View)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual void OnInitialUpdate(); // called first time after construct
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CEx127View();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. protected:
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CEx127View)
  39. afx_msg void OnFileNavigate();
  40. afx_msg void OnFileBack();
  41. afx_msg void OnFileForward();
  42. afx_msg void OnFileHome();
  43. afx_msg void OnFileStop();
  44. afx_msg void OnFileRefresh();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. #ifndef _DEBUG  // debug version in ex127View.cpp
  49. inline CEx127Doc* CEx127View::GetDocument()
  50.    { return (CEx127Doc*)m_pDocument; }
  51. #endif
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_EX127VIEW_H__EDBB46CC_39C0_40E8_8004_1DC2E3FC9198__INCLUDED_)