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

📄 resource.h

📁 一个串口通信的例子
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SerialAPIexe.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SERIALTYPE                  129
#define IDD_CONFIGDIALOG                134
#define IDD_TARGETINFO_DLG              172
#define IDC_LISTSEND                    1010
#define IDC_LISTRECEIVE                 1013
#define IDC_EMPTYLIST                   1014
#define IDC_DATATYPE                    1016
#define IDC_USECHECK                    1024
#define IDC_BAUDRATECOMBO               1026
#define IDC_PARITYCOMBO                 1027
#define IDC_DATABITSCOMBO               1028
#define IDC_STOPBITSCOMBO               1029
#define IDC_FLOWCOMBO                   1030
#define IDC_COMPORTCOMBO                1031
#define IDC_SEND                        32771
#define IDC_SEND2                       32772
#define IDC_SENDTIMER_TEST              32773
#define IDC_SENDTIMER_STOP              32774
#define IDC_COMMUNICATION_SET           32791
#define IDC_COMM_DATADISPLAY            32818
#define IDC_COM_CLOSE                   32819
#define IDC_COM_OPEN                    32820

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

⌨️ 快捷键说明

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