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 "현재의 Windows에서는 ActiveX 개체를 저장할 수 없습니다!\n%1에 대한 변경 사항을 무시할까요?"
  40. AFX_IDP_FAILED_TO_CREATE "개체 만들기 실패. 응용 프로그램이 시스템 등록부에 입력되었는지 확인하십시오."
  41. AFX_IDS_METAFILE_FORMAT "그림 (메타파일)\n 그림"
  42. AFX_IDS_DIB_FORMAT "장치 독립 비트맵\n 장치 독립 비트맵"
  43. AFX_IDS_BITMAP_FORMAT "비트맵\n 비트맵"
  44. AFX_IDS_LINKSOURCE_FORMAT "%s\n%s"
  45. AFX_IDS_EMBED_FORMAT "%s\n%s"
  46. AFX_IDS_RTF_FORMAT "Rich 텍스트 (RTF)\n글꼴 및 단락 서식이 있는 텍스트"
  47. AFX_IDS_TEXT_FORMAT "서식 비설정 텍스트\n서식이 없는 텍스트"
  48. AFX_IDS_INVALID_CURRENCY "잘못된 통화."
  49. AFX_IDS_INVALID_DATETIME "잘못된 일시."
  50. AFX_IDS_INVALID_DATETIMESPAN "잘못된 일시 범위."
  51. END
  52. /////////////////////////////////////////////////////////////////////////////
  53. #endif //!_AFXDLL
  54. #endif //__AFXOLECL_RC__