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

📄 resource.h

📁 这是我仿照串口助手(龚建伟)作的一个例子并修正了其中的一些bug
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SerialAs.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SERIALAS_DIALOG             102
#define IDS_TITLE                       102
#define IDR_MAINFRAME                   128
#define IDD_CONFIGPORTDLG               129
#define IDB_NAILOFF                     130
#define IDB_NAILON                      131
#define IDD_DLGHELP                     132
#define IDD_DLGABOUT                    133
#define IDI_ICONCLOSED                  134
#define IDI_ICONOPENED                  135
#define IDC_BTNPORTCONFIG               1000
#define IDC_EDITSENDFILEPATH            1001
#define IDC_RICHEDITREVDATA             1002
#define IDC_RICHEDITSENDDATA            1003
#define IDC_COMBOPORT                   1005
#define IDC_CHECKAUTOCLEAR              1006
#define IDC_COMBOBAUDRATE               1007
#define IDC_COMBOSTOPBITS               1008
#define IDC_COMBDATABITS                1009
#define IDC_COMBOPARITY                 1010
#define IDC_CLEARREVDATA                1011
#define IDC_CHECKHEXDISPLAY             1012
#define IDC_BTNSAVEFILE                 1013
#define IDC_BTNCHANGESAVEFILEPATH       1014
#define IDC_CLEARSENDDATA               1015
#define IDC_EDITREVCOUNT                1016
#define IDC_BTNCLEARREVCOUNT            1017
#define IDC_EDITSENDCOUNT               1018
#define IDC_BTNCLEARSENDCOUNT           1019
#define IDC_CHECKHEXSEND                1020
#define IDC_CHECKAUTOSEND               1021
#define IDC_EDITSENDPERIOD              1022
#define IDC_SELECTSENDFILE              1023
#define IDC_CHECKEXISTPORT              1024
#define IDC_STARTSENDFILE               1024
#define IDC_BTNOK                       1026
#define IDC_BTNOPENPORT                 1027
#define IDC_BTNCLOSEPORT                1028
#define IDC_MANUALSEND                  1030
#define IDC_STATICSAVEFILEPATH          1031
#define IDC_SAVEFILENAME                1032
#define IDC_SAVEPORTCONFIG              1033
#define IDC_STATIC_STR_MS               1034
#define IDC_STATIC_STR_PERIOD           1035
#define IDC_STATIC_NAIL                 1036
#define IDC_MYHELP                      1037
#define IDC_RICHEDITHELP                1041
#define IDC_STATIC_MAIL                 1042
#define IDC_BUTTONSWITCH                1043
#define IDC_DYCREDITS                   1044

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

⌨️ 快捷键说明

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