home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009A.BIN / VS60SP4JPN / support / dbdao.rc < prev    next >
Text File  |  1998-09-30  |  4KB  |  145 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. #include "version.h"
  13. #include "verstamp.h"
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20.  
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26.  
  27. #ifndef _MAC
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Version
  31. //
  32. #ifndef VER_LEGALCOPYRIGHT_YEARS
  33. #define VER_LEGALCOPYRIGHT_YEARS "1991-1996"
  34. #endif
  35.  
  36. #ifndef VER_LEGALCOPYRIGHT_STR
  37. #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. " VER_LEGALCOPYRIGHT_YEARS "\0"
  38. #endif
  39.  
  40. #ifndef VER_FILEVERSION
  41. #define VER_FILEVERSION VER_PRODUCTVERSION
  42. #endif
  43.  
  44. #ifndef VER_FILEVERSION_STR
  45. #define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
  46. #endif
  47.  
  48. #ifndef VER_ORIGINALFILENAME_STR
  49. #define VER_ORIGINALFILENAME_STR "\0"
  50. #endif
  51.  
  52. VS_VERSION_INFO VERSIONINFO
  53.  FILEVERSION    VER_FILEVERSION
  54.  PRODUCTVERSION VER_PRODUCTVERSION
  55.  FILEFLAGSMASK 0x3fL
  56. #ifdef _DEBUG
  57.  FILEFLAGS 0x1L
  58. #else
  59.  FILEFLAGS 0x0L
  60. #endif
  61.  FILEOS 0x10001L
  62.  FILETYPE 0x2L
  63.  FILESUBTYPE 0x0L
  64. BEGIN
  65.     BLOCK "StringFileInfo"
  66.     BEGIN
  67.         BLOCK "040904E4"
  68.         BEGIN
  69.             VALUE "CompanyName", "Microsoft Corporation\0"
  70.             VALUE "FileDescription", "Microsoft DAO C++ Library\0"
  71.         VALUE "FileVersion",     VER_FILEVERSION_STR, "\0"
  72.             VALUE "InternalName", "DDAO35\0"
  73.             VALUE "LegalCopyright", "Copyright ゥ Microsoft Corp. 1995-1996\0"
  74.             VALUE "OriginalFilename", "\0"
  75.             VALUE "ProductName", "Microsoftョ Jet\0"
  76.         VALUE "ProductVersion",  VER_PRODUCTVERSION_STR, "\0"
  77.         END
  78.     END
  79.     BLOCK "VarFileInfo"
  80.     BEGIN
  81.         VALUE "Translation", 0x409, 1252
  82.     END
  83. END
  84.  
  85. #endif    // !_MAC
  86.  
  87.  
  88. #ifdef APSTUDIO_INVOKED
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // TEXTINCLUDE
  92. //
  93.  
  94. 2 TEXTINCLUDE DISCARDABLE 
  95. BEGIN
  96.     "#include ""afxres.h""\r\n"
  97.     "\0"
  98. END
  99.  
  100. 3 TEXTINCLUDE DISCARDABLE 
  101. BEGIN
  102.     "\r\n"
  103.     "\0"
  104. END
  105.  
  106. 1 TEXTINCLUDE DISCARDABLE 
  107. BEGIN
  108.     "resource.h\0"
  109. END
  110.  
  111. #endif    // APSTUDIO_INVOKED
  112.  
  113.  
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // String Table
  117. //
  118.  
  119. STRINGTABLE DISCARDABLE 
  120. BEGIN
  121.     IDS_BUFFERTOOSMALL      "Fetch buffer cannot hold the fetch data"
  122.     IDS_ENDOFCURSOR         "End of recordset has been reached"
  123.     IDS_SILENTCANCEL        "Silent cancel"
  124.     IDS_RECORDDELETED       "A record has been deleted"
  125.     IDS_ROWTOOSHORT         "The cbRowLen parameter did not specify enough space for the column binding"
  126.     IDS_BADBINDINFO         "Unexpected dwDataType, dwBindingType, cbMaxLen, etc"
  127.     IDS_COLUMNUNAVAILABLE   "A specified column is unavailable."
  128. END
  129.  
  130. #endif    // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132.  
  133.  
  134.  
  135. #ifndef APSTUDIO_INVOKED
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Generated from the TEXTINCLUDE 3 resource.
  139. //
  140.  
  141.  
  142. /////////////////////////////////////////////////////////////////////////////
  143. #endif    // not APSTUDIO_INVOKED
  144.  
  145.