📄 mapper.odl
字号:
// mapper.odl : type library source for mapper.exe
// This file will be processed by the MIDL compiler to produce the
// type library (mapper.tlb).
[ uuid(D8992567-4248-4B9C-A356-FB77888DC46A), version(1.0) ]
library Mapper
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CMapperDoc
[ uuid(7F1AE9F4-F6CE-4535-B398-2EFF4B192CAD) ]
dispinterface IMapper
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CMapperDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CMapperDoc)
//}}AFX_ODL_METHOD
};
// Class information for CMapperDoc
[ uuid(166511FB-E349-45CC-B54E-25B299210BFB) ]
coclass Document
{
[default] dispinterface IMapper;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -