home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / INCLUDE / AFXOLESV.RC_ / AFXOLESV.RC
Encoding:
Text File  |  1993-02-08  |  1.5 KB  |  48 lines

  1. // Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992 Microsoft Corporation,
  3. // All rights reserved.
  4.  
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and Microsoft
  7. // QuickHelp and/or WinHelp documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifndef __AFXOLESV_RC__
  12. #define __AFXOLESV_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15. #include "afxres.h"
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This resource will prevent the App Studio user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE 
  21. BEGIN
  22. "Cannot change standard MFC resources.\0"
  23. END
  24. #endif    // APSTUDIO_INVOKED
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // OLE Server Resources
  28.  
  29. // OLE strings
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32.     AFX_IDP_ASK_TO_UPDATE,    "Update %1 before proceeding?"
  33.     AFX_IDP_FAILED_TO_UPDATE, "Could not update client."
  34.     AFX_IDP_FAILED_TO_REGISTER, "OLE Server failed to register."
  35.     AFX_IDP_FAILED_TO_AUTO_REGISTER, "OLE Server failed to auto register.\nPlease try using REGEDIT."
  36. END
  37.  
  38. STRINGTABLE PRELOAD
  39. BEGIN
  40.     AFX_IDS_SAVE_MENU,          "&Save\tCtrl+S"
  41.     AFX_IDS_UPDATE_MENU,        "&Update\tCtrl+S"
  42.     AFX_IDS_SAVE_AS_MENU        "Save &As..."
  43.     AFX_IDS_SAVE_COPY_AS_MENU   "Save Copy &As..."
  44. END
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47. #endif //__AFXOLESV_RC__
  48.