Windows NT 4.0 source code leak
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.

64 lines
2.1 KiB

4 years ago
  1. /*++
  2. Copyright (c) 1993 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 <windows.h>
  13. #include "resource.h"
  14. APPICON ICON drwatson.ico
  15. RCINCLUDE dialogs.dlg
  16. STRINGTABLE
  17. BEGIN
  18. IDS_APPLICATION_NAME "DrWatson"
  19. IDS_FATAL_ERROR "DrWatson Fatal Error"
  20. IDS_NONFATAL_ERROR "DrWatson Non Fatal Error"
  21. IDS_ASSERTION_ERROR "Assertion Error"
  22. IDS_MEMORY "could not allocate memory"
  23. IDS_DEBUGPRIV "cannot adjust privilege for debugging"
  24. IDS_ATTACHFAIL "could not attach to the application"
  25. IDS_INVALID_PATH "Invalid Logfile Path"
  26. IDS_INVALID_WAVE "Invalid Wave File"
  27. IDS_CANT_OPEN_LOGFILE "Cannot Open DrWatson Log File"
  28. IDS_INVALID_LOGFILE "Cannot Open DrWatson Log File\n\nPress OK to Browse for new directory"
  29. IDS_ABOUT_TITLE "Dr. Watson"
  30. IDS_ABOUT_EXTRA "Windows NT Application Error Debugger"
  31. IDS_AE_TEXT "Exception: %s (0x%08x), Address: 0x%08x"
  32. IDS_LOGBROWSE_TITLE "DrWatson Log File Directory Browse"
  33. IDS_WAVEBROWSE_TITLE "Wave File Selection"
  34. IDS_WAVE_FILTER "Wave Files(*.wav)"
  35. IDS_DUMPBROWSE_TITLE "Crash Dump File Selection"
  36. IDS_DUMP_FILTER "Crash Dump Files(*.dmp)"
  37. IDS_INVALID_CRASH_PATH "Invalid crash dump file name"
  38. IDS_UNKNOWN_MACHINE "<unknown machine name>"
  39. IDS_UNKNOWN_USER "<unknown user name>"
  40. IDS_ABOUT "About Dr. Watson..."
  41. END
  42. #define VER_FILETYPE VFT_APP
  43. #define VER_FILESUBTYPE VFT2_UNKNOWN
  44. #define VER_FILEDESCRIPTION_STR "DrWatson Postmortem Debugger"
  45. #define VER_INTERNALNAME_STR "drwtsn32.exe\0"
  46. #define VER_ORIGINALFILENAME_STR "drwtsn32.exe\0"
  47. RCINCLUDE messages.rc