resource.h

来自「一个串口通信的例子」· C头文件 代码 · 共 41 行

H
41
字号
//{{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 + =
减小字号Ctrl + -
显示快捷键?