?? stdafx.h
字號:
// StdAfx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#if !defined(AFX_STDAFX_H__70083A23_6582_496B_A143_3DAD17F8E52A__INCLUDED_)
#define AFX_STDAFX_H__70083A23_6582_496B_A143_3DAD17F8E52A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#pragma warning(disable: 4786)
//#pragma warning(disable: 4098)
#include <windows.h>
extern HINSTANCE _hdllInstance ;
#include "rxdebug.h"
// RX Includes
#include "acdb.h" // acdb definitions
#include "rxregsvc.h" // ARX linker
#include "dbapserv.h" // Host application services
#include "aced.h" // aced stuff
#include "adslib.h" // RXADS definitions
#include "acdocman.h" // MDI document manager
#ifdef _FULLDEBUG_
#pragma message ("Warning! You should better not run this application in a Standard AutoCAD release.")
#pragma message (" Due to the memory managment constraints.")
#endif
// Include this here to speed up the compile times
#include "stdarx.h"
#endif // !defined(AFX_STDAFX_H__70083A23_6582_496B_A143_3DAD17F8E52A__INCLUDED)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -