resource.h

来自「windows CE下面的简单的串口调试工具」· C头文件 代码 · 共 45 行

H
45
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by Serial.rc
//
#define IDD_SERIAL_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDD_SHUOMING                    131
#define IDC_BTN_CLOSE                   1000
#define IDC_STATIC_TITLE                1001
#define IDC_EDIT1                       1003
#define IDC_EDIT_SEND                   1003
#define IDC_EDIT2                       1004
#define IDC_EDIT_REC                    1004
#define IDC_BTN_SEND                    1005
#define IDC_SERIAL_1                    1007
#define IDC_SERIAL_2                    1008
#define IDC_BTN_OPEN                    1009
#define IDC_STATUS                      1010
#define IDC_CMBSERIAL                   1015
#define IDC_CMB_BO                      1016
#define IDC_SEND_NUM                    1017
#define IDC_RECE_NUM                    1019
#define IDC_CHK_SEND                    1023
#define IDC_BTN_CLOSEPORT               1024
#define IDC_BTN_NOTICE                  1025
#define IDC_SHUOMING_STATIC             1026
#define IDC_RFC_STATE4                  1027
#define IDC_RFC_STATE5                  1028
#define IDC_RFC_STATE2                  1029
#define IDC_RFC_STATE3                  1030
#define IDC_RFC_STATE1                  1031
#define IDC_RFC_STATE6                  1032
#define IDC_BUTTON1                     1033

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1034
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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