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.

138 lines
3.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_ERROR_DIALOG DIALOG DISCARDABLE 0, 0, 226, 230
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Force Error"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. LTEXT "&Program:",IDC_STATIC,7,7,212,8
  29. COMBOBOX IDC_ERROR_PROGRAMS,7,18,212,30,CBS_DROPDOWNLIST |
  30. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  31. LTEXT "&Error Point:",IDC_STATIC,7,38,212,8
  32. COMBOBOX IDC_ERROR_POINT,7,49,212,30,CBS_DROPDOWNLIST |
  33. WS_VSCROLL | WS_TABSTOP
  34. LTEXT "Forced Error &Value:",IDC_ERROR_VALUE_PROMPT,7,69,212,8
  35. COMBOBOX IDC_ERROR_VALUE,7,80,212,318,CBS_DROPDOWNLIST | CBS_SORT |
  36. WS_VSCROLL | WS_TABSTOP
  37. GROUPBOX "Error Description",IDC_STATIC,7,99,212,102
  38. LTEXT "",IDC_ERROR_DESCRIPTION,14,111,197,82
  39. DEFPUSHBUTTON "&Set",IDC_SET_ERROR,7,209,50,14
  40. PUSHBUTTON "&Refresh",IDC_REFRESH,61,209,50,14
  41. PUSHBUTTON "Clear &All",IDC_CLEAR_ALL,115,209,50,14
  42. PUSHBUTTON "&Close",IDCANCEL,169,209,50,14
  43. END
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // DESIGNINFO
  47. //
  48. #ifdef APSTUDIO_INVOKED
  49. GUIDELINES DESIGNINFO DISCARDABLE
  50. BEGIN
  51. IDD_ERROR_DIALOG, DIALOG
  52. BEGIN
  53. LEFTMARGIN, 7
  54. RIGHTMARGIN, 219
  55. VERTGUIDE, 43
  56. VERTGUIDE, 47
  57. VERTGUIDE, 97
  58. VERTGUIDE, 101
  59. VERTGUIDE, 151
  60. VERTGUIDE, 155
  61. VERTGUIDE, 205
  62. TOPMARGIN, 7
  63. BOTTOMMARGIN, 223
  64. END
  65. END
  66. #endif // APSTUDIO_INVOKED
  67. #ifdef APSTUDIO_INVOKED
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // TEXTINCLUDE
  71. //
  72. 1 TEXTINCLUDE DISCARDABLE
  73. BEGIN
  74. "resource.h\0"
  75. END
  76. 2 TEXTINCLUDE DISCARDABLE
  77. BEGIN
  78. "#include ""winres.h""\r\n"
  79. "\0"
  80. END
  81. 3 TEXTINCLUDE DISCARDABLE
  82. BEGIN
  83. "\r\n"
  84. "\0"
  85. END
  86. #endif // APSTUDIO_INVOKED
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // Icon
  90. //
  91. // Icon with lowest ID value placed first to ensure application icon
  92. // remains consistent on all systems.
  93. IDI_FORCEERR ICON DISCARDABLE "forceerr.ico"
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // String Table
  97. //
  98. STRINGTABLE DISCARDABLE
  99. BEGIN
  100. IDS_NO_SYSTEM_ERROR_MESSAGE "[No system error message provided]"
  101. IDS_NO_ERROR "[No forced error]"
  102. END
  103. #endif // English (U.S.) resources
  104. /////////////////////////////////////////////////////////////////////////////
  105. #ifndef APSTUDIO_INVOKED
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // Generated from the TEXTINCLUDE 3 resource.
  109. //
  110. /////////////////////////////////////////////////////////////////////////////
  111. #endif // not APSTUDIO_INVOKED