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

Windows编程

开发平台:

Visual C++

  1. /*
  2.  * BTTNCUR.RCV
  3.  * Buttons & Cursors Version 1.1, March 1993
  4.  *
  5.  * Version resource file for the Button Images and Cursors DLL.
  6.  *
  7.  * Copyright (c)1992-1995 Microsoft Corporation, All Rights Reserved,
  8.  * as applied to redistribution of this source code in source form
  9.  * License is granted to use of compiled code in shipped binaries.
  10.  */
  11. #ifndef WIN32
  12. #include <ver.h>
  13. #endif
  14. //Default is nodebug
  15. #ifndef DEBUG
  16. #define VER_DEBUG                   0
  17. #else
  18. #define VER_DEBUG                   VS_FF_DEBUG
  19. #endif
  20. VS_VERSION_INFO VERSIONINFO
  21.  FILEVERSION        1,1,0,0
  22.  PRODUCTVERSION     1,1,0,0
  23.  FILEFLAGSMASK      VS_FFI_FILEFLAGSMASK
  24.  FILEFLAGS          VER_DEBUG
  25.  FILEOS             VOS_DOS_WINDOWS16
  26.  FILETYPE           VFT_DLL
  27.  FILESUBTYPE        VFT_UNKNOWN
  28.  BEGIN
  29.    BLOCK "StringFileInfo"
  30.         BEGIN
  31.          BLOCK "040904E4"
  32.           BEGIN
  33.            VALUE "CompanyName",     "Microsoft Corporation", ""
  34.            VALUE "FileDescription", "Microsoft Windows(TM) Standard Button Images and Cursors", ""
  35.            VALUE "FileVersion",     "1.10", ""
  36.            VALUE "InternalName",    "BTTNCUR.DLL", ""
  37.            VALUE "LegalCopyright",  "Copyright (C)1992-1995 Microsoft Corp.", ""
  38.            VALUE "OriginalFilename","BTTNCUR.DLL", ""
  39.            VALUE "ProductName",     "Microsoft Windows(TM) Standard Button Images and Cursors", ""
  40.            VALUE "ProductVersion",  "1.10"
  41.           END
  42.  BLOCK "041104E4"
  43.   BEGIN
  44.    VALUE "CompanyName",     "Microsoft Corporation", ""
  45.    VALUE "FileDescription", "Microsoft Windows(TM) Standard Button Images and Cursors", ""
  46.    VALUE "FileVersion",     "1.10", ""
  47.    VALUE "InternalName",    "BTTNCUR.DLL", ""
  48.    VALUE "LegalCopyright",  "Copyright (C)1992-1995 Microsoft Corp.", ""
  49.    VALUE "OriginalFilename","BTTNCUR.DLL", ""
  50.    VALUE "ProductName",     "Microsoft Windows(TM) Standard Button Images and Cursors", ""
  51.    VALUE "ProductVersion",  "1.10"
  52.   END
  53.    END
  54.    BLOCK "VarFileInfo"
  55.         BEGIN
  56.          VALUE "Translation", 0x0409, 0x04E4, 0x0411, 0x04E4
  57.         END
  58.  END