resource.h

来自「一个比较详细的操作系统进程同步模拟的例子」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by PROCESS.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_PROCESS_DIALOG              102
#define CG_IDD_PROGRESS                 103
#define CG_IDS_PROGRESS_CAPTION         104
#define IDR_MAINFRAME                   128
#define IDD_DIALOG1                     129
#define IDD_DIALOG2                     130
#define IDD_DIALOG3                     131
#define IDD_DIALOG4                     132
#define IDD_DIALOG5                     135
#define IDC_LIST1                       1000
#define IDC_BUTTON_CREATE               1001
#define IDC_BUTTON_CANCELL              1002
#define IDC_BUTTON_BLOCK                1003
#define CG_IDC_PROGDLG_PROGRESS         1003
#define IDC_BUTTON_WAKEUP               1004
#define CG_IDC_PROGDLG_PERCENT          1004
#define IDC_LIST2                       1005
#define IDC_LIST3                       1007
#define IDC_PROGRESS_RUNNING            1009
#define IDC_PROGRESS_TIMEPIECE          1009
#define IDC_LIST4                       1010
#define IDC_LIST5                       1011
#define IDC_RADIO1                      1012
#define IDC_RADIO2                      1013
#define IDC_RADIO3                      1014
#define IDC_EDIT_PROCESSNAME            1015
#define IDC_EDIT_PROCESSID              1016
#define IDC_EDIT_KIND                   1017
#define IDC_EDIT_NEEDTIME               1018
#define IDC_EDIT_PRIORITY               1019
#define IDC_COMBO_STATE                 1020
#define IDC_BUTTON_MEMORY               1023
#define IDC_SHOW                        1027
#define IDC_PROGRESS_PROCESS            1028

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           105
#endif
#endif

⌨️ 快捷键说明

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