resource.h

来自「自己做的一个串口通信的程序」· C头文件 代码 · 共 47 行

H
47
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SerComNew.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_SERCOMNEW_FORM              101
#define IDR_MAINFRAME                   128
#define IDR_SERCOMTYPE                  129
#define IDD_CONFIGDIALOG                129
#define IDI_ICON1                       130
#define IDC_BTN_CONFIGURE               1000
#define IDC_EDIT_SEND                   1001
#define IDC_BTN_SEND                    1002
#define IDC_BTN_CLEAR                   1003
#define IDC_CHECK_REPEAT                1004
#define IDC_CHECK_HEXSHOW               1005
#define IDC_BUTTON_FILESNED             1006
#define IDC_EDIT_FILEPATH               1007
#define IDC_BTNCLOSE                    1008
#define IDC_BAUDRATECOMBO               1026
#define IDC_PARITYCOMBO                 1027
#define IDC_DATABITSCOMBO               1028
#define IDC_STOPBITSCOMBO               1029
#define IDC_CHECK1                      1034
#define IDC_CHECK2                      1035
#define IDC_CHECK3                      1036
#define IDC_CHECK4                      1037
#define IDC_CHECK5                      1038
#define IDC_CHECK6                      1039
#define IDC_CHECK7                      1040
#define IDC_CHECK8                      1041
#define IDC_CHECK9                      1042
#define IDC_SENDBUFFERCOMBO             1043
#define IDM_NEW                         32771

// 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         32772
#define _APS_NEXT_CONTROL_VALUE         1009
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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