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

DVD

开发平台:

C/C++

  1. /*
  2. |  Description : This file include just the following as
  3. |
  4. |                 1)  COLOR definition
  5. |                 2)  location Definition
  6. |                 3)  cd type definition
  7. |  Version    :  0.1  
  8. |  Rev Date         Author(s)      Status & Comments
  9. |---------------------------------------------------------------------------------
  10. |  0.1 20040315        feeling      creating
  11. |
  12. */
  13. #ifndef INFO_BANNER_DEF_H
  14. #define INFO_CDDVD  0
  15. #define INFO_CDDA   1
  16. #define INFO_CDVCD    2
  17. #define INFO_CDROM  3
  18. #define INFO_BANNER_DEF_H
  19. #define TRANSPARENT 0
  20. #define FULL_TRANS 11
  21. #define YELLOWGREEN 12
  22. #define GRAY 13
  23. #define BLACK 15
  24. #define WHITE 14
  25. #define BANNER_INDEX_X 36
  26. #define BANNER_INDEX_Y 0
  27. #define BANNER_ICON1_X BANNER_INDEX_X+145
  28. #define BANNER_ICON1_Y BANNER_INDEX_Y+14
  29. #define BANNER_ICON_W 56
  30. #define BANNER_ICON_H 54
  31. #define SPACE_BETWEEN_COLUMNS_W 2
  32. #define BANNER_CDROM_PLAYMODE_X BANNER_INDEX_X+326
  33. #define BANNER_CDROM_INFOBK6_X BANNER_INDEX_X+146
  34. #define BANNER_CDROM_INFOBK6_Y  BANNER_INDEX_Y+14
  35. #define BANNER_CDROM_INFOBK6_X_2    BANNER_INDEX_X+386
  36. #define BANNER_CDROM_INFOBK6_Y_2    BANNER_INDEX_Y+14
  37. #define BANNER_CDROM_INFOBK6_W  180
  38. #define BANNER_CDROM_INFOBK6_H  54
  39. #define BANNER_CDROM_SONGBAN_X    BANNER_INDEX_X+150
  40. #define BANNER_CDROM_SONGBAN_Y    BANNER_INDEX_Y+16
  41. #define BANNER_CDROM_PICTUBAN_X   BANNER_INDEX_X+390
  42. #define BANNER_CDROM_PICTUBAN_Y   BANNER_INDEX_Y+16
  43. #define BANNER_CDROM_MP3_TEXT_X   BANNER_INDEX_X+182
  44. #define BANNER_CDROM_MP3_TEXT_Y   BANNER_INDEX_Y+22
  45. #define BANNER_CDROM_JPEG_TEXT_X  BANNER_INDEX_X+422
  46. #define BANNER_CDROM_JPEG_TEXT_Y  BANNER_INDEX_Y+ 22
  47. #define BANNER_CDROM_MP3_TITLE_X  BANNER_INDEX_X+152
  48. #define BANNER_CDROM_MP3_TITLE_Y  BANNER_INDEX_Y+50
  49. #define BANNER_CDROM_JPEG_TITLE_X  BANNER_INDEX_X+392
  50. #define BANNER_CDROM_JPEG_TITLE_Y  BANNER_INDEX_X+50
  51. #define INFO_FULL   2
  52. #define INFO_PARTIAL    1
  53. #define INFO_NONE    0
  54. #endif  //define INFO_BANNER_DEF_H