Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.2 KiB

  1. // Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1993 Microsoft Corporation,
  3. // All rights reserved.
  4. // This source code is only intended as a supplement to the
  5. // Microsoft Foundation Classes Reference and Microsoft
  6. // QuickHelp and/or WinHelp documentation provided with the library.
  7. // See these sources for detailed information regarding the
  8. // Microsoft Foundation Classes product.
  9. #ifndef __AFXOLECL_RC__
  10. #define __AFXOLECL_RC__
  11. #ifndef __AFXRES_H__
  12. #include <afxres.h>
  13. #endif
  14. #ifndef _INC_DLGS
  15. #include <dlgs.h>
  16. #endif
  17. #ifdef APSTUDIO_INVOKED
  18. // This resource will prevent the App Studio user from saving this file
  19. 1 TEXTINCLUDE DISCARDABLE
  20. BEGIN
  21. "Cannot change standard MFC resources.\0"
  22. END
  23. #endif // APSTUDIO_INVOKED
  24. #ifndef _AFXDLL
  25. /////////////////////////////////////////////////////////////////////////////
  26. // OLE strings
  27. STRINGTABLE DISCARDABLE
  28. BEGIN
  29. AFX_IDP_STATIC_OBJECT "Warning: Static object unexpected."
  30. AFX_IDP_FAILED_TO_CONNECT "Failed to connect.\nLink may be broken."
  31. AFX_IDP_SERVER_BUSY "Unable to process command, server busy."
  32. AFX_IDP_BAD_VERB "Failed to perform server operation."
  33. AFX_IDP_FAILED_TO_NOTIFY "Warning: Failed to notify library."
  34. AFX_IDP_FAILED_TO_LAUNCH "Failed to launch server application."
  35. AFX_IDS_APP_TITLE_INPLACE "%1 in %2"
  36. AFX_IDS_UPDATING_ITEMS "Updating OLE objects"
  37. AFX_IDP_FAILED_TO_CONVERT "Failed to convert OLE object."
  38. AFX_IDP_ASK_TO_DISCARD "OLE objects cannot be saved while exiting Windows!\nDiscard all changes to %1?"
  39. AFX_IDS_METAFILE_FORMAT "Picture (Metafile)\na picture"
  40. AFX_IDS_DIB_FORMAT "Device Independent Bitmap\na device independent bitmap"
  41. AFX_IDS_BITMAP_FORMAT "Bitmap\na bitmap"
  42. AFX_IDS_LINKSOURCE_FORMAT "%s\n%s"
  43. AFX_IDS_EMBED_FORMAT "%s\n%s"
  44. AFX_IDP_FAILED_TO_REGISTER, "Failed to register. OLE features may not work properly."
  45. AFX_IDP_FAILED_TO_AUTO_REGISTER "Failed to update the system registry.\nPlease try using REGEDIT."
  46. END
  47. /////////////////////////////////////////////////////////////////////////////
  48. #endif //!_AFXDLL
  49. #endif //__AFXOLECL_RC__