home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / include / l.jpn / afxisapi.rc < prev    next >
Text File  |  1998-06-17  |  2KB  |  46 lines

  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.  
  11. #ifndef __AFXISAPI_RC__
  12. #define __AFXISAPI_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15.     #include <afxres.h>
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This will prevent the VC++ Resource Editor user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "< òWÅÇ MFC ╪┐░╜é╠ò╧ìXé═é┼é½é▄é╣é±! >\0"
  23. END
  24. #endif    // APSTUDIO_INVOKED
  25.  
  26. #ifndef _AFXDLL
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. // ISAPI HTML Text for HTTP error conditions
  30.  
  31. STRINGTABLE DISCARDABLE
  32. BEGIN
  33.     AFX_IDS_HTTP_TITLE          "<HEAD><TITLE>HTTP âGâëü[ %d</TITLE></HEAD>"
  34.     AFX_IDS_HTTP_NO_TEXT        "<BODY><H1>HTTP âGâëü[ %d: âüâbâZü[âWé═éáéΦé▄é╣é±</H1></BODY>\r\n"
  35.     AFX_IDS_HTTP_BAD_REQUEST    "<BODY><H1>BAD REQUEST</H1><P>âNâëâCâAâôâgé═âTü[âoü[é¬ù¥ë≡é┼é½é╚éóùvïüé≡æùéΦé▄é╡é╜üB<br>ùvïü: %s\r\n"
  36.     AFX_IDS_HTTP_AUTH_REQUIRED "<BODY><H1>AUTH REQUIRED</H1><P>âuâëâEâUé═öFÅ╪ï@ö\é¬é╚éóé⌐é▄é╜é═öFÅ╪é╔Ä╕ösé╡é▄é╡é╜üB</BODY>\r\n"
  37.     AFX_IDS_HTTP_FORBIDDEN  "<BODY><H1>FORBIDDEN</H1><P>âNâëâCâAâôâgé═âTü[âoü[é⌐éτé▒é╠ URL é≡ĵô╛é╖éΘîáî└é¬éáéΦé▄é╣é±üB</BODY>\r\n"
  38.     AFX_IDS_HTTP_NOT_FOUND  "<BODY><H1>NOT FOUND</H1><P>ùvïüé│éΩé╜ URL é═é▒é╠âTü[âoü[Åπé╔î⌐é┬é⌐éΦé▄é╣é±é┼é╡é╜üB</BODY>\r\n"
  39.     AFX_IDS_HTTP_SERVER_ERROR   "<BODY><H1>SERVER ERROR</H1>âTü[âoü[é┼ôαòöâGâëü[é¬ö¡É╢é╡é╜é⌐é▄é╜é═É▌ÆΦé¬è╘êßé┴é─éóéΘé╜é▀ùvïüé≡è«ù╣é┼é½é▄é╣é±üB</BODY>\r\n"
  40.     AFX_IDS_HTTP_NOT_IMPLEMENTED "<BODY><H1>NOT IMPLEMENTED</H1>âTü[âoü[é═î╗ì▌é▒é╠âüâ\âbâh <b>%s</b> é≡Ä└ìsé┼é½é▄é╣é±üB</BODY>\r\n"
  41. END
  42.  
  43.  
  44. #endif //!_AFXDLL
  45. #endif //!__AFXISAPI_RC__
  46.