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.

62 lines
2.3 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  4. *
  5. ***************************************************************************/
  6. #define MENU_ABOUT 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_ZBUFFER 15
  17. #define MENU_PERSPCORRECT 16
  18. #define MENU_POINT_FILTER 17
  19. #define MENU_LINEAR_FILTER 18
  20. #define MENU_CLEARS 19
  21. #define MENU_POLY 20
  22. #define MENU_BEZ 21
  23. #define MENU_AUX 22
  24. #define MENU_SPECULAR 23
  25. #define MENU_LIGHTING 31
  26. #define MENU_DITHERING 24
  27. #define MENU_TIMING 25
  28. #define MENU_ANTIALIAS 26
  29. #define MENU_DEPTH 28
  30. #define MENU_FIRST_FORMAT 40
  31. #define MENU_FIRST_DRIVER 100
  32. #define MENU_FIRST_MODE 200
  33. #define MENU_FILE_OPEN_PMESH 40001
  34. #define IDR_MYACCELERATOR1 40002
  35. #define APPMENU 40003
  36. #define MENU_CULL 27
  37. #define MENU_BACKFACE 47
  38. #define MENU_FRONTFACE 42
  39. #define MENU_CCW 43
  40. #define MENU_CW 44
  41. #define MENU_SOLID_SPHERE 40004
  42. #define MENU_WIRE_SPHERE 40005
  43. #define MENU_TRIANGLES 40006
  44. #define MENU_LINES 40007
  45. #define MENU_TWO_SIDED 40008
  46. #define MENU_SQUARE 40009
  47. #define MENU_COLORMATERIAL 40010
  48. #define MENU_NORMALIZE 40011
  49. #define MENU_PHONG_NICEST 40012
  50. #define MENU_PHONG_FASTEST 40013
  51. #define MENU_PHONG_DONT_CARE 40014
  52. #define MENU_EVAL 40015
  53. #define MENU_ANTIALIAS 40016
  54. #define IDC_STATIC -1