📄 resource.h
字号:
/************************************************************************
* 文件名称:resource.h
* 作 者:李骥
*************************************************************************/
//
#define IDC_MYICON 2
#define ID_APPLY 3
#define IDD_LEE_PROCESS_MANAGER_DIALOG 102
#define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_LEE_PROCESS_MANAGER 107
#define IDI_SMALL 108
#define IDC_LEE_PROCESS_MANAGER 109
#define IDR_MAINFRAME 128
#define IDD_DIALOG1 129
#define IDD_THREAD_DIALOG 129
#define IDC_THREAD_LIST 1000
#define IDC_CPU_RATE_SLIDER 1002
#define IDC_CPU_RATE 1003
#define IDC_COMBO1 1004
#define IDC_AFFINITY_COMBO 1004
#define IDC_CPU1_CHECK 1005
#define IDC_CPU2_CHECK 1006
#define IDC_CPU3_CHECK 1007
#define IDC_CPU4_CHECK 1008
#define ID_RENEW_PROCESS 1009
#define ID_SET_AFFINITY 1010
#define ID_SET_AFFINITY_ALL 1011
#define ID_RAISE_FUNC 1012
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32776
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -