📄 stdafx.h
字号:
//===================================================================================
//
// 模块: MFC头文件
//
// 版本: 1.00
//
// 日期: 2005-04-14
//
// 作者: 施探宇
//
// 说明:
//
//===================================================================================
#if !defined(AFX_STDAFX_H_INCLUDED_)
#define AFX_STDAFX_H_INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxdhtml.h>
#include <atlimage.h>
#endif
// 最多分配空间
#define MAX_MALLOC_SIZE (128 * 128 + 3)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -