resource.h

来自「本程序使用VC++6.0主要完成操作系统的作业调度包括时间片轮转法,先进现出算法」· C头文件 代码 · 共 45 行

H
45
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by JCB.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_JCBTYPE                     129
#define IDD_JCB                         130
#define IDB_BITMAP1                     131
#define IDC_EDIT_IH                     1000
#define IDC_EDIT_REQTime                1002
#define IDC_ADD                         1007
#define IDC_DEL                         1008
#define IDC_LIST1                       1009
#define IDC_EDIT_IM                     1010
#define IDC_SLIDER_MEM                  1011
#define IDC_SLIDER_PRT                  1012
#define IDC_SLIDER_R                    1013
#define IDC_SLIDER_G                    1014
#define IDC_SLIDER_B                    1015
#define IDC_STATIC_R                    1016
#define IDC_STATIC_G                    1017
#define IDC_STATIC_B                    1018
#define IDC_STATIC_C                    1019
#define IDC_STATIC_MEM                  1020
#define IDC_STATIC_PRT                  1021
#define IDC_STATIC_ITIME                1022
#define IDC_STATIC_RTIME                1023
#define ID_FCFS                         32771
#define ID_MENUEDIT                     32772
#define ID_SJF                          32774
#define ID_PRI                          32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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