?? stdafx.h
字號:
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
[!if WTL_COM_SERVER]
// The WTL App 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.
[!endif]
// Change this value to use different versions
#define WINVER 0x0420
[!if WTL_USE_AYGSHELL]
#define _WIN32_WCE_AYGSHELL 1
[!endif]
#include <atlbase.h>
#include <atlapp.h>
[!if WTL_COM_SERVER]
extern CServerAppModule _Module;
// This is here only to tell VC7 Class Wizard this is an ATL project
#ifdef ___VC7_CLWIZ_ONLY___
CComModule
CExeModule
#endif
[!else]
extern CAppModule _Module;
[!endif]
[!if WTL_ENABLE_AX || WTL_COM_SERVER]
#include <atlcom.h>
[!endif]
[!if WTL_ENABLE_AX]
#include <atlhost.h>
[!endif]
#include <atlwin.h>
[!if WTL_ENABLE_AX]
#include <atlctl.h>
[!endif]
[!if WTL_USE_CPP_FILES]
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
[!endif]
[!if WTL_USE_AYGSHELL]
#include <aygshell.h>
#pragma comment(lib, "aygshell.lib")
[!endif]
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -