CommandBarsDesigner.odl
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // CommandBarsDesigner.odl : type library source for CommandBarsDesigner.exe
  2. // This file will be processed by the MIDL compiler to produce the
  3. // type library (CommandBarsDesigner.tlb).
  4. [ uuid(F06E18E1-3A61-44C0-ACBC-E7134C52598A), version(1.0) ]
  5. library CommandBarsDesigner
  6. {
  7. importlib("stdole32.tlb");
  8. importlib("stdole2.tlb");
  9. //  Primary dispatch interface for CCommandBarsDesignerDoc
  10. [ uuid(157FA069-D75C-4E71-A537-7C86F65FB7E9) ]
  11. dispinterface ICommandBarsDesigner
  12. {
  13. properties:
  14. // NOTE - ClassWizard will maintain property information here.
  15. //    Use extreme caution when editing this section.
  16. //{{AFX_ODL_PROP(CCommandBarsDesignerDoc)
  17. //}}AFX_ODL_PROP
  18. methods:
  19. // NOTE - ClassWizard will maintain method information here.
  20. //    Use extreme caution when editing this section.
  21. //{{AFX_ODL_METHOD(CCommandBarsDesignerDoc)
  22. [id(1)] boolean OnEdit(OLE_HANDLE hWnd);
  23. //}}AFX_ODL_METHOD
  24. };
  25. //  Class information for CCommandBarsDesignerDoc
  26. [ uuid(D87BE4B3-AF03-44B7-A307-84820060A4C5) ]
  27. coclass Document
  28. {
  29. [default] dispinterface ICommandBarsDesigner;
  30. };
  31. //{{AFX_APPEND_ODL}}
  32. //}}AFX_APPEND_ODL}}
  33. };