resource.h
来自「操作系统为wince,开发环境为EVC,有关串口的应用程序」· C头文件 代码 · 共 34 行
H
34 行
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by SerialComm.rc
//
#define IDS_APP_TITLE 1
#define IDS_HELLO 2
#define IDC_SERIALCOMM 3
#define IDI_SERIALCOMM 101
#define IDM_MENU 102
#define IDD_ABOUTBOX 103
#define IDD_DIALOG_DEMO 105
#define IDC_COMBO_COM_PORT 1001
#define IDC_COMBO_BAUD_RATE 1002
#define IDC_BUTTON_OPEN 1003
#define ID_RCVTEXT 1004
#define ID_SENDTEXT 1005
#define ID_SENDBTN 1006
#define IDM_FILE_EXIT 40002
#define IDM_HELP_ABOUT 40003
#define ID_MENUITEM_COM1 40004
#define ID_MENUITEM_COM2 40005
#define ID_MENUITEM_COM3 40006
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 107
#define _APS_NEXT_COMMAND_VALUE 40007
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?