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.

72 lines
2.5 KiB

  1. /*++
  2. Copyright (c) 1993-2001 Microsoft Corporation
  3. Module Name:
  4. drwatson.rc
  5. Abstract:
  6. This file contains all resources for drwatson.
  7. Author:
  8. Wesley Witt (wesw) 1-May-1993
  9. Environment:
  10. User Mode
  11. --*/
  12. #include <tchar.h>
  13. #include <windows.h>
  14. #include "resource.h"
  15. #include <ntverp.h>
  16. APPICON ICON drwatson.ico
  17. IDI_ICON1 ICON DISCARDABLE "triangle.ico"
  18. RCINCLUDE dialogs.dlg
  19. STRINGTABLE
  20. BEGIN
  21. IDS_APPLICATION_NAME "DrWatson"
  22. IDS_FATAL_ERROR "DrWatson Fatal Error"
  23. IDS_NONFATAL_ERROR "DrWatson Non Fatal Error"
  24. IDS_ASSERTION_ERROR "Assertion Error"
  25. IDS_MEMORY "Could not allocate memory"
  26. IDS_DEBUGPRIV "Cannot adjust privilege for debugging"
  27. IDS_ATTACHFAIL "Dr. Watson was unable to attach to the process. It is possible that process exited before Dr. Watson could attach to it."
  28. IDS_INVALID_PATH "Invalid Logfile Path"
  29. IDS_INVALID_WAVE "Invalid Wave File"
  30. IDS_CANT_OPEN_LOGFILE "Cannot Open DrWatson Log File"
  31. IDS_INVALID_LOGFILE "Cannot Open DrWatson Log File\n\nPress OK to Browse for new directory"
  32. IDS_ABOUT_TITLE "Dr. Watson"
  33. IDS_ABOUT_EXTRA "Windows Application Error Debugger"
  34. IDS_AE_TEXT "Exception: %s (0x%08x), Address: 0x%08x"
  35. IDS_LOGBROWSE_TITLE "DrWatson Log File Directory Browse"
  36. IDS_WAVEBROWSE_TITLE "Wave File Selection"
  37. IDS_WAVE_FILTER "Wave Files(*.wav)"
  38. IDS_DUMPBROWSE_TITLE "Crash Dump File Selection"
  39. IDS_DUMP_FILTER "Crash Dump Files(*.dmp)"
  40. IDS_INVALID_CRASH_PATH "Invalid crash dump file name"
  41. IDS_UNKNOWN_MACHINE "<unknown machine name>"
  42. IDS_UNKNOWN_USER "<unknown user name>"
  43. IDS_ABOUT "About Dr. Watson..."
  44. IDS_ERROR_FORMAT_STRING "%s\n\nWindows returned error code = %d\n"
  45. IDS_APP_ALREADY_EXITED "<process has already exited>"
  46. IDS_CANT_INIT_ENGINE "Could not initialize debugging support"
  47. END
  48. #define VER_FILETYPE VFT_APP
  49. #define VER_FILESUBTYPE VFT2_UNKNOWN
  50. #define VER_FILEDESCRIPTION_STR "DrWatson Postmortem Debugger"
  51. #define VER_INTERNALNAME_STR "drwtsn32.exe\0"
  52. #define VER_ORIGINALFILENAME_STR "drwtsn32.exe\0"
  53. #include <common.ver>
  54. RCINCLUDE messages.rc