afxres.rc 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 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 related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. #ifndef __AFXRES_RC__
  11. #define __AFXRES_RC__
  12. #include <afxres.h>
  13. /////////////////////////////////////////////////////////////////////////////
  14. // Strings
  15. STRINGTABLE DISCARDABLE
  16. BEGIN
  17. #ifndef _AFX_NO_CFILE_RESOURCES
  18. AFX_IDP_FILE_NONE "No error occurred."
  19. AFX_IDP_FILE_GENERIC "An unknown error occurred while accessing %1."
  20. AFX_IDP_FILE_NOT_FOUND "%1 was not found."
  21. AFX_IDP_FILE_BAD_PATH "%1 contains an invalid path."
  22. AFX_IDP_FILE_TOO_MANY_OPEN "%1 could not be opened because there are too many open files."
  23. AFX_IDP_FILE_ACCESS_DENIED "Access to %1 was denied."
  24. AFX_IDP_FILE_INVALID_FILE "An invalid file handle was associated with %1."
  25. AFX_IDP_FILE_REMOVE_CURRENT "%1 could not be removed because it is the current directory."
  26. AFX_IDP_FILE_DIR_FULL "%1 could not be created because the directory is full."
  27. AFX_IDP_FILE_BAD_SEEK "Seek failed on %1"
  28. AFX_IDP_FILE_HARD_IO "A hardware I/O error was reported while accessing %1."
  29. AFX_IDP_FILE_SHARING "A sharing violation occurred while accessing %1."
  30. AFX_IDP_FILE_LOCKING "A locking violation occurred while accessing %1."
  31. AFX_IDP_FILE_DISKFULL "Disk full while accessing %1."
  32. AFX_IDP_FILE_EOF "An attempt was made to access %1 past its end."
  33. AFX_IDS_UNNAMED_FILE "an unnamed file"
  34. #endif // !_AFX_NO_CFILE_RESOURCES
  35. END
  36. #endif //!__AFXRES_RC__
  37. /////////////////////////////////////////////////////////////////////////////