emu48-mirror/sources/Emu48/RESOURCE.H

208 lines
8.9 KiB
C
Raw Normal View History

2024-03-19 22:24:30 +01:00
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Emu48.rc
//
#define IDI_EMU48 100
#define IDR_MENU 101
2024-03-19 22:25:45 +01:00
#define IDR_DEBUG 102
2024-03-19 22:37:03 +01:00
#define IDR_DEBUG_TOOLBAR 103
#define IDR_DEBUG_CODE 104
#define IDR_DEBUG_MEM 105
2024-03-19 22:37:54 +01:00
#define IDR_DEBUG_STACK 106
#define IDB_CHECKBOX 107
#define IDD_ABOUT 108
#define IDD_SETTINGS 109
#define IDD_CHOOSEKML 110
#define IDD_KMLLOG 111
#define IDD_DISASM 112
#define IDD_DEBUG 113
#define IDD_NEWVALUE 114
#define IDD_ENTERADR 115
#define IDD_BREAKEDIT 116
#define IDD_ENTERBREAK 117
#define IDD_INSTRUCTIONS 118
#define IDD_WRITEONLYREG 119
#define IDD_FIND 120
2024-03-19 22:24:30 +01:00
#define IDC_PORT1WR 1000
#define IDC_AUTOSAVE 1001
#define IDC_AUTOSAVEONEXIT 1002
#define IDC_EMU48DIR 1003
#define IDC_KMLSCRIPT 1004
#define IDC_AUTHOR 1005
#define IDC_TITLE 1006
#define IDC_KMLLOG 1007
#define IDC_VERSION 1008
#define IDC_PORT2ISSHARED 1009
#define IDC_PORT2 1010
#define IDC_ALWAYSDISPLOG 1011
2024-03-19 22:36:03 +01:00
#define IDC_UPDATE 1012
#define IDC_LICENSE 1013
#define IDC_REALSPEED 1014
#define IDC_PORT1EN 1015
#define IDC_WIRE 1016
#define IDC_IR 1017
#define IDC_DISASM_WIN 1018
#define IDC_DISASM_MAP 1019
#define IDC_DISASM_ROM 1020
#define IDC_DISASM_RAM 1021
#define IDC_DISASM_PORT1 1022
#define IDC_DISASM_PORT2 1023
#define IDC_DISASM_MODULE 1024
#define IDC_DISASM_HP 1025
#define IDC_DISASM_CLASS 1026
2024-03-19 22:37:03 +01:00
#define IDC_ADDRESS 1027
#define IDC_DISASM_ADR 1028
#define IDC_DISASM_NEXT 1029
#define IDC_DISASM_COPY 1030
#define IDC_DEBUG_CODE 1031
#define IDC_STATIC_CODE 1032
#define IDC_STATIC_REGISTERS 1033
#define IDC_STATIC_MEMORY 1034
#define IDC_STATIC_STACK 1035
#define IDC_REG_A 1036
#define IDC_REG_B 1037
#define IDC_REG_C 1038
#define IDC_REG_D 1039
#define IDC_REG_R0 1040
#define IDC_REG_R1 1041
#define IDC_REG_R2 1042
#define IDC_REG_R3 1043
#define IDC_REG_R4 1044
#define IDC_REG_D0 1045
#define IDC_REG_D1 1046
#define IDC_REG_P 1047
#define IDC_REG_PC 1048
#define IDC_REG_OUT 1049
#define IDC_REG_IN 1050
#define IDC_REG_ST 1051
#define IDC_REG_CY 1052
#define IDC_REG_MODE 1053
#define IDC_REG_MP 1054
#define IDC_REG_SR 1055
#define IDC_REG_SB 1056
#define IDC_REG_XM 1057
#define IDC_MISC_INT 1058
#define IDC_MISC_KEY 1059
#define IDC_MISC_BS 1060
#define IDC_NEWVALUE 1061
#define IDC_ENTERADR 1062
#define IDC_DEBUG_MEM 1063
#define IDC_DEBUG_MEM_ADDR 1064
#define IDC_DEBUG_MEM_COL0 1065
#define IDC_DEBUG_MEM_COL1 1066
#define IDC_DEBUG_MEM_COL2 1067
#define IDC_DEBUG_MEM_COL3 1068
#define IDC_DEBUG_MEM_COL4 1069
#define IDC_DEBUG_MEM_COL5 1070
#define IDC_DEBUG_MEM_COL6 1071
#define IDC_DEBUG_MEM_COL7 1072
#define IDC_DEBUG_MEM_TEXT 1073
#define IDC_DEBUG_STACK 1074
#define IDC_STATIC_BREAKPOINT 1075
#define IDC_BREAKEDIT_ADD 1076
#define IDC_BREAKEDIT_DELETE 1077
#define IDC_BREAKEDIT_WND 1078
#define IDC_STATIC_MMU 1079
#define IDC_MMU_IO_A 1080
#define IDC_MMU_NCE2_A 1081
#define IDC_MMU_CE1_A 1082
#define IDC_MMU_CE2_A 1083
#define IDC_MMU_NCE3_A 1084
#define IDC_MMU_IO_S 1085
#define IDC_MMU_CE1_S 1086
#define IDC_MMU_CE2_S 1087
#define IDC_MMU_NCE2_S 1088
#define IDC_MMU_NCE3_S 1089
#define IDC_STATIC_MISC 1090
#define IDC_MISC_BS_TXT 1091
#define IDC_INSTR_TEXT 1092
#define IDC_INSTR_CODE 1093
#define IDC_INSTR_COPY 1094
#define IDC_INSTR_CLEAR 1095
#define IDC_BPCODE 1096
#define IDC_BPRPL 1097
2024-03-19 22:36:03 +01:00
#define IDC_BPACCESS 1098
#define IDC_BPREAD 1099
#define IDC_BPWRITE 1100
2024-03-19 22:37:03 +01:00
#define IDC_FIND_DATA 1101
#define IDC_FIND_ASCII 1102
#define IDC_FIND_CASE 1103
2024-03-19 22:37:54 +01:00
#define IDC_ADDR20_24 1104
#define IDC_ADDR25_27 1105
#define IDC_ADDR28_29 1106
#define IDC_ADDR30_34 1107
2024-03-19 22:24:30 +01:00
#define ID_FILE_NEW 40001
#define ID_FILE_OPEN 40002
#define ID_FILE_SAVE 40003
#define ID_FILE_SAVEAS 40004
#define ID_FILE_EXIT 40005
#define ID_VIEW_COPY 40006
#define ID_VIEW_SETTINGS 40007
#define ID_VIEW_RESET 40008
#define ID_OBJECT_LOAD 40009
#define ID_OBJECT_SAVE 40010
#define ID_ABOUT 40011
#define ID_FILE_CLOSE 40013
#define ID_BACKUP_SAVE 40014
#define ID_BACKUP_RESTORE 40015
#define ID_BACKUP_DELETE 40016
#define ID_VIEW_SCRIPT 40017
#define ID_STACK_COPY 40019
#define ID_STACK_PASTE 40020
#define ID_TOOL_DISASM 40021
2024-03-19 22:25:45 +01:00
#define ID_TOOL_DEBUG 40022
2024-03-19 22:36:03 +01:00
#define ID_DEBUG_RUN 40023
2024-03-19 22:37:03 +01:00
#define ID_DEBUG_RUNCURSOR 40024
#define ID_DEBUG_STEP 40025
#define ID_DEBUG_STEPOVER 40026
#define ID_DEBUG_BREAK 40027
#define ID_DEBUG_STEPOUT 40028
#define ID_DEBUG_CANCEL 40029
#define ID_BREAKPOINTS_SETBREAK 40030
#define ID_BREAKPOINTS_CODEEDIT 40031
#define ID_BREAKPOINTS_CLEARALL 40032
#define ID_BREAKPOINTS_NOP3 40033
#define ID_BREAKPOINTS_DOCODE 40034
#define ID_BREAKPOINTS_RPL 40035
#define ID_DEBUG_CODE_GOADR 40036
#define ID_DEBUG_CODE_GOPC 40037
#define ID_DEBUG_CODE_SETPCTOSELECT 40038
#define ID_DEBUG_MEM_GOADR 40039
#define ID_DEBUG_MEM_GOPC 40040
#define ID_DEBUG_MEM_GOD0 40041
#define ID_DEBUG_MEM_GOD1 40042
#define ID_DEBUG_MEM_GOSTACK 40043
#define ID_DEBUG_MEM_FIND 40044
2024-03-19 22:37:54 +01:00
#define ID_DEBUG_MEM_MAP 40045
#define ID_DEBUG_MEM_NCE1 40046
#define ID_DEBUG_MEM_NCE2 40047
#define ID_DEBUG_MEM_CE1 40048
#define ID_DEBUG_MEM_CE2 40049
#define ID_DEBUG_MEM_NCE3 40050
#define ID_DEBUG_STACK_PUSH 40051
#define ID_DEBUG_STACK_POP 40052
#define ID_DEBUG_STACK_MODIFY 40053
#define ID_INTR_STEPOVERINT 40054
#define ID_INFO_LASTINSTRUCTIONS 40055
#define ID_INFO_WRITEONLYREG 40056
// Resource definitions for Windows XP
//
#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
#endif
#ifndef RT_MANIFEST
#define RT_MANIFEST 24
#endif
2024-03-19 22:24:30 +01:00
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
2024-03-19 22:37:03 +01:00
#define _APS_NEXT_RESOURCE_VALUE 121
2024-03-19 22:37:54 +01:00
#define _APS_NEXT_COMMAND_VALUE 40057
#define _APS_NEXT_CONTROL_VALUE 1108
2024-03-19 22:24:30 +01:00
#define _APS_NEXT_SYMED_VALUE 108
#endif
#endif