#define IDR_ICON 101 #define IDR_MAINMENU 105 /* File menu options */ #define IDI_FILE_OPEN 110 #define IDI_FILE_PLAYLIST_OPEN 111 #define IDI_FILE_PLAY_FOLDER 112 #define IDI_FILE_CLOSE 113 #define IDI_FILE_EXIT 114 #define IDI_FILE_MINTOTRAY 115 #define IDI_FILE_SAVESTREAM 116 #define IDI_FILE_TOGGLESHORTCUT 117 #define IDI_FILE_MUTEX 118 /* Playlist menu options */ #define IDI_PLAYLIST_SHUFFLE 130 #define IDI_PLAYLIST_NEXT 131 #define IDI_PLAYLIST_COMMANDLINE 132 #define IDI_PLAYLIST_SAVEM3U 133 #define IDI_PLAYLIST_SHOW 134 /* Control menu options */ #define IDI_CONT_PLAY 150 #define IDI_CONT_PAUSE 151 #define IDI_CONT_STOP 152 #define IDI_CONT_LOOP 153 #define IDI_CONT_CHANGEBACKCOLOR 154 #define IDI_DISPLAY_LYRICS 155 /* Volume menu options */ #define IDI_VOL_MUTE 175 #define IDI_VOL_FULL 176 #define IDI_VOL_HALF 177 /* Tools menu options */ #define IDI_TOOLS_REGISTER 180 #define IDI_TOOLS_UNREGISTER 181 #define IDI_TOOLS_ALWAYSONTOP 182 #define IDI_TOOLS_MSN 183 #define IDI_TOOLS_HOTKEYS 184 #define IDI_TOOLS_MEDIAHOOK 185 /* About menu options + Logoff Control Menu options */ #define IDI_HELP_ABOUT 190 #define IDI_HELP_LOGOFF 191 #define IDI_HELP_REBOOT 192 #define IDI_HELP_SHUTDOWN 193 #define IDI_HELP_VISITSITE 194 #define IDI_HELP_BUG_REPORT 195 #define IDI_HELP_REQUEST_FEATURE 196 #define IDI_HELP_CHECKFORUPDATES 197 #define IDR_KEYACCEL 200 /* Child Window Identifiers */ #define IDI_FILENAME 601 #define IDI_STATUS 602 #define ID_SEL_ALL 603 #define IDI_SLIDER 604 #define IDI_AUDIOTEXT 605 #define IDI_VOLTEXT 606 #define IDI_VOLUME 607 #define IDI_ELAPSED_TIME 608 #define IDI_TOTAL_TIME 609 #define IDI_DIVIDE 610 #define IDI_LYRICS 611 #define IDI_LYRICS_TITLE 612 #define IDI_PLAYLIST_VIEW 613 #define IDI_PLAYLIST_TITLE 614 /* Timer */ #define IDT_TIMETICK 700 /* About dlg box */ #define ID_ABOUT 750 /* Systray messages */ #define IDM_SYSTRAY_MESSAGE WM_APP+80 #define IDI_TRAY_VOL_ADJUST 801 #define IDI_TRAY_SHOW_WINDOW 802 /* Playlist view shortcut menu item commands */ #define IDI_PV_PLAY_TRACK 900 #define IDI_PV_OPEN_FOLDER 901 #define IDI_PV_COPY_TITLE 902 #define IDI_PV_COPY_PATH 903 #define IDI_PV_REMOVE_TRACK 904 #define IDI_PV_DELETE_TRACK 905 #define DLG_STOP_DOWNLOADING 1500