📄 htmlviewex.h
字号:
/*******************************************************************************
HtmlViewEx.h
增强的HtemView
*******************************************************************************/
#if !defined(AFX_HTMLVIEWEX_H__67767E40_ABA9_4EA5_8F29_018EFEB477D9__INCLUDED_)
#define AFX_HTMLVIEWEX_H__67767E40_ABA9_4EA5_8F29_018EFEB477D9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// htmlviewex.h : header file
//
/*
================================================================================
Copyright (c) 2002 GameHigh Group.
本程序修改自GAMEHIGH(open source)[http://www.gamehigh.net]项目程序,在此表示感谢紫瑗、骑士、阿鬼等。
email: wantsoft@163.com
这一程序是自由软件,你可以遵照自由软件基金会出版的GNU 通用公共许可证条款来修改和
重新发布这一程序。或者用许可证的第二版,或者(根据你的选择)用任何更新的版本。
发布这一程序的目的是希望它有用,但没有任何担保。甚至没有适合特定目地的隐含的担保。
更详细的情况请参阅GNU通用公共许可证。
你应该已经和程序一起收到一份GNU通用公共许可证的副本。如果还没有,写信给:
The Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA02139, USA
或访问 http://www.gnu.org
文件版本:
0.0.1
Build 020705
Date 2002-07-05
修改历史:
2002-07-05
创建文件
*/
/////////////////////////////////////////////////////////////////////////////
// CHtmlViewEx html view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include <afxhtml.h>
class CHtmlViewEx : public CHtmlView
{
public:
CHtmlViewEx(); // protected constructor used by dynamic creation
virtual ~CHtmlViewEx();
protected:
DECLARE_DYNCREATE(CHtmlViewEx)
// html Data
public:
//{{AFX_DATA(CHtmlViewEx)
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHtmlViewEx)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CHtmlViewEx)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HTMLVIEWEX_H__67767E40_ABA9_4EA5_8F29_018EFEB477D9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -