resource.h
来自「网络编程最基本最常用的网络端和客户端的程序实现」· C头文件 代码 · 共 30 行
H
30 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Resource.rc
//
#define IDD_CLIENTDLG 101
#define IDM_SETUPCONNECT 101
#define IDD_SETUPDLG 102
#define IDI_NET08 103
#define IDI_TRFFC10C 104
#define IDI_NET10A 105
#define IDR_CLIENTMENU 106
#define IDC_DISCONNECT 1000
#define IDC_SENDBTN 1001
#define IDC_LISTMSG 1002
#define IDC_SENDMSG 1003
#define IDC_IPADDR 1004
#define IDC_PORTNUM 1005
#define IDC_USERNAME 1006
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 107
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?