📄 stdafx.h
字号:
// stdafx.h : include file for standard system include files,// or project specific include files that are used frequently, but// are changed infrequently//#define USEMARTPOINTER 0#define WINVER 0x0420#define _SECURE_ATL 1#define _WIN32_WCE_AYGSHELL 1//#define _WTL_NO_CSTRING#include <atlbase.h>#include <atlapp.h>#define _WTL_NO_WTYPES#include <atlmisc.h> #include <atlimage.h>extern CAppModule _Module;#if defined( DEBUG) && !defined( _DEBUG) #define _DEBUG#endif#ifdef _DEBUG #define DBGMODE "d"#else #define DBGMODE ""#endif#include <atlwin.h>#include <aygshell.h>#pragma comment(lib, "aygshell.lib")#include "SmartPtr.h"using namespace Loki;#include <gdiplus.h>using namespace Gdiplus;#pragma comment(lib, "LibGDIPlus" DBGMODE ".lib")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -