📄 stdafx.h
字号:
#if defined( _DEBUG) && !defined(DEBUG_AUTOCAD)
#pragma message("Building debug version of techdemand.arx to be used with non-debug/Prod AutoCAD")
#define _DEBUG_WAS_DEFINED
#undef _DEBUG
#endif
#include <afxwin.h>
#include "techdemand.h"
#ifdef _DEBUG_WAS_DEFINED
#define _DEBUG
#undef _DEBUG_WAS_DEFINED
#endif
extern void MFCTest();
extern void InitMFC();
extern void EndMFC();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -