convertdwg.odl
来自「这是树上的代码」· ODL 代码 · 共 43 行
ODL
43 行
// ConvertDwg.odl : type library source for ConvertDwg.exe
// This file will be processed by the MIDL compiler to produce the
// type library (ConvertDwg.tlb).
[ uuid(5093A062-7703-4356-BF42-353F95B28C3A), version(1.0) ]
library ConvertDwg
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CConvertDwgDoc
[ uuid(8B233843-59D5-44E3-BEED-07F6EDDD3F53) ]
dispinterface IConvertDwg
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CConvertDwgDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CConvertDwgDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CConvertDwgDoc
[ uuid(85ACE76A-45A6-4258-99F1-46D14C5BF12A) ]
coclass ConvertDwg
{
[default] dispinterface IConvertDwg;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?