// 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 #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 "HTTP 錯誤 %d" AFX_IDS_HTTP_NO_TEXT "

HTTP 錯誤 %d: 沒有可用的訊息

\r\n" AFX_IDS_HTTP_BAD_REQUEST "

BAD REQUEST

伺服器無法了解您客戶端所送出的要求。
Request: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

AUTH REQUIRED

瀏覽器無法處理認證或認證失敗。\r\n" AFX_IDS_HTTP_FORBIDDEN "

FORBIDDEN

您的客戶端並無權限來從伺服器取得此 URL。\r\n" AFX_IDS_HTTP_NOT_FOUND "

NOT FOUND

伺服器中找不到所要求的 URL。\r\n" AFX_IDS_HTTP_SERVER_ERROR "

SERVER ERROR

伺服器發生內部錯誤或組態錯誤,而無法完成您的要求。\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

NOT IMPLEMENTED

伺服器無法在此時執行這個方法 %s。\r\n" END #endif //!_AFXDLL #endif //!__AFXISAPI_RC__