#define IDI_PREV_NORMAL    1
#define IDI_PREV_HOVERED   2
#define IDI_PREV_PRESSED   3
                   
#define IDI_PLAY_NORMAL    4
#define IDI_PLAY_HOVERED   5
#define IDI_PLAY_PRESSED   6
                   
#define IDI_PAUSE_NORMAL   7
#define IDI_PAUSE_HOVERED  8
#define IDI_PAUSE_PRESSED  9
                   
#define IDI_STOP_NORMAL    10
#define IDI_STOP_HOVERED   11
#define IDI_STOP_PRESSED   12
                   
#define IDI_NEXT_NORMAL    13
#define IDI_NEXT_HOVERED   14
#define IDI_NEXT_PRESSED   15
                   
#define IDI_VOLDN_NORMAL   16
#define IDI_VOLDN_HOVERED  17
#define IDI_VOLDN_PRESSED  18
                   
#define IDI_VOLUP_NORMAL   19
#define IDI_VOLUP_HOVERED  20
#define IDI_VOLUP_PRESSED  21
                   
#define IDI_SLIDER_NORMAL  22
#define IDI_SLIDER_HOVERED 23
#define IDI_SLIDER_PRESSED 24


#define IDI_PLUGIN_ENABLE  100
#define IDI_PLUGIN_DISABLE 101