BUTTON.RC2
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //
  2. // BUTTON.RC2 - resources App Studio does not edit directly
  3. //
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1998 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and the
  10. // Books Online documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13. #ifdef APSTUDIO_INVOKED
  14. #error this file is not editable by App Studio
  15. #endif //APSTUDIO_INVOKED
  16. /////////////////////////////////////////////////////////////////////////////
  17. // Version stamp for this DLL
  18. #ifdef _WIN32
  19. #include "winver.h"
  20. #else
  21. #include "ver.h"
  22. #endif
  23. VS_VERSION_INFO     VERSIONINFO
  24.   FILEVERSION       1,0,0,1
  25.   PRODUCTVERSION    1,0,0,1
  26.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  27. #ifdef _DEBUG
  28.   FILEFLAGS         VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  29. #else
  30.   FILEFLAGS         0 // final version
  31. #endif
  32. #ifdef _WIN32
  33.   FILEOS            VOS__WINDOWS32
  34. #else
  35.   FILEOS            VOS__WINDOWS16
  36. #endif
  37.   FILETYPE          VFT_DLL
  38.   FILESUBTYPE       0   // not used
  39. BEGIN
  40. BLOCK "StringFileInfo"
  41. BEGIN
  42. #ifdef _WIN32
  43. BLOCK "040904B0" // Lang=US English, CharSet=Unicode
  44. #else
  45. BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  46. #endif
  47. BEGIN
  48. VALUE "CompanyName",     ""
  49. VALUE "FileDescription", "BUTTON OLE Control DLL"
  50. VALUE "FileVersion",     "1.0.001"
  51. VALUE "InternalName",    "BUTTON"
  52. VALUE "LegalCopyright",  "Copyright 251 1994-1998, Microsoft Corporation"
  53. VALUE "LegalTrademarks", ""
  54. VALUE "OriginalFilename","BUTTON.DLL"
  55. VALUE "ProductName",     "BUTTON"
  56. VALUE "ProductVersion",  "1.0.001"
  57. VALUE "OLESelfRegister", ""
  58. END
  59. END
  60. BLOCK "VarFileInfo"
  61. BEGIN
  62. #ifdef _WIN32
  63. VALUE "Translation", 0x409, 1200
  64. // English language (0x409) and the Unicode codepage (1200)
  65. #else
  66. VALUE "Translation", 0x409, 1252
  67. // English language (0x409) and the Windows ANSI codepage (1252)
  68. #endif
  69. END
  70. END
  71. /////////////////////////////////////////////////////////////////////////////
  72. // Type library for controls in this DLL
  73. /////////////////////////////////////////////////////////////////////////////
  74. // Add additional manually edited resources here...
  75. /////////////////////////////////////////////////////////////////////////////