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.

51 lines
1.2 KiB

  1. #include "stonerc.h"
  2. Stonehenge ICON STONEHEN.ICO
  3. Stonehenge MENU
  4. BEGIN
  5. POPUP "&File"
  6. {
  7. MENUITEM "E&xit", IDM_EXIT
  8. }
  9. POPUP "&SPFX"
  10. {
  11. MENUITEM "&Lighting", IDM_LIGHTING
  12. MENUITEM "&Shadows", IDM_SHADOWS
  13. MENUITEM "&Fog", IDM_FOG
  14. #ifdef TEXTURE
  15. MENUITEM "Texture &Map",IDM_TEXTUREMAP
  16. #endif
  17. MENUITEM "&Telescope", IDM_TELESCOPE
  18. MENUITEM "&Anti-Alias", IDM_ANTIALIAS
  19. }
  20. POPUP "&Weather"
  21. {
  22. MENUITEM "&Clear", IDM_CLEAR
  23. MENUITEM "&Foggy", IDM_FOGGY
  24. MENUITEM "&Very Foggy", IDM_VERYFOGGY
  25. MENUITEM "&Rainy", IDM_RAINY
  26. }
  27. POPUP "&Time"
  28. {
  29. MENUITEM "&Current Time", IDM_CURRENTTIME
  30. MENUITEM "&10 a.m.", IDM_10AM
  31. MENUITEM "&Noon", IDM_NOON
  32. MENUITEM "&4 p.m.", IDM_4PM
  33. MENUITEM SEPARATOR
  34. MENUITEM "&Hold Time", IDM_HOLDTIME
  35. MENUITEM "Scale = 1:1", IDM_SCALE1
  36. MENUITEM "Scale = 1:10", IDM_SCALE10
  37. MENUITEM "Scale = 1:100", IDM_SCALE100
  38. MENUITEM "Scale = 1:500", IDM_SCALE500
  39. }
  40. POPUP "&Misc"
  41. {
  42. MENUITEM "&Demo Mode", IDM_DEMOMODE
  43. MENUITEM "&Reset Viewer", IDM_RESET
  44. }
  45. END