stdafx.h

来自「这是一个手机校准程序」· C头文件 代码 · 共 31 行

H
31
字号
//****************** Copyright 1999 Mobilink Telecom, Inc. *********************
//
// Description: MS VC++/MFC standard file.
//
// $RCSfile: StdAfx.h $
// $Revision: 1.3 $
// $Date: 1999/06/08 22:19:42 $
// $Author: gdheinz $
//
//******************************** History *************************************
//
// $Log: StdAfx.h $
// Revision 1.3  1999/06/08 22:19:42  gdheinz
// Added RCS info block.
//
//******************************************************************************

#pragma once

#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

⌨️ 快捷键说明

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