resource.h

来自「一个非常好的串口程序」· C头文件 代码 · 共 51 行

H
51
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TxRx.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TXRX_DIALOG                 102
#define IDR_MAINFRAME                   128
#define IDI_IconSaveLoad                131
#define IDI_IconReceive                 135
#define IDI_IconSend                    136
#define IDI_IconOff                     137
#define IDB_BitmapSaveLoad              138
#define IDC_StaticBaud                  1006
#define IDC_SliderBaud                  1007
#define IDC_RadioParityN                1009
#define IDC_RadioParityE                1011
#define IDC_RadioParityO                1012
#define IDC_ComboCom                    1017
#define IDC_RadioData81                 1018
#define IDC_RadioData82                 1019
#define IDC_StaticNumber                1020
#define IDC_SliderMemory                1021
#define IDC_StaticMemory                1022
#define IDC_EditTimeout                 1028
#define IDC_StaticTimeout               1030
#define IDC_StaticComport               1031
#define IDC_StaticFile                  1033
#define IDC_EditFile                    1034
#define IDC_ButtonFile                  1035
#define IDC_ButtonExit                  1036
#define IDC_ButtonSend                  1037
#define IDC_ButtonReceive               1038
#define IDC_ProgressTx                  1039
#define IDC_StaticSendLED               1040
#define IDC_StaticLEDReceive            1041
#define IDC_ProgressRx                  1042
#define IDC_LabelComport                1043

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

⌨️ 快捷键说明

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