📄 chatview.h
字号:
#if !defined(AFX_CHATVIEW_H__0F2E6AAC_F715_458A_8C66_6350D50A4C86__INCLUDED_)
#define AFX_CHATVIEW_H__0F2E6AAC_F715_458A_8C66_6350D50A4C86__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// chatview.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
创建文件
*/
/////////////////////////////////////////////////////////////////////////////
// CChatView view
class CChatView : public CView
{
protected:
CChatView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CChatView)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChatView)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CChatView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CChatView)
// 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_CHATVIEW_H__0F2E6AAC_F715_458A_8C66_6350D50A4C86__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -