CustomCaption.rc
上传用户:zhoushen
上传日期:2022-06-15
资源大小:84k
文件大小:3k
源码类别:

对话框与窗口

开发平台:

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 "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.K.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  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"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\CustomCaption.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. #ifndef _MAC
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Version
  55. //
  56. VS_VERSION_INFO VERSIONINFO
  57.  FILEVERSION 1,0,0,2
  58.  PRODUCTVERSION 1,0,0,2
  59.  FILEFLAGSMASK 0x3fL
  60. #ifdef _DEBUG
  61.  FILEFLAGS 0x1L
  62. #else
  63.  FILEFLAGS 0x0L
  64. #endif
  65.  FILEOS 0x4L
  66.  FILETYPE 0x2L
  67.  FILESUBTYPE 0x0L
  68. BEGIN
  69.     BLOCK "StringFileInfo"
  70.     BEGIN
  71.         BLOCK "040904b0"
  72.         BEGIN
  73.             VALUE "Comments", ""
  74.             VALUE "CompanyName", ""
  75.             VALUE "FileDescription", "CustomCaption DLL"
  76.             VALUE "FileVersion", "1, 0, 0, 2"
  77.             VALUE "InternalName", "CustomCaption"
  78.             VALUE "LegalCopyright", "Copyright (C) 2000"
  79.             VALUE "LegalTrademarks", ""
  80.             VALUE "OriginalFilename", "CustomCaption.DLL"
  81.             VALUE "PrivateBuild", ""
  82.             VALUE "ProductName", "CustomCaption Dynamic Link Library"
  83.             VALUE "ProductVersion", "1, 0, 0, 2"
  84.             VALUE "SpecialBuild", ""
  85.         END
  86.     END
  87.     BLOCK "VarFileInfo"
  88.     BEGIN
  89.         VALUE "Translation", 0x409, 1200
  90.     END
  91. END
  92. #endif    // !_MAC
  93. #endif    // English (U.K.) resources
  94. /////////////////////////////////////////////////////////////////////////////
  95. #ifndef APSTUDIO_INVOKED
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Generated from the TEXTINCLUDE 3 resource.
  99. //
  100. #define _AFX_NO_SPLITTER_RESOURCES
  101. #define _AFX_NO_OLE_RESOURCES
  102. #define _AFX_NO_TRACKER_RESOURCES
  103. #define _AFX_NO_PROPERTY_RESOURCES
  104. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  105. #ifdef _WIN32
  106. LANGUAGE 9, 1
  107. #pragma code_page(1252)
  108. #endif //_WIN32
  109. #include "resCustomCaption.rc2"  // non-Microsoft Visual C++ edited resources
  110. #include "afxres.rc"         // Standard components
  111. #endif
  112. /////////////////////////////////////////////////////////////////////////////
  113. #endif    // not APSTUDIO_INVOKED