resource.h

来自「CEComm: Windows CE 4.0下的串口调试程序 串口精灵源代码 T」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by Test.rc
//
#define IDD_TEST_DIALOG                 102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDC_EDTRCV                      1001
#define IDC_PORT                        1002
#define IDC_BAUD                        1003
#define IDC_DATABITS                    1004
#define IDC_STOPBITS                    1005
#define IDC_PARITY                      1006
#define IDC_BTNOPEN                     1007
#define IDC_EDTSEND                     1008
#define IDC_CLSRCV                      1009
#define IDC_SAVE                        1010
#define IDC_CLSSEND                     1011
#define IDC_MANSEND                     1012
#define IDC_CHKRCVHEX                   1013
#define IDC_CHKSNDHEX                   1014
#define IDC_STATUSBAR                   1015
#define IDC_AUTOSEND                    1016
#define IDC_EDTFREQENCY                 1017
#define IDC_EDTFREQUENCY                1017
#define IDC_RESET                       1018
#define IDC_SNDBYTES                    1019
#define IDC_RCVBYTES                    1021

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

⌨️ 快捷键说明

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