📄 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__BE5F7FA9_3C96_11D3_A870_000000000000__INCLUDED_)
#define AFX_STDAFX_H__BE5F7FA9_3C96_11D3_A870_000000000000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#pragma warning(disable: 4786)
#include <windows.h>
extern HINSTANCE _hdllInstance ;
// RX Includes
#include "rxdebug.h"
#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
#endif // !defined(AFX_STDAFX_H__BE5F7FA9_3C96_11D3_A870_000000000000__INCLUDED)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -