showmsg.h
来自「东进语音板卡开发」· C头文件 代码 · 共 22 行
H
22 行
// ShowMsg.h: interface for the CShowMsg class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHOWMSG_H__92E47293_265A_4695_BD30_31C6B68822FE__INCLUDED_)
#define AFX_SHOWMSG_H__92E47293_265A_4695_BD30_31C6B68822FE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CShowMsg
{
public:
CShowMsg();
virtual ~CShowMsg();
public:
static void ShowMsg(CString csShowMsg,bool bShow = false);
};
#endif // !defined(AFX_SHOWMSG_H__92E47293_265A_4695_BD30_31C6B68822FE__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?