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

📄 resource.h

📁 下面是串口通信开发的部分原码,自己写的,可能有些错误,希望大大家指教.
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SerialTestMFC.rc
//
#define IDCANCEL2                       3
#define IDC_ABORT                       3
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SERIALTYPE                  129
#define IDD_COM_SETTINGS                130
#define IDD_COM_EVENTS                  131
#define IDD_COM_SELECT                  132
#define IDD_DIALOG1                     133
#define IDD_ASSERTION                   133
#define IDC_BAUDRATE                    1000
#define IDC_BAUDRATE_1200               1001
#define IDC_BAUDRATE_2400               1002
#define IDC_BAUDRATE_9600               1003
#define IDC_BAUDRATE_14400              1004
#define IDC_BAUDRATE_19200              1005
#define IDC_BAUDRATE_38400              1006
#define IDC_BAUDRATE_56000              1007
#define IDC_BAUDRATE_57600              1008
#define IDC_BAUDRATE_115200             1009
#define IDC_DATA                        1010
#define IDC_DATA_5                      1011
#define IDC_DATA_6                      1012
#define IDC_DATA_7                      1013
#define IDC_DATA_8                      1014
#define IDC_PARITY                      1020
#define IDC_PARITY_NONE                 1021
#define IDC_PARITY_ODD                  1022
#define IDC_PARITY_EVEN                 1023
#define IDC_PARITY_MARK                 1024
#define IDC_PARITY_SPACE                1025
#define IDC_STOP                        1030
#define IDC_STOP_1                      1031
#define IDC_STOP_15                     1032
#define IDC_STOP_2                      1033
#define IDC_HANDSHAKING                 1040
#define IDC_HANDSHAKING_OFF             1041
#define IDC_HANDSHAKING_SOFTWARE        1042
#define IDC_HANDSHAKING_HARDWARE        1043
#define IDC_PORT                        1050
#define IDC_PORT_COM1                   1051
#define IDC_PORT_COM2                   1052
#define IDC_PORT_COM3                   1053
#define IDC_PORT_COM4                   1054
#define IDC_EVENTS                      1100
#define IDC_EVENT_BREAK                 1101
#define IDC_EVENT_CTS                   1102
#define IDC_EVENT_DSR                   1103
#define IDC_EVENT_ERROR                 1104
#define IDC_EVENT_RING                  1105
#define IDC_EVENT_RLSD                  1106
#define IDC_EVENT_RECV                  1107
#define IDC_EVENT_RCV_EV                1108
#define IDC_EVENT_SEND                  1109
#define IDC_EVENT_CHAR                  1110
#define IDC_EVENT_CHAR_TEXT             1111
#define IDC_EVENT_CHAR_VALUE            1112
#define IDC_COM1                        1200
#define IDC_COM2                        1201
#define IDC_COM3                        1202
#define IDC_COM4                        1203
#define IDC_EDIT1                       1301
#define IDC_EXPRESSION                  1301
#define IDC_EDIT2                       1302
#define IDC_LOCATION                    1302
#define IDC_EDIT3                       1303
#define IDC_PROCESS                     1303
#define IDC_EDIT4                       1304
#define IDC_TIMESTAMP                   1304
#define IDC_EDIT5                       1305
#define IDC_STACKTRACE                  1305
#define IDC_EDIT6                       1306
#define IDC_STACKDUMP                   1306
#define IDC_IGNORE                      1307
#define IDC_DEBUG                       1308
#define IDI_ABOUT_ICON                  1309
#define IDC_ABOUT_TITLE                 1310
#define IDC_ABOUT_COPYRIGHT             1311
#define ID_COM_OPEN                     32771
#define ID_COM_CLOSE                    32772
#define ID_COM_SETTINGS                 32773
#define ID_DATA_SEND                    32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1312
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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