12345678910111213141516171819202122232425262728293031323334 |
- // This is a part of the Microsoft Foundation Classes C++ library.
- // Copyright (C) 1992-1998 Microsoft Corporation
- // All rights reserved.
- //
- // This source code is only intended as a supplement to the
- // Microsoft Foundation Classes Reference and related
- // electronic documentation provided with the library.
- // See these sources for detailed information regarding the
- // Microsoft Foundation Classes product.
- #ifndef __AFXRES_H__
- #define __AFXRES_H__
- #define AFX_IDS_UNNAMED_FILE 0xF006
- #define AFX_IDP_FILE_NONE 0xF1A0
- #define AFX_IDP_FILE_GENERIC 0xF1A1
- #define AFX_IDP_FILE_NOT_FOUND 0xF1A2
- #define AFX_IDP_FILE_BAD_PATH 0xF1A3
- #define AFX_IDP_FILE_TOO_MANY_OPEN 0xF1A4
- #define AFX_IDP_FILE_ACCESS_DENIED 0xF1A5
- #define AFX_IDP_FILE_INVALID_FILE 0xF1A6
- #define AFX_IDP_FILE_REMOVE_CURRENT 0xF1A7
- #define AFX_IDP_FILE_DIR_FULL 0xF1A8
- #define AFX_IDP_FILE_BAD_SEEK 0xF1A9
- #define AFX_IDP_FILE_HARD_IO 0xF1AA
- #define AFX_IDP_FILE_SHARING 0xF1AB
- #define AFX_IDP_FILE_LOCKING 0xF1AC
- #define AFX_IDP_FILE_DISKFULL 0xF1AD
- #define AFX_IDP_FILE_EOF 0xF1AE
- #endif //__AFXRES_H__
- /////////////////////////////////////////////////////////////////////////////
|