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

📄 resource.h

📁 本人用VC6.0开发的单片机通过串口与PC机通信的上位机,通信协议在说明文档中已经写出,用户在单片机上编写串口函数时按照通信协议,便可以很方便通过此软件与PC机通信.
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OxcygenTest.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_OXCYGENTEST_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDD_DIALOG_SlaveInfo            130
#define IDD_DIALOG_Set                  131
#define IDD_DIALOG_Check                132
#define IDC_BUTTON_A1                   1000
#define IDC_BUTTON_A2                   1001
#define IDC_BUTTON_GAS                  1002
#define IDC_BUTTON_MEAS                 1003
#define IDC_EDIT_STYLE                  1004
#define IDC_EDIT_PPM                    1005
#define IDC_EDIT_ADC                    1006
#define IDC_EDIT_A1                     1007
#define IDC_EDIT_A1_1                   1007
#define IDC_EDIT_A2                     1008
#define IDC_EDIT_A2_1                   1008
#define IDC_EDIT_GAS                    1009
#define IDC_EDIT_MEAS                   1010
#define IDC_EDIT_RECIVE                 1011
#define IDC_BUTTON_SEND                 1012
#define IDC_EDIT_SEND                   1013
#define IDC_EDIT_SEND2                  1014
#define IDC_EDIT_SEND3                  1015
#define IDC_EDIT_SEND4                  1016
#define IDC_EDIT_SEND5                  1017
#define IDC_EDIT_SEND6                  1018
#define IDC_EDIT_A1_2                   1019
#define IDC_BUTTON_START                1020
#define IDC_BUTTON_SET                  1021
#define IDC_BUTTON_CHECK                1022
#define IDC_BUTTON_INFO                 1023
#define IDC_BUTTON_OK                   1024
#define IDC_BUTTON_QUIT                 1025
#define IDC_BUTTON_ADD                  1026
#define IDC_BUTTON_DEC                  1027
#define IDC_BUTTON_FUNC                 1028
#define IDC_MSCOMM                      1029
#define IDC_EDIT_MEAUR                  1030
#define IDC_COMBO_PORT                  1031
#define IDC_EDIT_A2_2                   1031
#define IDC_COMBO_BOADRATE              1032
#define IDC_EDIT_MEAUR_1                1032
#define IDC_COMBO_CHECK                 1033
#define IDC_EDIT_MEAUR_2                1033
#define IDC_COMBO_DATANUM               1034
#define IDC_BUTTON_REVISE               1034
#define IDC_COMBO_STOP                  1035
#define IDC_EDIT_START_CHAR             1036
#define IDC_BUTTON_BAK                  1036
#define IDC_EDIT_SLAVE_ADD              1037
#define IDC_EDIT_SLAVEADD_INFO          1039
#define IDC_EDIT_SLAVETYPE_INFO         1039
#define IDC_EDIT_GASTYPE_INFO           1040
#define IDC_BUTTON_GZEROOUT             1040
#define IDC_EDIT_GASMEAUR_INFO          1041
#define IDC_BUTTON_GSPANIN              1041
#define IDC_EDIT_PROTYPE_INFO           1042
#define IDC_BUTTON_GSPANOUT             1042
#define IDC_BUTTON_CZEROOUT             1043
#define IDC_BUTTON_CSPANIN              1044
#define IDC_EDIT_A1_INFO                1044
#define IDC_BUTTON_CSPANOUT             1045
#define IDC_EDIT_A2_INFO                1045
#define IDC_BUTTON_GZEROIN              1046
#define IDC_BUTTON_CZEROIN              1047
#define IDC_MSCOMM1                     1049
#define IDC_EDIT_CHECK_HDAT             1050
#define IDC_EDIT_CHECK_LDAT             1051
#define IDC_STATIC_PIC                  1052
#define IDC_COMBO_GAS                   1056

// 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         1057
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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