⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 这个程序主要是利用Explorer中右健菜单来Copy全文件
💻 H
字号:
// stdafx.h : 
//            
//            
//

#if !defined(AFX_STDAFX_H__7ABA2FE7_05A0_11D2_8446_00A02491B6C9__INCLUDED_)
#define AFX_STDAFX_H__7ABA2FE7_05A0_11D2_8446_00A02491B6C9__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#define VC_EXTRALEAN		// 

#include <afxwin.h>         // 
#include <afxext.h>         // 

#ifndef _AFX_NO_OLE_SUPPORT
#include <afxole.h>         // 
#include <afxodlgs.h>       // 
#include <afxdisp.h>        // 
#endif // _AFX_NO_OLE_SUPPORT

//#include <ole2.h>
#include <shlobj.h>

#ifndef _AFX_NO_DB_SUPPORT
//#include <afxdb.h>			// 
#endif // _AFX_NO_DB_SUPPORT

#ifndef _AFX_NO_DAO_SUPPORT
//#include <afxdao.h>			// 
#endif // _AFX_NO_DAO_SUPPORT

#ifndef _AFX_NO_AFXCMN_SUPPORT
//#include <afxcmn.h>			// 
#endif // _AFX_NO_AFXCMN_SUPPORT

#ifndef _AFXDLL
#define _AFXDLL
#include <afxctl.h>
#undef _AFXDLL
#else
#include <afxctl.h>
#endif

//{{AFX_INSERT_LOCATION}}
// 

#endif // !defined(AFX_STDAFX_H__7ABA2FE7_05A0_11D2_8446_00A02491B6C9__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -