📄 stdafx.h
字号:
#if !defined(AFX_STDAFX_H__9EDADF66_C069_11D1_A446_0000E8D2CD0A__INCLUDED_)
#define AFX_STDAFX_H__9EDADF66_C069_11D1_A446_0000E8D2CD0A__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#define STRICT
#define _WIN32_WINNT 0x0400
#define _ATL_APARTMENT_THREADED
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <ObjModel\addauto.h>
#include <ObjModel\appdefs.h>
#include <ObjModel\appauto.h>
#include <ObjModel\blddefs.h>
#include <ObjModel\bldauto.h>
#include <ObjModel\textdefs.h>
#include <ObjModel\textauto.h>
#include <ObjModel\dbgdefs.h>
#include <ObjModel\dbgauto.h>
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_STDAFX_H__9EDADF66_C069_11D1_A446_0000E8D2CD0A__INCLUDED)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -