resource.h

来自「该程序演示了如何在windows平台下使用WindowsAPI函数来操作串口」· C头文件 代码 · 共 38 行

H
38
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Terminator.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_TERMINTYPE                  129
#define IDD_COMSETTINGS                 130
#define IDD_DIALOG1                     132
#define IDC_PORT                        1002
#define IDC_DEFAULT                     1004
#define IDC_RADIO2                      1005
#define IDC_PARITY                      1006
#define IDC_BAUD                        1007
#define IDC_STOPBIT                     1008
#define IDC_RADIO3                      1009
#define IDC_NEWLINE                     1013
#define IDC_ECHO                        1014
#define IDM_CONNECT                     32772
#define IDM_DISCONNECT                  32773
#define IDM_COMSETTINGS                 32774
#define IDM_TEXTCOLOR                   32777
#define IDM_BACKGROUNDCOLOR             32778
#define IDS_COM_STATUS                  61448
#define IDS_COM_USED                    61449

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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