3DMENU.H
上传用户:wtrl82617
上传日期:2007-01-07
资源大小:187k
文件大小:1k
源码类别:

界面编程

开发平台:

DOS

  1. #ifndef __MCA_MENU_H
  2. #define __MCA_MENU_H
  3. // dosshell 3000
  4. // quit  10;; in applicat.h
  5. #define MAIN_MENU  0
  6. #define SPECIAL_MENU  1
  7. #define ABOUT_MENU_ITEM  2
  8. #define GRAPH 3
  9. #define ROTATE 4
  10. #define HELP  5
  11. #define NEW   11
  12. #define CLOSE  12
  13. #define MYDOSSHELL 13
  14. #define LEFT 22
  15. #define RIGHT 23
  16. #define UP   24
  17. #define DOWN    25
  18. #define NEAR    26
  19. #define FAR     27
  20. #define DISTANCE  28
  21. #define VIEWPOINT 29
  22. #define X_VALUE 31
  23. #define Y_VALUE 32
  24. #define Z_VALUE 33
  25. #endif