ppccolorconfig.h
来自「在evc上开发的例子程序」· C头文件 代码 · 共 18 行
H
18 行
#ifndef __CPPCCOLORCONFIGAPP__
#define __CPPCCOLORCONFIGAPP__
#include "resource.h"
class CPPCColorConfigApp : public CWinApp
{
public:
CPPCColorConfigApp();
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?