⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 自己写的操作系统的实验:处理机调度模拟及内存分配模拟二合一小程序。
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by schedul_mfc.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SCHEDUL_MFC_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDD_DIALOG_MM                   129
#define IDC_LIST_RESERVE                1003
#define IDC_LIST_READY                  1004
#define IDC_LIST_HANG                   1005
#define IDC_LIST_OVER                   1006
#define IDC_BT_ACTIVE_HANG              1007
#define IDC_BT_HANG                     1008
#define IDC_EDIT_PID                    1009
#define IDC_EDIT_PRIO                   1010
#define IDC_EDIT_NTIME                  1011
#define IDC_BT_ADDPROC                  1012
#define IDC_PROGRESS1                   1013
#define IDC_BT_SET                      1014
#define IDC_EDIT_COUNT                  1015
#define IDC_RADIO1                      1016
#define IDC_RADIO2                      1017
#define IDC_BT_SHED                     1018
#define IDC_BT_SET3                     1019
#define IDC_BT_SET4                     1020
#define IDC_BT_QUIT                     1021
#define IDC_EDIT_MEMORY                 1022
#define IDC_BT_WATCHMM                  1023
#define IDC_NPINFO                      1026
#define IDC_PRECENT                     1027
#define IDC_MMINFO                      1028
#define IDC_CHECK1                      1029
#define IDC_STATIC_ALLMEMORY            1030
#define IDC_STATIC_USEDMEMORY2          1031
#define IDC_STATIC_REMAINMEMORY         1032
#define IDC_STATIC_NEXTP                1033
#define IDC_STATIC_NNEEDM               1034
#define IDC_STATIC_NNEEDM2              1035
#define IDC_STATIC_NEXTSATAS            1035

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

⌨️ 快捷键说明

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