stdafx.h
来自「Visual_C++[1].NET_Bible1 Visual_C++宝典书中」· C头文件 代码 · 共 25 行
H
25 行
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
// Change these values to use different versions
#define WINVER 0x0400
#define _WIN32_IE 0x0400
#define _RICHEDIT_VER 0x0100
#define _ATL_TMP_IMPL1
#include <atlbase.h>
#include <atltrace.h>
DECLARE_TRACE_CATEGORY( atlTraceUI )
#include <atlapp.h>
extern CAppModule _Module;
#include <atlwin.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?