- compilation fixes for MSVC toolkit 2003
[bochs-mirror.git] / gui / wenhdbg_res.h
blob57d1342dc66f7bb3107d70dbfce3f45dafaea3d5
1 // The menuIDs should not have big "gaps" -- so the switch works well.
2 // A few small gaps is OK.
3 #define CMD_CONT 101
4 #define CMD_STEP1 102
5 #define CMD_STEPN 103
7 #define CMD_BREAK 105
8 #define CMD_BRKALL 106
9 #define CMD_BRKPT 107
10 #define CMD_WPTWR 108
11 #define CMD_WPTRD 109
12 #define CMD_FIND 110
13 #define CMD_RFRSH 111
14 #define CMD_PHYDMP 113
15 #define CMD_LINDMP 114
16 #define CMD_STACK 115
17 #define CMD_GDTV 116
18 #define CMD_IDTV 117
19 #define CMD_PAGEV 118
20 #define CMD_CMEM 119
21 #define CMD_PTREE 120
22 #define CMD_DISASM 121
23 // It is important that all the menuIDs on the "Options" menu be higher than on any other menu
24 // It is important that CMD_MODEB be the lowest menuID on the option window
25 #define CMD_MODEB 123
26 #define CMD_DADEF 124
27 #define CMD_ATTI 125
28 #define CMD_FONT 126
29 #define CMD_IOWIN 127
30 #define CMD_SBTN 128
31 #define CMD_UCASE 129
32 #define CMD_MHEX 130
33 #define CMD_MASCII 131
34 #define CMD_LEND 132
35 // The CMD_WS menuID's must be strictly "contiguous" and in-order
36 #define CMD_WS_1 133
37 #define CMD_WS_2 134
38 #define CMD_WS_4 135
39 #define CMD_WS_8 136
40 #define CMD_WS16 137
41 #define CMD_IGNSA 138
42 #define CMD_IGNNT 139
43 #define CMD_RCLR 140
44 // The next 8 menuID's must be strictly "contiguous" and in-order
45 #define CMD_EREG 141
46 #define CMD_SREG 142
47 #define CMD_SYSR 143
48 #define CMD_CREG 144
49 #define CMD_FPUR 145
50 #define CMD_XMMR 146
51 #define CMD_DREG 147
52 #define CMD_TREG 148
54 #define CMD_ABOUT 149