📄 commspy.h
字号:
// commspy.h : main header file for the COMMSPY application
//
#ifndef _INC_COMMSPY_
#define _INC_COMMSPY_
#include "resource.h" // main symbols
void ReportLastError();
/////////////////////////////////////////////////////////////////////////////
// CCommspyApp:
class CCommspyApp : public CWinApp
{
public:
CCommspyApp();
public:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -