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

Windows编程

开发平台:

Visual C++

  1. //
  2. // DB.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. #include "ver.h"
  19. VS_VERSION_INFO     VERSIONINFO
  20.   FILEVERSION       1,0,0,1
  21.   PRODUCTVERSION    1,0,0,1
  22.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  23. #ifdef _DEBUG
  24.   FILEFLAGS         VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  25. #else
  26.   FILEFLAGS         0 // final version
  27. #endif
  28. #ifdef _WIN32
  29.   FILEOS VOS_NT_WINDOWS32
  30. #else
  31.   FILEOS            VOS_DOS_WINDOWS16
  32. #endif
  33.   FILETYPE          VFT_DLL
  34.   FILESUBTYPE       0   // not used
  35. BEGIN
  36. BLOCK "StringFileInfo"
  37. BEGIN
  38. BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  39. BEGIN 
  40. VALUE "CompanyName",     ""
  41. VALUE "FileDescription", "DB OLE Control DLL"
  42. VALUE "FileVersion",     "1.0.001"
  43. VALUE "InternalName",    "DB"
  44. VALUE "LegalCopyright",  ""
  45. VALUE "LegalTrademarks", ""
  46. VALUE "OriginalFilename","DB.DLL"
  47. VALUE "ProductName",     "DB"
  48. VALUE "ProductVersion",  "1.0.001"
  49. VALUE "OLESelfRegister", ""
  50. END
  51. END
  52. BLOCK "VarFileInfo" 
  53. BEGIN 
  54. VALUE "Translation", 0x409, 1252
  55. // English language (0x409) and the Windows ANSI codepage (1252)
  56. END
  57. END
  58. /////////////////////////////////////////////////////////////////////////////
  59. // Type library for controls in this DLL
  60. /////////////////////////////////////////////////////////////////////////////
  61. // Add additional manually edited resources here...
  62. /////////////////////////////////////////////////////////////////////////////