📄 message.h
字号:
#if !defined(AFX_MESSAGE_H__D9AB778E_ACCC_4686_8B1B_20FC8873F5F2__INCLUDED_)
#define AFX_MESSAGE_H__D9AB778E_ACCC_4686_8B1B_20FC8873F5F2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Message.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMessage window
class CMessage : public CWnd
{
public:
CMessage();
virtual ~CMessage();
public:
static void ClearInfo();
static void SetOutputWnd(CWnd *);
static void SetStatusWnd(CWnd *);
static void PrintInfo(CString);
static void PrintError(CString);
static void PrintStatusInfo(CString);
private:
static CWnd *m_pWndInfo;
static CWnd *m_pWndStatusInfo;
protected:
//{{AFX_MSG(CMessage)
// 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_MESSAGE_H__D9AB778E_ACCC_4686_8B1B_20FC8873F5F2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -