resource.h

来自「lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visu」· C头文件 代码 · 共 129 行

H
129
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TCPIPplugin.rc
//
#define IDS_PROJNAME                    100
#define IDB_TCPIPPLUGINIFCE             102
#define IDR_TCPIPPLUGINIFCE             103
#define IDD_TCPIPPLUGINIFCE             104
#define IDD_PROPPAGE_GENERAL            106
#define IDD_NEWCLASSDLG                 201
#define IDC_CLASSNAME                   201
#define IDC_SOURCENAME                  202
#define IDI_NEWCLASS                    202
#define IDD_PROPPAGE_NIC0               202
#define IDC_HEADERNAME                  203
#define IDC_EDIT1                       203
#define IDD_PROPPAGE_NIC1               203
#define IDC_RAM_START                   203
#define IDC_DERIVATIONLIST              204
#define IDC_EDIT2                       204
#define IDD_PROPPAGE_IP                 204
#define IDC_RAM_SIZE                    204
#define IDC_BUTTON_OPEN                 205
#define IDD_PROPPAGE_TCP                205
#define IDC_BUTTON_SAVE                 206
#define IDD_PROPPAGE_DEBUG              206
#define IDC_BUTTON_ADD                  207
#define IDD_PROPPAGE_MEMORY             207
#define IDC_BUTTON_ADDPROJECT           207
#define IDC_CHECK_TCP                   208
#define IDC_CHECK_PROTO_TCP             208
#define IDC_CHECK_UDP                   210
#define IDC_CHECK_PROTO_UDP             210
#define IDC_CHECK_ICMP                  211
#define IDC_CHECK_PROTO_ICMP            211
#define IDC_CHECK_DHCP                  212
#define IDC_CHECK_PROTO_DHCP            212
#define IDC_CHECK_TCP_STAT              213
#define IDC_CHECK_UDP_STAT              214
#define IDC_CHECK_IP_STAT               215
#define IDC_CHECK_ICMP_STAT             216
#define IDC_CHECK_ALL_STAT              218
#define IDC_CHECK_PROTO_ALL             219
#define IDC_CHECK_LINK_STAT             220
#define IDC_IPADDRESS_IP                221
#define IDC_IPADDRESS_SUBNET_MASK       222
#define IDC_NIC0_IPADDRESS_SUBNET_MASK  222
#define IDC_IPADDRESS3                  223
#define IDC_NIC1_IPADDRESS_GATEWAY      223
#define IDC_NIC1_IPADDRESS_NIC1_GATEWAY 223
#define IDC_EDIT3                       224
#define IDC_POOL_START                  224
#define IDC_EDIT4                       225
#define IDC_POOL_MEM_SIZE               225
#define IDC_EDIT5                       226
#define IDC_TCP_NO_UDP_CONN             226
#define IDC_IPADDRESS1                  228
#define IDC_NIC1_IPADDRESS              228
#define IDC_IPADDRESS2                  229
#define IDC_NIC1_IPADDRESS_SUBNET_MASK  229
#define IDC_NIC1_IPADDRESS_NIC1_SUBNET_MASK 229
#define IDC_EDIT_NIC0_RCV_BUFS          232
#define IDC_EDIT_NIC1_RCV_BUFS          233
#define IDC_EDIT_NIC1_RCV_SIZE          234
#define IDC_EDIT_NIC1_XMIT_BUFS         235
#define IDC_EDIT_NIC1_XMIT_SIZE         236
#define IDC_CHECK_IP_FORWARD            238
#define IDC_CHECK_IP_OPTIONS            239
#define IDC_CHECK_IP_FRAG               240
#define IDC_CHECK_REASSEMBLY            241
#define IDC_CHECK_IP_MULNETWORK         242
#define IDC_EDIT_NO_NETWORKS            243
#define IDC_EDIT6                       244
#define IDC_TCP_NO_LISTEN_CONN          244
#define IDC_EDIT7                       245
#define IDC_ARP_TBSZ                    245
#define IDC_CHECK_DEBUG_TCP             246
#define IDC_CHECK_DEBUG_UDP             247
#define IDC_CHECK_DEBUG_IP              248
#define IDC_CHECK_DEBUG_SOCKETS         249
#define IDC_CHECK_DEBUG_MEM             250
#define IDC_CHECK_DEBUG_MEMP            251
#define IDC_CHECK_DEBUG_ALL             252
#define IDC_CHECK_DEBUG_APILIB          253
#define IDC_CHECK_TRACING               254
#define IDC_CHECK10                     255
#define IDC_IP_PKT_DUMP                 255
#define IDC_CHECK11                     256
#define IDC_TCP_PKT_DUMP                256
#define IDC_CHECK12                     257
#define IDC_ARP_PKT_DUMP                257
#define IDC_CHECK13                     258
#define IDC_UDP_PKT_DUMP                258
#define IDC_CHECK14                     259
#define IDC_ICMP_PKT_DUMP               259
#define IDC_COMBO1                      262
#define IDC_MEM_ALIGN                   262
#define IDC_MAC_ADDRESS                 263
#define IDC_RCV_BUF_SIZE                264
#define IDC_NIC0_RCV_BUF_SIZE           264
#define IDC_NUM_XMIT_BUFFERS            265
#define IDC_XMIT_BUF_SIZE               266
#define IDC_NIC0_XMIT_BUF_SIZE          266
#define IDC_NIC0_CHECK_DHCP             267
#define IDC_NIC1_CHECK_DHCP             268
#define IDC_NIC0_IPADDRESS_GATEWAY      269
#define IDC_NIC1_MAC_ADDRESS            270
#define IDC_EDIT_CONFIG_FILE            271
#define IDC_TCP_NO_TCP_CONN             272
#define IDC_TCP_NO_SOCKET_CONN          273
#define IDC_TCP_MSS                     274
#define IDC_TCP_WND                     275
#define IDC_SCROLLBAR1                  277
#define IDC_EDIT_CONFIG_FILE_           279
#define IDC_EDIT_CONFIG_FILE_VIS        280
#define IDC_BUTTON_SAVEAS               281
#define IDC_MEM_SIZE                    284

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         286
#define _APS_NEXT_SYMED_VALUE           105
#endif
#endif

⌨️ 快捷键说明

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