afxolecl.rc 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. #ifndef __AFXOLECL_RC__
  11. #define __AFXOLECL_RC__
  12. #ifndef __AFXRES_H__
  13. #include <afxres.h>
  14. #endif
  15. #ifndef _INC_DLGS
  16. #include <dlgs.h>
  17. #endif
  18. #ifdef APSTUDIO_INVOKED
  19. // This will prevent the VC++ Resource Editor user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "< 無法改變標準MFC資源! >\0"
  23. END
  24. #endif // APSTUDIO_INVOKED
  25. #ifndef _AFXDLL
  26. /////////////////////////////////////////////////////////////////////////////
  27. // OLE Client Resources
  28. /////////////////////////////////////////////////////////////////////////////
  29. // OLE strings
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32. AFX_IDP_STATIC_OBJECT "無法啟動靜態的 ActiveX 物件。"
  33. AFX_IDP_FAILED_TO_CONNECT "連結失敗.\n連結可能被破壞."
  34. AFX_IDP_SERVER_BUSY "無法處理指令, 伺服器忙碌中."
  35. AFX_IDP_BAD_VERB "伺服器作業執行失敗."
  36. AFX_IDP_FAILED_TO_LAUNCH "無法啟動伺服器應用程式."
  37. AFX_IDS_UPDATING_ITEMS "更新 ActiveX 物件"
  38. AFX_IDP_FAILED_TO_CONVERT "ActiveX 物件轉換失敗。"
  39. AFX_IDP_ASK_TO_DISCARD "離開視窗時,無法儲存 ActiveX 物件!\n放棄所有在 %1 中的變更嗎?"
  40. AFX_IDP_FAILED_TO_CREATE "產生物件失敗. 確定應用程式已登錄在系統登錄器中(system registry)."
  41. AFX_IDS_METAFILE_FORMAT "圖片(Metafile)\na 圖片"
  42. AFX_IDS_DIB_FORMAT "設備獨立點陣圖(Device Independent Bitmap)\na 設備獨立點陣圖(device independent bitmap)"
  43. AFX_IDS_BITMAP_FORMAT "點陣圖\na 點陣圖"
  44. AFX_IDS_LINKSOURCE_FORMAT "%s\n%s"
  45. AFX_IDS_EMBED_FORMAT "%s\n%s"
  46. AFX_IDS_RTF_FORMAT "Rich Text (RTF)\n無字型和段落格式的文字"
  47. AFX_IDS_TEXT_FORMAT "未格式化文字\n文字沒有任何格式"
  48. AFX_IDS_INVALID_CURRENCY "不合法的貨幣值(Currency)."
  49. AFX_IDS_INVALID_DATETIME "不合法的日期時間(DateTime)."
  50. AFX_IDS_INVALID_DATETIMESPAN "不合法的DateTimeSpan."
  51. END
  52. /////////////////////////////////////////////////////////////////////////////
  53. #endif //!_AFXDLL
  54. #endif //__AFXOLECL_RC__