resource.h

来自「The line echo canceller (LEC) is designe」· C头文件 代码 · 共 36 行

H
36
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by sim.rc
//
#define IDC_MYICON                      2
#define IDD_SIM_DIALOG                  102
#define IDD_ABOUTBOX                    103
#define IDS_APP_TITLE                   103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDS_HELLO                       106
#define IDI_SIM                         107
#define IDI_SMALL                       108
#define IDC_SIM                         109
#define IDR_MAINFRAME                   128
#define IDC_CURSOR1                     129
#define IDC_CURSOR2                     130
#define IDC_CURSOR3                     131
#define ID_STOP                         32772
#define ID_RUN                          32774
#define ID_EXIT                         32775
#define ID_STEP                         32776
#define ID_HELP_DEMOCFGCONTENTS         32777
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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