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.

50 lines
1.4 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 __AFXOLESV_RC__
  10. #define __AFXOLESV_RC__
  11. #ifndef __AFXRES_H__
  12. #include <afxres.h>
  13. #endif
  14. #ifdef APSTUDIO_INVOKED
  15. // This resource will prevent the App Studio user from saving this file
  16. 1 TEXTINCLUDE DISCARDABLE
  17. BEGIN
  18. "Cannot change standard MFC resources.\0"
  19. END
  20. #endif // APSTUDIO_INVOKED
  21. #ifndef _AFXDLL
  22. /////////////////////////////////////////////////////////////////////////////
  23. // OLE Server Resources
  24. // OLE strings
  25. STRINGTABLE DISCARDABLE
  26. BEGIN
  27. AFX_IDP_ASK_TO_UPDATE, "Update %1 before proceeding?"
  28. AFX_IDP_FAILED_TO_UPDATE, "Could not update client."
  29. END
  30. STRINGTABLE PRELOAD
  31. BEGIN
  32. AFX_IDS_APP_TITLE_EMBEDDING "%1 in %2"
  33. AFX_IDS_OBJ_TITLE_INPLACE "%1 - %2"
  34. AFX_IDS_EXIT_MENU "E&xit && Return to %1"
  35. AFX_IDS_UPDATE_MENU "&Update %1"
  36. AFX_IDS_SAVEFILECOPY, "File Save Copy As"
  37. END
  38. /////////////////////////////////////////////////////////////////////////////
  39. #endif //!_AFXDLL
  40. #endif //__AFXOLESV_RC__