resource.h
来自「刚学RS232时,仿串口测试工具界面,做的一个串口测试小软件.」· C头文件 代码 · 共 45 行
H
45 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ComTest.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_COMTEST_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_COMBO_PORT 1000
#define IDC_COMBO_BAUDRATE 1001
#define IDC_COMBO_PARITY 1002
#define IDC_COMBO_BYTESIZE 1003
#define IDC_COMBO_STOPBITS 1005
#define IDC_BUTTON_PORT 1006
#define IDC_EDIT_IN 1008
#define IDC_BUTTON_CLEAR 1009
#define IDC_BUTTON_STOPVIEW 1010
#define IDC_CHECK_CLEARIN 1011
#define IDC_CHECK_16IN 1012
#define IDC_BUTTON_SAVE 1013
#define IDC_BUTTON_SAVEPATH 1014
#define IDC_EDIT_SAVEPATH 1015
#define IDC_BUTTON_CLEAROUT 1016
#define IDC_BUTTON_SEND 1017
#define IDC_CHECK_16OUT 1018
#define IDC_CHECK_AUTOSEND 1019
#define IDC_EDIT_CYCLE 1020
#define IDC_EDIT_OUT 1021
#define IDC_BUTTON_SELECT 1022
#define IDC_EDIT_SENDPAHT 1023
#define IDC_BUTTON_SENDFILE 1024
#define IDC_BUTTON_RESET 1025
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1028
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?