📄 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__00B2CFE5_0D42_4F35_9C75_90E41B1D72E7__INCLUDED_)
#define AFX_STDAFX_H__00B2CFE5_0D42_4F35_9C75_90E41B1D72E7__INCLUDED_
// The WTL wizard was instructed to create this project as a COM Server.
// On Windows CE, COM Servers are only available on platforms that include DCOM.
// Pocket PC 2000, 2002, 2003 and SmarthPhone 2002, 2003 do not include DCOM.
// The Standard SDK for Windows CE versions 3.0, 4.0, 4.1, and 4.2 do not include DCOM.
// For Windows CE OSes released after 2003, please see the associated docs.
// Change these values to use different versions
#define WINVER 0x0420
#include <atlbase.h>
#include <atlapp.h>
extern CAppModule _Module;
#include <atlwin.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlddx.h>
#pragma comment(lib, "zylonite_xllp.lib")
#pragma comment(lib, "xllp_processor_pxa300_mrvl_v1.lib")
#pragma comment(lib, "clkmgr_pxa300_mrvl_v1.lib")
#pragma comment(lib, "ceddk.lib")
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__00B2CFE5_0D42_4F35_9C75_90E41B1D72E7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -