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.

89 lines
2.6 KiB

  1. /*
  2. // K32RC.H
  3. //
  4. // (C) Copyright Microsoft Corp., 1988-1994
  5. //
  6. // Resource descriptions
  7. //
  8. // Origin: Chicago
  9. //
  10. // Change history:
  11. //
  12. // Date Who Description
  13. // --------- --------- -------------------------------------------------
  14. // 15-Feb-94 JonT Code cleanup, precompiled headers
  15. */
  16. #define rcUndefEntry 1 /* Win32 Undefined Entry Point %s */
  17. #define rcExecApp 2 /* Win32 Exec App */
  18. #define rcInvHeader 3 /* %s has invalid DOS EXE header */
  19. #define rcDLLNotFound 4 /* Required DLL %s not found */
  20. #define rcFileNotFound 5 /* Cannot find file */
  21. #define rcCannotCreate 6 /* Cannot create file */
  22. #define rcWin32Caption 7 /* Caption to error box */
  23. #define rcUndefDllStr 8
  24. #define rcUndefDllOrd 9
  25. #define rcCorruptExe 10
  26. #define rcInsufMem 11
  27. #define rcNotReloc 12
  28. #define rcInvalidExe 13
  29. #define rcExeVersion 14
  30. #define rcBadAlignment 15
  31. #define rcInitModule 16
  32. #define rcExeIntel 17
  33. #define IDS_IGNORE_FAULT 100
  34. #define IDS_ABORT_CAPTION 101
  35. #define IDS_ABORT 102
  36. #define IDS_UNKNOWN_MODULE 103
  37. #define IDS_FAULT 104
  38. #define IDS_BAD_FAULT 105
  39. #define IDS_FAULT_LOAD 106
  40. #define IDS_FAULT_X 107
  41. #define IDS_FAULT_0 108
  42. #define IDS_FAULT_6 109
  43. #define IDS_FAULT_B 110
  44. #define IDS_FAULT_C 111
  45. #define IDS_FAULT_D 112
  46. #define IDS_FAULT_E 113
  47. #define IDS_REGISTER_DUMP1 114
  48. #define IDS_REGISTER_DUMP2 115
  49. #define IDS_REGISTER_DUMP3 116
  50. #define IDS_REGISTER_DUMP4 117
  51. #define IDS_CSEIP_DUMP 118
  52. #define IDS_SSESP_DUMP 119
  53. #define IDS_BYTE 120
  54. #define IDS_WORD 121
  55. #define IDS_DWORD 122
  56. #define IDS_LOG_FILE_HEADER 123
  57. #define IDS_CAD_CLOSING 124
  58. #define IDS_CAD_HUNG 125
  59. #define IDS_CAD_CAPTION 126
  60. #define IDS_SYSERR_CAPTION 127
  61. #define IDS_SYSERR_PROMPT 128
  62. #define IDS_SEB_CONFIRM 129
  63. #define IDS_FAULT_4 130
  64. //
  65. // Fault Dialog Box Control IDs
  66. //
  67. #define DID_FAULT 1
  68. /* #define IDOK 1 */
  69. /* #define IDCANCEL 2 */
  70. #define IDC_FAULT_MESSAGE 3
  71. #define IDC_FAULT_DETAILS 4
  72. #define IDC_FAULT_DEBUG 5
  73. #define IDC_FAULT_HELP 6
  74. #define IDC_FAULT_DLGBOTTOM 7
  75. #define IDC_FAULT_EDIT 8
  76. #define IDC_FAULT_ICON 9
  77. #define DID_TERM 2
  78. /* #define IDOK 1 */
  79. /* #define IDCANCEL 2 */
  80. #define IDC_TASKLISTBOX 3
  81. #define IDC_EXITWINDOWS 4
  82. #define IDC_WARNING 5
  83. #define MAXTASKNAMELEN 80