📄 stdafx.h
字号:
#define VC_EXTRALEAN
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxsock.h> // MFC socket extensions
#include <afxcmn.h>
#include "ListeningSocket.h"
#include "ClientSocket.h"
#include "ServerApp.h"
#include "SnifferDlg.h"
#include<Shellapi.h>
#define IDD_ANIMATE_CTRL 2000
#if defined(_WIN32_WCE)
#include <wcesock.h>
#endif // _WIN32_WCE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -