resource.h

来自「这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理」· C头文件 代码 · 共 68 行

H
68
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OS.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_OS_DIALOG                   102
#define IDR_MAINFRAME                   128
#define IDI_BOAR2                       129
#define IDI_BOAR1                       130
#define IDI_SCRE2                       131
#define IDI_SCRE1                       132
#define IDI_CD1                         133
#define IDI_CD2                         134
#define IDI_DISK                        141
#define IDI_FILE                        142
#define IDI_FLODER                      143
#define IDR_MENU1                       144
#define IDD_DIRCREAT                    145
#define IDD_FILECREAT                   146
#define IDD_FILETYPE                    147
#define IDI_TREE                        149
#define IDC_LIST1                       1000
#define IDC_LIST2                       1001
#define IDC_EDIT1                       1002
#define IDC_EDIT2                       1003
#define IDC_EDIT3                       1004
#define IDC_ADDTHREAD                   1006
#define IDC_MYHELP                      1006
#define IDC_RUNTHREAD                   1007
#define IDC_ENDTHREAD                   1008
#define IDC_SLIDER1                     1009
#define IDC_STATIC1                     1010
#define IDC_STATIC3                     1011
#define IDC_STATIC5                     1012
#define IDC_STATIC2                     1014
#define IDC_STATIC4                     1015
#define IDC_STATIC6                     1016
#define IDC_STATIC7                     1017
#define IDC_PROGRESS1                   1019
#define IDC_LIST3                       1020
#define IDC_STATIC8                     1022
#define IDC_RESTART                     1024
#define IDC_TREE1                       1025
#define IDC_DISK                        1026
#define IDC_FORMAT                      1027
#define IDC_STATIC9                     1028
#define IDC_STATIC10                    1029
#define IDC_STATIC11                    1030
#define ID_MENU_MAKEDIR                 32771
#define ID_MENU_DELDIR                  32772
#define ID_MENU_CREAT                   32773
#define ID_MENU_DELETE                  32774
#define ID_MENU_TYPE                    32775
#define ID_MENU_ADDTHR                  32776

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

⌨️ 快捷键说明

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