Icon.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. #include "user_init.h"
  2. #ifdef SUPPORT_PLAYBACK_ICON
  3. //#define OSD_ICON_PREV "ax00"
  4. #define OSD_ICON_NEXT "ax01"
  5. #define OSD_ICON_PLAY "ax02"
  6. #define OSD_ICON_PAUSE "ax03"
  7. #define OSD_ICON_STEP "ax04"
  8. #define OSD_ICON_STOP "ax05"
  9. #define OSD_ICON_PRE_STOP "ax06"
  10. #define OSD_ICON_FB "ax07"
  11. #define OSD_ICON_FF "ax08"
  12. #define OSD_ICON_SB "ax09"
  13. #define OSD_ICON_PREV "ax0a"
  14. #ifdef NEW_STYLE_SETUP //zhaoyanhua add 3-7-14 13:16
  15. #define OSD_ICON_SETUP_HAND "ax0b"
  16. #endif
  17. #define OSD_ICON_MIC             "ax0c"  //xyy add 2003-11-19 9:11
  18. //#define ICON_PREV 0x00
  19. #define ICON_NEXT 0x01
  20. #define ICON_PLAY 0x02
  21. #define ICON_PAUSE 0x03
  22. #define ICON_STEP 0x04
  23. #define ICON_STOP 0x05
  24. #define ICON_PRE_STOP 0x06
  25. #define ICON_BACKWARD 0x07
  26. #define ICON_FORWARD 0x08
  27. #define ICON_SLOW_BACKWARD 0x09
  28. #define ICON_PREV 0x0a
  29. #ifdef NEW_STYLE_SETUP   //zhaoyanhua add 
  30. #define ICON_SETUP_HAND 0x0b
  31. #endif
  32. #endif