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.

23 lines
546 B

  1. #define IDM_EXIT 100
  2. #define IDM_LIGHTING 200
  3. #define IDM_SHADOWS 201
  4. #define IDM_FOG 202
  5. #define IDM_TEXTUREMAP 203
  6. #define IDM_TELESCOPE 204
  7. #define IDM_ANTIALIAS 205
  8. #define IDM_CLEAR 300
  9. #define IDM_FOGGY 301
  10. #define IDM_VERYFOGGY 302
  11. #define IDM_RAINY 303
  12. #define IDM_CURRENTTIME 400
  13. #define IDM_10AM 401
  14. #define IDM_NOON 402
  15. #define IDM_4PM 403
  16. #define IDM_HOLDTIME 410
  17. #define IDM_SCALE1 411
  18. #define IDM_SCALE10 412
  19. #define IDM_SCALE100 413
  20. #define IDM_SCALE500 414
  21. #define IDM_DEMOMODE 500
  22. #define IDM_RESET 501