Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.8 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  4. *
  5. ***************************************************************************/
  6. #define MENU_STATS 1
  7. #define MENU_EXIT 2
  8. #define MENU_TEXTURE_TOGGLE 3
  9. #define MENU_TEXTURE_SWAP 4
  10. #define MENU_FULLSCREEN 7
  11. #define MENU_NEXT_MODE 8
  12. #define MENU_PREVIOUS_MODE 9
  13. #define MENU_STATS 10
  14. #define MENU_FLAT 12
  15. #define MENU_GOURAUD 13
  16. #define MENU_PHONG 14
  17. #define MENU_ZBUFFER 15
  18. #define MENU_PERSPCORRECT 16
  19. #define MENU_POINT_FILTER 17
  20. #define MENU_LINEAR_FILTER 18
  21. #define MENU_CLEARS 19
  22. #define MENU_POINT 20
  23. #define MENU_WIREFRAME 21
  24. #define MENU_SOLID 22
  25. #define MENU_SPECULAR 23
  26. #define MENU_LIGHTING 31
  27. #define MENU_DITHERING 24
  28. #define MENU_FOG 25
  29. #define MENU_ANTIALIAS 26
  30. #define MENU_DEPTH 28
  31. #define MENU_FIRST_FORMAT 40
  32. #define MENU_FIRST_DRIVER 100
  33. #define MENU_FIRST_MODE 200
  34. #define MENU_FILE_OPEN_PMESH 40001
  35. #define IDR_MYACCELERATOR1 40002
  36. #define APPMENU 40003
  37. #define MENU_CULL 27
  38. #define MENU_BACKFACE 47
  39. #define MENU_FRONTFACE 42
  40. #define MENU_CCW 43
  41. #define MENU_CW 44
  42. #define IDC_STATIC -1