home *** CD-ROM | disk | FTP | other *** search
- // 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 __AFXISAPI_RC__
- #define __AFXISAPI_RC__
-
- #ifndef __AFXRES_H__
- #include <afxres.h>
- #endif
-
- #ifdef APSTUDIO_INVOKED
- // This will prevent the VC++ Resource Editor user from saving this file
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "< ╟Ñ┴╪ MFC ╕«╝╥╜║╕ª ╣┘▓▄ ╝÷ ╛°╜└┤╧┤┘! >\0"
- END
- #endif // APSTUDIO_INVOKED
-
- #ifndef _AFXDLL
-
- /////////////////////////////////////////////////////////////////////////////
- // ISAPI HTML Text for HTTP error conditions
-
- STRINGTABLE DISCARDABLE
- BEGIN
- AFX_IDS_HTTP_TITLE "<HEAD><TITLE>HTTP ┐└╖∙ %d</TITLE></HEAD>"
- AFX_IDS_HTTP_NO_TEXT "<BODY><H1>HTTP ┐└╖∙ %d: ╗τ┐δ╟╥ ╝÷ └╓┤┬ ╕▐╜├┴÷░í ╛°╜└┤╧┤┘</H1></BODY>\r\n"
- AFX_IDS_HTTP_BAD_REQUEST "<BODY><H1>└▀╕°╡╚ ┐Σ├╗</H1><P>└╠ ╝¡╣÷░í └╠╟╪╟╥ ╝÷ ╛°┤┬ ┐Σ├╗└╗ ┼¼╢≤└╠╛≡╞«░í ║╕│╗┐╘╜└┤╧┤┘.<br>Request: %s\r\n"
- AFX_IDS_HTTP_AUTH_REQUIRED "<BODY><H1>└╬┴⌡ ┐Σ▒╕</H1><P>└╬┴⌡╟╥ ╝÷ ╛°┤┬ ║Ω╢≤┐∞└·└╠░┼│¬ └╬┴⌡┐í ╜╟╞╨╟╧┐┤╜└┤╧┤┘.</BODY>\r\n"
- AFX_IDS_HTTP_FORBIDDEN "<BODY><H1>▒▌┴÷</H1><P>Your client does not have permission to get this URL from the server.</BODY>\r\n"
- AFX_IDS_HTTP_NOT_FOUND "<BODY><H1>├ú└╗ ╝÷ ╛°╜└┤╧┤┘</H1><P>┐Σ├╗╟╤ URL└╗ └╠ ╝¡╣÷┐í╝¡ ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.</BODY>\r\n"
- AFX_IDS_HTTP_SERVER_ERROR "<BODY><H1>╝¡╣÷ ┐└╖∙</H1>╝¡╣÷░í │╗║╬ ┐└╖∙ ╚ñ└║ └▀╕°╡╚ ╝│┴ñ└╕╖╬ └╬╟╧┐⌐ ┐Σ├╗└╗ ┐╧╖ß╟╧┴÷ ╕°╟▀╜└┤╧┤┘.</BODY>\r\n"
- AFX_IDS_HTTP_NOT_IMPLEMENTED "<BODY><H1>╝÷╟α╟╥ ╝÷ ╛°╜└┤╧┤┘</H1>┴÷▒▌└║ ╝¡╣÷░í <b>%s</b> ╕▐╝¡╡σ╕ª ╝÷╟α╟╥ ╝÷ ╛°╜└┤╧┤┘.</BODY>\r\n"
- END
-
-
- #endif //!_AFXDLL
- #endif //!__AFXISAPI_RC__
-