resource.h

来自「用VC++实现串口通信」· C头文件 代码 · 共 67 行

H
67
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FFT_PROJECT.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_FFT_PRTYPE                  129
#define IDD_DIALOG1                     130
#define IDD_DIALOG2                     132
#define IDD_DIALOG3                     134
#define IDD_DIALOG4                     136
#define IDD_DIALOG5                     137
#define IDD_DIALOG6                     138
#define IDI_ICON1                       139
#define IDI_ICON2                       140
#define IDD_DIALOG7                     141
#define IDB_BITMAP1                     142
#define IDC_COM1BAUD                    1000
#define IDC_COM1DATABIT                 1001
#define IDC_MSCOMM1                     1001
#define IDC_COM1PARITY                  1002
#define IDC_COM1STOPBITS                1003
#define IDC_MSCOMM2                     1003
#define IDC_ANIMATE1                    1004
#define IDC_COM2BAUD                    1005
#define IDC_COM2DATABITS                1006
#define IDC_TFFSETTING                  1006
#define IDC_COM2PARITY                  1007
#define IDC_COLOR                       1007
#define IDC_COM2STOPBITS                1008
#define IDC_RADIO2                      1008
#define IDC_SHOW                        1008
#define IDC_RADIO3                      1009
#define IDC_RADIO4                      1010
#define IDC_SHOWRATE                    1011
#define IDC_RADIO6                      1012
#define IDC_RADIO7                      1013
#define IDC_RADIO8                      1014
#define IDC_COM1STATUS                  1014
#define IDC_COM2STATUS                  1015
#define ID_COM1                         32771
#define ID_COM2                         32772
#define ID_ASII                         32773
#define ID_BIT                          32774
#define ID_FFT                          32775
#define ID_FFTSETTING                   32775
#define ID_FFTSTART                     32776
#define ID_TRANSLATE                    32777
#define ID_COM_SETTING                  32778
#define ID_SHOWSETTINGS                 32779
#define ID_SHEEPBLUE                    32780
#define ID_BLUE                         32781
#define ID_INDICATOR_COM                61446
#define ID_INDICATOR_DATAIN             61447

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        143
#define _APS_NEXT_COMMAND_VALUE         32782
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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