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

📄 resource.h

📁 本软件实现了模拟cpu的基本工作原理和工作过程
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AM.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_AM_FORM                     101
#define IDR_MAINFRAME                   128
#define IDR_AMTYPE                      129
#define IDD_CMPL                        130
#define IDD_START_DIALOG                131
#define IDR_CMPL_MENU                   133
#define IDC_BUTTON_Y                    1005
#define IDC_EDIT_A_PORT                 1006
#define IDC_A_PORT_EDIT                 1006
#define IDC_EDIT_B_PORT                 1007
#define IDC_B_PORT_EDIT                 1007
#define IDC_EDIT_ALU                    1008
#define IDC_ALU_EDIT                    1008
#define IDC_BUTTON_R                    1009
#define IDC_BUTTON_S                    1010
#define IDC_LIST1                       1011
#define IDC_ALU_OPERATOR_EDIT           1011
#define IDC_BUTTON_MOVE1                1012
#define IDC_EDIT_Q                      1013
#define IDC_Q_EDIT                      1013
#define IDC_BUTTON_MOVE2                1014
#define IDC_IR_EDIT                     1015
#define IDC_EDIT2                       1016
#define IDC_MAPROM_EDIT                 1016
#define IDC_EDIT4                       1017
#define IDC_CMDR_EDIT                   1017
#define IDC_LIST2                       1018
#define IDC_MPC_EDIT                    1018
#define IDC_EDIT5                       1019
#define IDC_AR_EDIT                     1019
#define IDC_EDIT6                       1020
#define IDC_MEM_ADDR_EDIT               1020
#define IDC_BUTTON_SUB                  1021
#define IDC_IN_EDIT                     1021
#define IDC_EDIT7                       1022
#define IDC_OUT_EDIT                    1022
#define IDC_BUTTON_Y2                   1023
#define IDC_BUTTON_SUB2                 1024
#define IDC_BUTTON_SUB3                 1025
#define IDC_EDIT8                       1026
#define IDC_MUX_EDIT                    1026
#define IDC_LIST4                       1027
#define IDC_BUTTON_SUB4                 1027
#define IDC_CODE_EDIT                   1028
#define IDC_BUTTON_SUB5                 1028
#define IDC_BUTTON_SUB7                 1030
#define IDC_BUTTON_SUB6                 1031
#define IDC_BUTTON_SUB8                 1032
#define IDC_MEM_DATA_EDIT               1033
#define IDC_MEM_SCROLLBAR               1040
#define IDC_R0_EDIT                     1046
#define IDC_R1_EDIT                     1047
#define IDC_R2_EDIT                     1048
#define IDC_R3_EDIT                     1049
#define IDC_R4_EDIT                     1050
#define IDC_R5_EDIT                     1051
#define IDC_R6_EDIT                     1052
#define IDC_R7_EDIT                     1053
#define IDC_R8_EDIT                     1054
#define IDC_R9_EDIT                     1055
#define IDC_R10_EDIT                    1056
#define IDC_R11_EDIT                    1057
#define IDC_R12_EDIT                    1058
#define IDC_R13_EDIT                    1059
#define IDC_R14_EDIT                    1060
#define IDC_R15_EDIT                    1061
#define IDC_ENTER_BUTTON                1064
#define IDC_RUN_BUTTON                  1065
#define IDC_SP_EDIT                     1066
#define IDC_STARTPOINT_EDIT             1067
#define IDC_BUTTON1                     1068
#define IDC_START_BUTTON                1068
#define IDC_EXPLAIN_EDIT                1069
#define IDC_DEBUG_EDIT                  1070
#define IDC_BUS_EDIT                    1071
#define IDC_PC_EDIT                     1072
#define IDC_IP_EDIT                     1073
#define IDC_C_EDIT                      1074
#define IDC_CY_EDIT                     1075
#define IDC_TITTLE_EDIT                 1077
#define IDC_Z_EDIT                      1078
#define IDC_ZR_EDIT                     1079
#define IDC_V_EDIT                      1081
#define IDC_S_EDIT                      1082
#define IDC_OV_EDIT                     1083
#define IDC_F3_EDIT                     1084
#define IDC_MICROSTEP_RADIO             1085
#define IDC_MACHINESTEP_RADIO           1086
#define IDC_CONTINUE_RADIO              1087
#define IDC_STOP_BUTTON                 1088
#define ID_BUTTON_TIME                  32774
#define ID_BUTTON_WRITE                 32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1089
#define _APS_NEXT_SYMED_VALUE           103
#endif
#endif

⌨️ 快捷键说明

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