TextComp.odl
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:1k
源码类别:

DNA

开发平台:

Visual C++

  1. // TextComp.odl : type library source for TextComp.dll
  2. // This file will be processed by the MIDL compiler to produce the
  3. // type library (TextComp.tlb).
  4. [ uuid(4F168D44-C210-11D2-9E60-00104B08CC22), version(1.0) ]
  5. library TextComp
  6. {
  7. importlib("stdole32.tlb");
  8. importlib("stdole2.tlb");
  9. //  Primary dispatch interface for CTextObject
  10. [ uuid(4F168D56-C210-11D2-9E60-00104B08CC22) ]
  11. dispinterface ITextObject
  12. {
  13. properties:
  14. // NOTE - ClassWizard will maintain property information here.
  15. //    Use extreme caution when editing this section.
  16. //{{AFX_ODL_PROP(CTextObject)
  17. [id(1)] VARIANT Text;
  18. //}}AFX_ODL_PROP
  19. methods:
  20. // NOTE - ClassWizard will maintain method information here.
  21. //    Use extreme caution when editing this section.
  22. //{{AFX_ODL_METHOD(CTextObject)
  23. //}}AFX_ODL_METHOD
  24. };
  25. //  Class information for CTextObject
  26. [ uuid(4F168D57-C210-11D2-9E60-00104B08CC22) ]
  27. coclass Object
  28. {
  29. [default] dispinterface ITextObject;
  30. };
  31. //{{AFX_APPEND_ODL}}
  32. //}}AFX_APPEND_ODL}}
  33. };