resource.h

来自「一个简易的CPU模拟程序」· C头文件 代码 · 共 62 行

H
62
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SimpleCPU.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SimpleCPU_DIALOG            102
#define IDR_MAINFRAME                   128
#define IDD_EDIT                        130
#define IDR_ACCELERATOR1                131
#define IDB_BITMAP1                     135
#define IDB_BITMAP2                     136
#define IDB_BITMAP3                     137
#define IDB_BITMAP4                     138
#define IDB_BITMAP5                     139
#define IDD_SETDLG                      140
#define IDB_BITMAP6                     140
#define IDB_BITMAP7                     141
#define IDC_MEMORY                      1000
#define IDE_ALU                         1003
#define IDE_CONTROL                     1004
#define IDE_TRANSLATE                   1005
#define IDE_IR                          1006
#define IDE_DR                          1007
#define IDE_ACC                         1008
#define IDE_PC                          1009
#define IDE_AR                          1010
#define IDC_BUTTON1                     1011
#define IDC_CHECK                       1011
#define IDC_CPUBIT                      1011
#define IDE_DBUS                        1013
#define IDC_RICHEDIT21                  1015
#define IDE_ABUS                        1015
#define IDC_LIST1                       1016
#define IDC_LOADSAM                     1018
#define IDC_BUTTON2                     1019
#define IDE_DESCRIB                     1022
#define IDC_SUBSTEP                     1023
#define IDC_INS                         1024
#define IDC_PROGRAM                     1025
#define IDC_TIMEDIS                     1026
#define IDC_BUTTON3                     1027
#define IDC_NEXTSTEP                    1301
#define IDC_EDITCODE                    1302
#define IDC_START                       1303
#define IDC_SET                         1304
#define IDC_IMFOR                       1305
#define IDC_PAUSE                       1306
#define ID_ACCELERATOR32771             32771

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        143
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1028
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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