resource.h

来自「RS232」· C头文件 代码 · 共 54 行

H
54
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by sdsd.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SDSD_DIALOG                 102
#define IDD_MY_DIALOG                   102
#define IDP_SOCKETS_INIT_FAILED         102
#define IDR_MAINFRAME                   128
#define IDC_EDIT_RECEIVEDATA            1003
#define IDC_COMBO_PORT                  1004
#define IDC_COMBO_BaudRate              1005
#define IDC_COMBO_Parity                1006
#define IDC_COMBO_ByteSize              1008
#define IDC_COMBO_StopBits              1009
#define IDC_STATIC_PORT                 1010
#define IDC_STATIC_BaudRate             1011
#define IDC_STATIC_Parity               1012
#define IDC_STATIC_ByteSize             1013
#define IDC_STATIC_StopBits             1014
#define IDC_EDIT_SENDDATA               1015
#define IDC_SEND_DATA                   1016
#define IDC_RADIO_HEXSEND               1017
#define IDC_RADIO_STRSEND               1018
#define IDC_OPEN_COM                    1019
#define IDC_CLEAR_RXWND                 1020
#define IDC_RADIO_HEXSHOW               1021
#define IDC_RADIO_STRSHOW               1022
#define IDC_BUTTON_PLAY                 1023
#define IDC_BUTTON_REC                  1024
#define IDC_BUTTON_STOP                 1025
#define IDC_BUTTON_SAVE                 1026
#define IDC_BUTTON_SEND                 1026
#define IDC_COMBO_SamplesPerSec         1028
#define IDC_COMBO_BitsPerSample         1029
#define IDC_COMBO_Channels              1030
#define IDC_MSCOMM                      1032
#define IDC_OPEN_WAVEWINDOW             1035
#define IDC_COMBO1                      1037
#define IDC_BUTTON_TEST                 1041

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

⌨️ 快捷键说明

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