30 lines
593 B
C
30 lines
593 B
C
|
#define HELPCURSOR 3001
|
||
|
|
||
|
|
||
|
// These icons must have the same enumeration order
|
||
|
// as WIN_TYPES.
|
||
|
#define WINDBGICON 3002
|
||
|
#define DOCICON 3003
|
||
|
#define WATCHICON 3004
|
||
|
#define LOCALSICON 3005
|
||
|
#define CPUICON 3006
|
||
|
#define DISASMICON 3007
|
||
|
#define CMDICON 3008
|
||
|
#define SPADICON 3009
|
||
|
#define MEMORYICON 3010
|
||
|
#define QUICKWICON 3011
|
||
|
#define CALLSTACKICON 3012
|
||
|
#define PROCTHREADICON 3013
|
||
|
|
||
|
#define MINVAL_WINDOW_ICON WINDBGICON
|
||
|
|
||
|
|
||
|
#define IDB_BMP_TOOLBAR 3040
|
||
|
|
||
|
|
||
|
|
||
|
#define MAIN_MENU 3050
|
||
|
#define MAIN_ACC 3051
|
||
|
|
||
|
|