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.

156 lines
4.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: makecat.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #define APSTUDIO_HIDDEN_SYMBOLS
  19. #include "windows.h"
  20. #undef APSTUDIO_HIDDEN_SYMBOLS
  21. #ifndef APSTUDIO_INVOKED
  22. #include "version.rc"
  23. #endif
  24. /////////////////////////////////////////////////////////////////////////////
  25. #undef APSTUDIO_READONLY_SYMBOLS
  26. /////////////////////////////////////////////////////////////////////////////
  27. // English (U.S.) resources
  28. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  29. #ifdef _WIN32
  30. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  31. #pragma code_page(1252)
  32. #endif //_WIN32
  33. #ifdef APSTUDIO_INVOKED
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // TEXTINCLUDE
  37. //
  38. 1 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "resource.h\0"
  41. END
  42. 2 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  45. "#include ""windows.h""\r\n"
  46. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  47. "\r\n"
  48. "#ifndef APSTUDIO_INVOKED\r\n"
  49. "#include ""version.rc""\r\n"
  50. "#endif\r\n"
  51. "\r\n"
  52. "\0"
  53. END
  54. 3 TEXTINCLUDE DISCARDABLE
  55. BEGIN
  56. "\r\n"
  57. "\0"
  58. END
  59. #endif // APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // String Table
  63. //
  64. STRINGTABLE DISCARDABLE
  65. BEGIN
  66. IDS_PARAM_HELP "?"
  67. IDS_PARAM_VERBOSE "v"
  68. IDS_PARAMTEXT_HELP "this screen"
  69. IDS_PARAMTEXT_VERBOSE "verbose output"
  70. IDS_USAGETEXT_OPTIONS "[options]"
  71. IDS_USAGETEXT_FILENAME "filename"
  72. IDS_USAGETEXT_USAGE "usage"
  73. IDS_USAGETEXT_OPTPARAM "<param>"
  74. IDS_PARAM_FAILALWAYS "r"
  75. IDS_PARAMTEXT_FAILALWAYS "return fail even on recoverable errors"
  76. IDS_PARAM_EXPERROR "h"
  77. IDS_PARAMTEXT_EXPERROR "expected last error (<param> is the hex error. eg: -h 0x80090001)"
  78. IDS_PARAM_NOSTOPONERROR "n"
  79. IDS_PARAMTEXT_NOSTOPONERROR "don't stop on error"
  80. END
  81. STRINGTABLE DISCARDABLE
  82. BEGIN
  83. IDS_EXPECTED_HRESULT "Failed: Expected return: %0x. Returned: %0x\n"
  84. IDS_ERROR_INTERNAL "Failed: Internal Problem in MakeCat\n"
  85. IDS_ERROR_FUNCTION "Failed: %s. Last Error: 0x%08X\n"
  86. IDS_ERROR_NOMEMBERS "No members found"
  87. IDS_ERROR_PARSE "\nErrors found in parsing the CDF file\n"
  88. END
  89. STRINGTABLE DISCARDABLE
  90. BEGIN
  91. IDS_STATUS_FMT "%s %s\n"
  92. IDS_STATUS_OPENED "opened: "
  93. IDS_STATUS_PROCESSED "processing:"
  94. IDS_STATUS_ATTR " attribute:"
  95. END
  96. STRINGTABLE DISCARDABLE
  97. BEGIN
  98. IDS_PARSE_E_HEADER_FMT "NOT processed: %s (%s)\n"
  99. IDS_PARSE_E_MEMBER_FMT "NOT processed: %s (%s)\n"
  100. IDS_PARSE_E_ATTRIBUTE_FMT " attribute: error parsing CDF. %s (%s)\n"
  101. END
  102. STRINGTABLE DISCARDABLE
  103. BEGIN
  104. IDS_PARSE_ERROR_GUID_CONV "unable to convert GUID"
  105. IDS_PARSE_ERROR_FILE_PATH "unable to find file path for member"
  106. IDS_PARSE_ERROR_TYPECOMBO "the type combination is invalid"
  107. IDS_PARSE_ERROR_TOOFEWVALUES "insufficient number of values"
  108. IDS_PARSE_ERROR_UNKNOWN "an unkown parsing error has occured"
  109. IDS_PARSE_ERROR_INDIRECTDATA "calculating the indirect data"
  110. END
  111. STRINGTABLE DISCARDABLE
  112. BEGIN
  113. IDS_PARSE_ERROR_FILENOTFOUND "member file does not exist"
  114. IDS_PARSE_ERROR_UNSUPPORTED "unsupported feature"
  115. IDS_PARSE_ERROR_DUPLICATE "duplicate reference tag"
  116. IDS_PARSE_ERROR_NOTAG "tag not found"
  117. IDS_SUCCEEDED "Succeeded\n"
  118. IDS_FAILED "\nFailed 0x%08X (%lu)\n"
  119. IDS_FILEREF "%s: "
  120. END
  121. #endif // English (U.S.) resources
  122. /////////////////////////////////////////////////////////////////////////////
  123. #ifndef APSTUDIO_INVOKED
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // Generated from the TEXTINCLUDE 3 resource.
  127. //
  128. /////////////////////////////////////////////////////////////////////////////
  129. #endif // not APSTUDIO_INVOKED
  130.