mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
295 B
16 lines
295 B
#define IDM_MFAST 201
|
|
#define IDM_MNEXT 202
|
|
#define IDM_MPREV 203
|
|
#define IDM_MSHOW 204
|
|
#define IDM_MCONT 205
|
|
#define IDM_MABOR 206
|
|
|
|
#define IDM_EFLIP 211
|
|
#define IDM_ENEXT 212
|
|
#define IDM_EPREV 213
|
|
#define IDM_EALL 214
|
|
#define IDM_ECLEA 215
|
|
|
|
#define IDM_TRAPPER 200
|
|
|
|
IMPORT HANDLE TrapperDump;
|