afxres.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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_H__
  11. #define __AFXRES_H__
  12. #define AFX_IDS_UNNAMED_FILE 0xF006
  13. #define AFX_IDP_FILE_NONE 0xF1A0
  14. #define AFX_IDP_FILE_GENERIC 0xF1A1
  15. #define AFX_IDP_FILE_NOT_FOUND 0xF1A2
  16. #define AFX_IDP_FILE_BAD_PATH 0xF1A3
  17. #define AFX_IDP_FILE_TOO_MANY_OPEN 0xF1A4
  18. #define AFX_IDP_FILE_ACCESS_DENIED 0xF1A5
  19. #define AFX_IDP_FILE_INVALID_FILE 0xF1A6
  20. #define AFX_IDP_FILE_REMOVE_CURRENT 0xF1A7
  21. #define AFX_IDP_FILE_DIR_FULL 0xF1A8
  22. #define AFX_IDP_FILE_BAD_SEEK 0xF1A9
  23. #define AFX_IDP_FILE_HARD_IO 0xF1AA
  24. #define AFX_IDP_FILE_SHARING 0xF1AB
  25. #define AFX_IDP_FILE_LOCKING 0xF1AC
  26. #define AFX_IDP_FILE_DISKFULL 0xF1AD
  27. #define AFX_IDP_FILE_EOF 0xF1AE
  28. #endif //__AFXRES_H__
  29. /////////////////////////////////////////////////////////////////////////////