resource.h

来自「此源码是您学习Windows网络编程的很好的程序。有两个程序」· C头文件 代码 · 共 38 行

H
38
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resource.rc
//
#define DIALOG_MAIN                     101
#define IDD_MAINDIALOG                  101
#define ICON_MAIN                       102
#define IDI_MAIN                        103
#define IDC_EDIT2                       1001
#define EDIT_PORT                       1001
#define IDC_PORT                        1001
#define BUTTON_LISTEN                   1002
#define BUTTON_CONNECT                  1002
#define IDC_CONNECT                     1002
#define LIST_INFO                       1003
#define IDC_EDIT3                       1004
#define EDIT_RECEIVE                    1004
#define IDC_INFO                        1004
#define STATIC_SELECT                   1005
#define EDIT_SEND                       1006
#define IDC_TEXT                        1006
#define BUTTON_SEND                     1009
#define EDIT_ADDR                       1010
#define IDC_ADDR                        1010
#define IDC_CLEAR                       1011
#define IDC_SEND                        1012

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        104
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1014
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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