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

📄 stdafx.h

📁 Visual_C++.NET精彩案例237.rar
💻 H
字号:
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 项目特定的包含文件
#if !defined(AFX_STDAFX_H__33A1F98F_15D3_490A_8EE3_2622FC167855__INCLUDED_)
#define AFX_STDAFX_H__33A1F98F_15D3_490A_8EE3_2622FC167855__INCLUDED_

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

#define VC_EXTRALEAN		// 从 Windows 标头中排除不常使用的资料

#include <afxwin.h>           // MFC 核心和标准组件
#include <afxext.h>        // MFC 扩展
#include <afxdisp.h>       // MFC 自动化类
#include <afxdtctl.h>		// Internet Explorer 4 公共控件的 MFC 支持
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// Windows 公共控件的 MFC 支持
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxinet.h>		// MFC WinInet
#include <afxmt.h>			// MFC multi-threading classes
#include <winsock.h>		// Winsock
#include <afxsock.h>  
#define Client_IP "111.111.111.111"
#define Host_IP   "111.111.111.112"

#define MM_LISTENACCEPT WM_USER+1

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__33A1F98F_15D3_490A_8EE3_2622FC167855__INCLUDED_)

⌨️ 快捷键说明

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