⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 Read nmea file and send to com port. you can easly simulate the gps application
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NmeaParser.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_NMEAPARSERDEMO_DIALOG       102
#define IDR_MAINFRAME                   128
#define IDD_COMM_SETTINGS               129
#define IDI_ICON_RED                    131
#define IDI_ICON_GREY                   132
#define IDI_ICON_BLUE                   133
#define IDI_ICON_GREEN                  134
#define IDC_LAT                         1000
#define IDC_NMEA_RX_COUNT               1001
#define IDC_RESET_DATA                  1002
#define IDC_SERIAL_PORT                 1002
#define IDC_LON                         1003
#define IDC_ALT                         1004
#define IDC_GPS_QUAL                    1005
#define IDC_PDOP                        1006
#define IDC_HDOP                        1007
#define IDC_VDOP                        1008
#define IDC_SATS_USED_IN_SOL            1009
#define IDC_GSV_PRN                     1010
#define IDC_SEND_DATA                   1010
#define IDC_GSV_SNR                     1011
#define IDC_BAUD_RATE                   1011
#define IDC_GSV_AZ                      1012
#define IDC_SEND_DATA_CLEAR             1012
#define IDC_GSV_ELV                     1013
#define IDC_PORT_OPEN                   1013
#define IDC_SATS_IN_VIEW                1014
#define IDC_SET_COMM                    1015
#define IDC_NMEA_RX_COUNT2              1015
#define IDC_CRC_ERROR_COUNT             1015
#define IDC_NMEA_RX_COUNT3              1016
#define IDC_BUF_ERROR_COUNT             1016
#define IDC_GSA_FIX_MODE                1017
#define IDC_GSA_MODE                    1018
#define IDC_PORT_CLOSE                  1018
#define IDC_SERIAL_PORT2                1018
#define IDC_PORT                        1019
#define IDC_DATE                        1019
#define IDC_FILE_OPEN                   1019
#define IDC_BAUD                        1020
#define IDC_FILE_SAVE                   1020
#define IDC_PORT_OPEN2                  1020
#define IDC_COLD_RESET                  1021
#define IDC_SERIAL_PORT3                1021
#define IDC_BUTTON2                     1022
#define IDC_BTN_PAUSE                   1022
#define IDC_BUTTON3                     1023
#define IDC_BTN_UP                      1023
#define IDC_LOG                         1024
#define IDC_SEND                        1024
#define IDC_TIME                        1025
#define IDC_ETC_COUNT                   1026
#define IDC_RECEIVE                     1026
#define IDC_BUTTON4                     1027
#define IDC_SLIDER_SPEED                1027
#define IDC_SNR0                        1028
#define IDC_SNR1                        1029
#define IDC_SNR2                        1030
#define IDC_SNR3                        1031
#define IDC_SNR4                        1032
#define IDC_SNR5                        1033
#define IDC_SNR6                        1034
#define IDC_SNR7                        1035
#define IDC_SNR8                        1036
#define IDC_SNR9                        1037
#define IDC_SNR10                       1038
#define IDC_SNR11                       1039
#define IDC_SPEED                       1040
#define IDC_CHECK_TIME                  1041
#define IDC_PORT_OPEN3                  1041
#define IDC_SAT_VIEW                    1042
#define IDC_AVERAGE                     1043
#define IDC_DOP_TIME                    1044
#define IDC_SERIAL_PORT4                1044
#define IDC_GOOD_COUNT                  1045
#define IDC_PORT_OPEN4                  1045
#define IDC_FIX_MODE                    1046
#define IDC_BTN_STOP                    1047
#define IDC_CHK_REPEAT                  1048
#define IDC_FILE_LOAD                   1049
#define IDC_BTN_STEP                    1050
#define IDC_FILE_NAME                   1051
#define IDC_PRG_SPEED                   1052
#define IDC_STATIC_DRAW                 1053
#define IDC_BTN_DOWN                    1054
#define IDC_STATIC_DATE                 1055
#define IDC_CHECK_YEAR                  1058
#define IDC_COMPASS                     1059

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

⌨️ 快捷键说明

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