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.

170 lines
5.7 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 "winnt.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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""MetaUtil.tlb""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. #ifndef _MAC
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. VS_VERSION_INFO VERSIONINFO
  45. FILEVERSION 1,0,0,1
  46. PRODUCTVERSION 1,0,0,1
  47. FILEFLAGSMASK 0x3fL
  48. #ifdef _DEBUG
  49. FILEFLAGS 0x1L
  50. #else
  51. FILEFLAGS 0x0L
  52. #endif
  53. FILEOS 0x4L
  54. FILETYPE 0x2L
  55. FILESUBTYPE 0x0L
  56. BEGIN
  57. BLOCK "StringFileInfo"
  58. BEGIN
  59. BLOCK "040904B0"
  60. BEGIN
  61. VALUE "CompanyName", "\0"
  62. VALUE "FileDescription", "MetaUtil Module\0"
  63. VALUE "FileVersion", "1, 0, 0, 1\0"
  64. VALUE "InternalName", "METAUTIL\0"
  65. VALUE "LegalCopyright", "Copyright 1997\0"
  66. VALUE "OriginalFilename", "METAUTIL.DLL\0"
  67. VALUE "ProductName", "MetaUtil Module\0"
  68. VALUE "ProductVersion", "1, 0, 0, 1\0"
  69. VALUE "OLESelfRegister", "\0"
  70. END
  71. END
  72. BLOCK "VarFileInfo"
  73. BEGIN
  74. VALUE "Translation", 0x409, 1200
  75. END
  76. END
  77. #endif // !_MAC
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // REGISTRY
  81. //
  82. IDR_METAUTIL REGISTRY DISCARDABLE "MetaUtil.rgs"
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // String Table
  86. //
  87. STRINGTABLE DISCARDABLE
  88. BEGIN
  89. IDS_PROJNAME "MetaUtil"
  90. IDS_CHK_NO_SCHEMA "No ""Schema"" key"
  91. IDS_CHK_NO_PROPERTIES "No ""Schema/Properties"" key"
  92. IDS_CHK_NO_PROP_NAMES "No ""Schema/Properties/Names"" key"
  93. IDS_CHK_NO_PROP_TYPES "No ""Schema/Properties/Types"" key"
  94. IDS_CHK_NO_CLASSES "No ""Schema/Classes"" key"
  95. IDS_CHK_PROP_NAME_BAD_TYPE """Properties/Names"" data has a metabase data type other than STRING_METADATA"
  96. IDS_CHK_PROP_NAME_NOT_UNIQUE """Properties/Names"" data is not case sensitive unique"
  97. IDS_CHK_PROP_NAME_NOT_CASE_UNIQUE """Properties/Names"" data is not case insensitive unique"
  98. IDS_CHK_PROP_TYPE_BAD_TYPE """Properties/Types"" data has a metabase data type other than BINARY_METADATA"
  99. IDS_CHK_PROP_TYPE_BAD_DATA """Properties/Types"" data contains invalid data"
  100. IDS_CHK_CLASS_NO_MANDATORY """Classes"" sub-key missing ""Mandatory"" sub-key"
  101. IDS_CHK_CLASS_NO_OPTIONAL """Classes"" sub-key missing ""Optional"" sub-key"
  102. IDS_CHK_CLASS_NOT_CASE_UNIQUE """Classes"" sub-key is not case insensitive unique"
  103. IDS_CHK_CLASS_PROP_NO_TYPE "Class property does not have corresponding ""Properties/Types"" information"
  104. IDS_CHK_CLASS_PROP_BAD_DATA_TYPE "Default settings for data type does not match ""Schema/Properties/Types"" entry"
  105. IDS_CHK_CLASS_PROP_BAD_USER_TYPE "Default settings for user type does not match ""Schema/Properties/Types"" entry"
  106. IDS_CHK_CLASS_PROP_BAD_ATTR "Default settings for attributes is not a superset of ""Schema/Properties/Types"" entry"
  107. IDS_CHK_DATA_TOO_BIG "Property data too big"
  108. IDS_CHK_KEY_TOO_BIG "Key data too big"
  109. IDS_CHK_CLSID_NOT_FOUND "CLSID not found in local registry"
  110. IDS_CHK_MTX_PACK_ID_NOT_FOUND "Package not found in local registry (LM\SOFTWARE\Microsoft\Transaction Server\Packages)"
  111. IDS_CHK_PATH_NOT_FOUND "Path was not found"
  112. IDS_CHK_NO_NAME_ENTRY "Property has no entry in ""Schema/Properties/Names"""
  113. IDS_CHK_NO_TYPE_ENTRY "Property has no entry in ""Schema/Properties/Types"""
  114. IDS_CHK_BAD_DATA_TYPE "Property settings for data type does not match ""Schema/Properties/Types"" entry"
  115. IDS_CHK_BAD_USER_TYPE "Property settings for user type does not match ""Schema/Properties/Types"" entry"
  116. IDS_CHK_BAD_ATTR "Property settings for attributes is not a superset of ""Schema/Properties/Types"" entry"
  117. IDS_CHK_NO_KEYTYPE "Key does not have a ""KeyType"" property"
  118. IDS_CHK_NO_KEYTYPE_NOT_FOUND """KeyType"" does not match any classes in ""Schema/Classes"""
  119. IDS_CHK_MANDATORY_PROP_MISSING "Mandatory property missing"
  120. IDS_CHK_TOO_MANY_ERRORS "Too many errors"
  121. END
  122. #endif // English (U.S.) resources
  123. /////////////////////////////////////////////////////////////////////////////
  124. #ifndef APSTUDIO_INVOKED
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // Generated from the TEXTINCLUDE 3 resource.
  128. //
  129. 1 TYPELIB "MetaUtil.tlb"
  130. /////////////////////////////////////////////////////////////////////////////
  131. #endif // not APSTUDIO_INVOKED
  132. //
  133. // Version information to make IIS build process happy
  134. //
  135. #include "windows.h"
  136. #include "ntverp.h"
  137. #define VER_FILEDESCRIPTION_STR "MetaUtil Module"
  138. #define VER_INTERNALNAME_STR "MetaUtil Module"
  139. #define VER_ORIGINALFILENAME_STR "METAUTIL.DLL"
  140. #define VER_FILETYPE VFT_DLL
  141. #include "iisver.h"
  142. #include "common.ver"