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

📄 resource.h

📁 测试CAN数据的收发
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by TestCan.rc
//
#define IDD_TESTCAN_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDI_ICON_CLOSE                  130
#define IDI_ICON_OPEN                   131
#define IDC_COMBO_CANPORT               1000
#define IDC_STATIC_CANPORT              1001
#define IDC_EDIT_BTR0                   1002
#define IDC_EDIT_BTR1                   1003
#define IDC_COMBO_FRAMETYPE             1004
#define IDC_STATIC_FRAMETYPE            1005
#define IDC_STATIC_BTR0                 1006
#define IDC_STATIC_BTR1                 1007
#define IDC_STATIC_ID                   1008
#define IDC_EDIT_ID                     1009
#define IDC_STATIC_SENDDATA             1010
#define IDC_EDIT_SENDDATA               1011
#define IDC_EDIT_RECEIVEDATA            1012
#define IDC_BUTTON_OPEN                 1013
#define IDC_BUTTON_OPENCLOSEPORT        1013
#define IDC_BUTTON_CLOSE                1014
#define IDC_BUTTON_MANUALSEND           1015
#define IDC_CHECK_PERIODICSEND          1016
#define IDC_STATIC_PERIOD               1017
#define IDC_EDIT_SENDPERIOD             1018
#define IDC_STATIC_MILLISECONDS         1019
#define IDC_BUTTON_CLEARRECEIVE         1020
#define IDC_STATIC_SENDFRAMENUM         1021
#define IDC_EDIT_SENDFRAMENUM           1022
#define IDC_STATIC_RECEIVEFRAMENUM      1023
#define IDC_EDIT_RECEIVEFRAMENUM        1024
#define IDC_BUTTON_CLEARFRAMENUM        1025
#define IDC_ICON_PORTSTATUS             1026
#define IDC_STATIC_SENDFAILNUM          1027
#define IDC_EDIT_SENDFAILNUM            1028
#define IDC_CHECK_AUTOCLEARRECEIVE      1029

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

⌨️ 快捷键说明

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