📄 afxisapi.rc
字号:
// 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
"< Standard-MFC-Ressourcen k鰊nen nicht ge鋘dert werden! >\0"
END
#endif // APSTUDIO_INVOKED
#ifndef _AFXDLL
/////////////////////////////////////////////////////////////////////////////
// ISAPI HTML Text for HTTP error conditions
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_HTTP_TITLE "<HEAD><TITLE>HTTP-Fehler %d</TITLE></HEAD>"
AFX_IDS_HTTP_NO_TEXT "<BODY><H1>HTTP-Fehler %d: Keine Nachricht verf黦bar</H1></BODY>\r\n"
AFX_IDS_HTTP_BAD_REQUEST "<BODY><H1>BAD REQUEST</H1><P>Ihr Client hat eine Anforderung gesendet, die dieser Server nicht interpretieren konnte.<br>Anforderung: %s\r\n"
AFX_IDS_HTTP_AUTH_REQUIRED "<BODY><H1>AUTH REQUIRED</H1><P>Der Browser ist nicht f黵 die Echtheitsbest鋞igung geeignet oder die Echtheitsbest鋞igung ist fehlgeschlagen.</BODY>\r\n"
AFX_IDS_HTTP_FORBIDDEN "<BODY><H1>FORBIDDEN</H1><P>Ihr Client besitzt nicht die Berechtigung diese URL vom Server abzurufen.</BODY>\r\n"
AFX_IDS_HTTP_NOT_FOUND "<BODY><H1>NOT FOUND</H1><P>Die angeforderte URL konnte auf diesem Server nicht gefunden werden.</BODY>\r\n"
AFX_IDS_HTTP_SERVER_ERROR "<BODY><H1>SERVER ERROR</H1>Der Server hat einen internen Fehler oder eine fehlerhafte Konfiguration entdeckt und konnte Ihre Anforderung nicht vollenden.</BODY>\r\n"
AFX_IDS_HTTP_NOT_IMPLEMENTED "<BODY><H1>NOT IMPLEMENTED</H1>Der Server kann die Methode <b>%s</b> zu diesem Zeitpunkt nicht durchf黨ren.</BODY>\r\n"
END
#endif //!_AFXDLL
#endif //!__AFXISAPI_RC__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -