resource.h

来自「基于CAN总线的NMEA2000协议」· C头文件 代码 · 共 71 行

H
71
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NMEA_SR.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_NMEA_SR_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDC_ERECV_ID                    1000
#define IDC_ERECV_DATALENGTH            1001
#define IDC_ERECV_DATA                  1002
#define IDC_ERECV_STATE                 1003
#define IDC_BTNRECVCLEAR                1004
#define IDC_BTN_RECVCLEAR               1004
#define IDC_ESEND_ID                    1005
#define IDC_ESEND_DATALENGTH            1006
#define IDC_ESEND_DATA0                 1007
#define IDC_ESEND_DATA1                 1008
#define IDC_ESEND_DATA2                 1009
#define IDC_ESEND_DATA3                 1010
#define IDC_ESEND_DATA4                 1011
#define IDC_ESEND_DATA5                 1012
#define IDC_ESEND_DATA6                 1013
#define IDC_ESEND_DATA7                 1014
#define IDC_ESEND_STATE                 1015
#define IDC_R_DATA                      1016
#define IDC_R_REMOTE                    1017
#define IDC_BTNSEND                     1018
#define IDC_BTN_SEND                    1018
#define IDC_BTNSENDCLEAR                1019
#define IDC_BTN_SENDCLEAR               1019
#define IDC_EHM_ANGLE                   1020
#define IDC_EWAYP_LAT                   1020
#define IDC_BTNGETHM                    1021
#define IDC_BTN_GETWAYP                 1021
#define IDC_EHT_ANGLE                   1022
#define IDC_EGEOG_LAT                   1022
#define IDC_EWIND_SPEED                 1023
#define IDC_EWAYP_MB                    1023
#define IDC_EWIND_ANGLE                 1024
#define IDC_EWAYP_DISTANCE              1024
#define IDC_EWATER_TEMP                 1025
#define IDC_EGEOG_LONG                  1025
#define IDC_BTNGETHT                    1026
#define IDC_BTN_GETGEOG                 1026
#define IDC_BTNGETWIND                  1027
#define IDC_EWAYP_LONG                  1027
#define IDC_BTNGETWATER                 1028
#define IDC_EGEOG_GMT                   1028
#define IDC_BTNINIT                     1029
#define IDC_BTN_INIT                    1029
#define IDC_FRAME_STATE                 1030
#define IDC_EWAYP_TB                    1031
#define IDC_EHEAD_TURE                  1032
#define IDC_EHEAD_MAG                   1033
#define IDC_BTN_GETHEAD                 1034
#define IDC_EWAYP_IDNUM                 1035
#define IDC_EWAYP_GMT                   1036

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

⌨️ 快捷键说明

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