📄 mesg.h
字号:
// Mesg.h: interface for the CMesg class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MESG_H__D1BB7F76_2E17_4027_ABF4_0A18C14FA573__INCLUDED_)
#define AFX_MESG_H__D1BB7F76_2E17_4027_ABF4_0A18C14FA573__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMesg : public CObject
{
public:
CMesg();
virtual ~CMesg();
public:
CString m_str;
CString from;
CString to;
int type;
public:
void Serialize(CArchive &ar);
void init();
};
#endif // !defined(AFX_MESG_H__D1BB7F76_2E17_4027_ABF4_0A18C14FA573__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -