home *** CD-ROM | disk | FTP | other *** search
- #ifdef FIXBUGS
- #define IDM_START 200
- #define IDM_FILE 200
- #define IDM_CD 201
- #define IDM_STOP 202
- #define IDM_PLAY 203
- #define IDM_FASTPLAY 204
- #define IDM_SLOWPLAY 205
- #define IDM_NEXT_FRAME 206
- #define IDM_PAUSE 207
- #define IDM_AUTO_REWIND 208
- #define IDM_MUTE 209
- #define IDM_PUSH 210
- #define IDM_TOP 211
- #else
- #define IDM_START 200
- #define IDM_FILE 200
- #define IDM_CD 201
- #define IDM_STOP 202
- #define IDM_PLAY 203
- #define IDM_PAUSE 204
- #define IDM_AUTO_REWIND 205
- #define IDM_MUTE 206
- #define IDM_PUSH 207
- #define IDM_TOP 208
- #endif
-
- #define IDM_LEFTCHANNEL 221
- #define IDM_RIGHTCHANNEL 222
- #define IDM_DISPLAY_X 223
- #define IDM_DISPLAY_Y 224
- #define IDM_50HZ 225
- #define IDM_60HZ 226
-
- #define IDM_RESET 230
- #define IDM_OK 231
-
- #define IDM_NOTIFY 240
- #define IDM_PTSNOTIFY 241
-
- #define TXT_LEFTCHANNEL 250
- #define TXT_RIGHTCHANNEL 251
- #define TXT_DISPLAY_X 252
- #define TXT_DISPLAY_Y 253
-
- #define IDM_VOL 300
- #define IDM_SONG 301
- #define IDM_PRESONG 302
- #define IDM_NEXTSONG 303
- #define IDM_HELP 304
- #define IDM_RESETVIDEO 305
- #define IDM_BORDER 306
- #define IDM_VGA 307
- #define IDM_TOGGLEVIDEO 308
- #define IDM_DEBUG 309
-
- #define IDM_UP 320
- #define IDM_DOWN 321
- #define IDM_LEFT 322
- #define IDM_RIGHT 323
- #define IDM_VOLUP 324
- #define IDM_VOLDOWN 325
-