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

DVD

开发平台:

C/C++

  1. /**************************************************************
  2. ** FILE
  3. ** fsGUI_osd.c
  4. **
  5. ** DESCRIPTION
  6. **  some MACRO definition
  7. **
  8. **
  9. **   Creator:  zhaoyanhua
  10. **   Date:     2004-4-2 11:04
  11. ****************************************************************/
  12. #ifndef  FSGUI_OSD_def_H
  13. #define FSGUI_OSD_def_H
  14. #include "menu_def.h"
  15. #include "fs96602.h"
  16. #define NONE_SELECTED       0
  17. #define FOLDER_TYPE         0
  18. #define FILE_TYPE           1
  19. //SELECTION GUI POSITION
  20. #define FS_SUB_TXT_XSTART  280
  21. #define FS_SUB_TXT_YSTART  80
  22. #define FS_SUB_TXT_FONT_COLOR WHITE
  23. #define FS_SUB_TXT_BACKGROUND_COLOR  0
  24. #define FS_SUB_LINE_COLOR YELLOW_GREEN
  25. #endif//#ifndef  FSGUI_OSD_FUNC_H