Leaked source code of windows server 2003
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.

35 lines
1.2 KiB

  1. //
  2. // the configure dialog
  3. //
  4. #define IDA_CONFIG 100
  5. #define ID_WINDOW 101
  6. #define ID_VGA240 102
  7. #define ID_VGA200 103
  8. #define ID_ZOOM2 104
  9. #define ID_FAILIFNOWAVE 105
  10. #define ID_SEEKEXACT 106
  11. #define ID_STUPIDMODE 107
  12. #define ID_SKIPFRAMES 108
  13. #define ID_DEFAULT 109
  14. #define ID_DEBUG 110
  15. #define ID_INFO 111
  16. #define ID_SIZE 112
  17. #define ID_ICON 113
  18. #define ID_REJECT 114
  19. #define ID_USEDCI 115
  20. //
  21. // the debug options dialog.
  22. //
  23. #define IDA_DEBUG 200
  24. #define IDA_REJECT 201
  25. #define ID_SCREEN 202
  26. #define ID_BITMAP 203
  27. #define ID_SUCKS 204
  28. #define ID_RATE 205
  29. #define ID_LEVEL 206
  30. #define ID_BUILD 207
  31. #define ID_USE_AVIFILE 208
  32. #define ID_NO_SOUND 209 // Play without sound
  33. #define ID_RATE_LABEL 210