TestCom1.rc
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:3k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  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. // Chinese (P.R.C.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "?"
  27.     "?"
  28.     ".h"
  29. END
  30. 2 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "#include ""winres.h""rn"
  33.     ""
  34. END
  35. 3 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "1 TYPELIB ""TestCom1.tlb""rn"
  38.     ""
  39. END
  40. #endif    // APSTUDIO_INVOKED
  41. #ifndef _MAC
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // Version
  45. //
  46. VS_VERSION_INFO VERSIONINFO
  47.  FILEVERSION 1,0,0,1
  48.  PRODUCTVERSION 1,0,0,1
  49.  FILEFLAGSMASK 0x3fL
  50. #ifdef _DEBUG
  51.  FILEFLAGS 0x1L
  52. #else
  53.  FILEFLAGS 0x0L
  54. #endif
  55.  FILEOS 0x4L
  56.  FILETYPE 0x2L
  57.  FILESUBTYPE 0x0L
  58. BEGIN
  59.     BLOCK "StringFileInfo"
  60.     BEGIN
  61.         BLOCK "040904B0"
  62.         BEGIN
  63.             VALUE "CompanyName", ""
  64.             VALUE "FileDescription", "TestCom1 Module"
  65.             VALUE "FileVersion", "1, 0, 0, 1"
  66.             VALUE "InternalName", "TestCom1"
  67.             VALUE "LegalCopyright", "Copyright 2010"
  68.             VALUE "OriginalFilename", "TestCom1.DLL"
  69.             VALUE "ProductName", "TestCom1 Module"
  70.             VALUE "ProductVersion", "1, 0, 0, 1"
  71.             VALUE "OLESelfRegister", ""
  72.         END
  73.     END
  74.     BLOCK "VarFileInfo"
  75.     BEGIN
  76.         VALUE "Translation", 0x409, 1200
  77.     END
  78. END
  79. #endif    // !_MAC
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // REGISTRY
  83. //
  84. IDR_REGISTRY1           REGISTRY DISCARDABLE    "registry.bin"
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // String Table
  88. //
  89. STRINGTABLE DISCARDABLE 
  90. BEGIN
  91.     IDS_PROJNAME            "TestCom1"
  92. END
  93. #endif    // Chinese (P.R.C.) resources
  94. /////////////////////////////////////////////////////////////////////////////
  95. #ifndef APSTUDIO_INVOKED
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Generated from the TEXTINCLUDE 3 resource.
  99. //
  100. 1 TYPELIB "TestCom1.tlb"
  101. /////////////////////////////////////////////////////////////////////////////
  102. #endif    // not APSTUDIO_INVOKED