resource.h

来自「EVC做的例程」· C头文件 代码 · 共 47 行

H
47
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by TaskSwitcher.rc
//
#define IDD_TASKSWITCHER_DIALOG         102
#define IDR_MAINFRAME                   128
#define IDR_MENU_TASK_LIST              131
#define IDC_BTN_MENU                    1000

//Task list menu
#define IDM_TASK0						32771
#define IDM_TASK1						32772
#define IDM_TASK2						32773
#define IDM_TASK3						32774
#define IDM_TASK4						32775
#define IDM_TASK5						32776
#define IDM_TASK6						32777
#define IDM_TASK7						32778
#define IDM_TASK8						32779
#define IDM_TASK9						32780
#define IDM_TASK10						32781
#define IDM_TASK11						32782
#define IDM_TASK12						32783
#define IDM_TASK13						32784
#define IDM_TASK14						32785
#define IDM_TASK15						32786
#define IDM_TASK16						32787
#define IDM_TASK17						32788
#define IDM_TASK18						32789
#define IDM_TASK19						32790
#define IDM_TASK20						32791
#define IDM_TASK21						32792
#define IDM_TASK22						32793
#define IDM_SHOWDESKTOP						32794


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

⌨️ 快捷键说明

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