ex127View.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:2k
源码类别:
书籍源码
开发平台:
Visual C++
- // ex127View.h : interface of the CEx127View class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_EX127VIEW_H__EDBB46CC_39C0_40E8_8004_1DC2E3FC9198__INCLUDED_)
- #define AFX_EX127VIEW_H__EDBB46CC_39C0_40E8_8004_1DC2E3FC9198__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CEx127View : public CHtmlView
- {
- protected: // create from serialization only
- CEx127View();
- DECLARE_DYNCREATE(CEx127View)
- // Attributes
- public:
- CEx127Doc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEx127View)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void OnInitialUpdate(); // called first time after construct
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CEx127View();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CEx127View)
- afx_msg void OnFileNavigate();
- afx_msg void OnFileBack();
- afx_msg void OnFileForward();
- afx_msg void OnFileHome();
- afx_msg void OnFileStop();
- afx_msg void OnFileRefresh();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in ex127View.cpp
- inline CEx127Doc* CEx127View::GetDocument()
- { return (CEx127Doc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_EX127VIEW_H__EDBB46CC_39C0_40E8_8004_1DC2E3FC9198__INCLUDED_)