htmlviewexampleview.h
来自「MFC程序开发参考大全 【明日科技】宋坤 刘锐宁 李伟明 【丛 书 名】」· C头文件 代码 · 共 70 行
H
70 行
// HtmlViewExampleView.h : interface of the CHtmlViewExampleView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_HTMLVIEWEXAMPLEVIEW_H__9BD1D71E_DD62_4F27_A2B9_F12C09646F48__INCLUDED_)
#define AFX_HTMLVIEWEXAMPLEVIEW_H__9BD1D71E_DD62_4F27_A2B9_F12C09646F48__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CHtmlViewExampleView : public CHtmlView
{
protected: // create from serialization only
CHtmlViewExampleView();
DECLARE_DYNCREATE(CHtmlViewExampleView)
// Attributes
public:
CHtmlViewExampleDoc* GetDocument();
CString strsite;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHtmlViewExampleView)
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 ~CHtmlViewExampleView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CHtmlViewExampleView)
afx_msg void OnRun();
afx_msg void OnChangeEdaddress();
afx_msg void OnBtstop();
afx_msg void OnBtrefresh();
afx_msg void OnBtforward();
afx_msg void OnBtback();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in HtmlViewExampleView.cpp
inline CHtmlViewExampleDoc* CHtmlViewExampleView::GetDocument()
{ return (CHtmlViewExampleDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HTMLVIEWEXAMPLEVIEW_H__9BD1D71E_DD62_4F27_A2B9_F12C09646F48__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?