mapper.odl
来自「vc 和mapobjects地理信息系统组件开发 很有启发意义和参考价值」· ODL 代码 · 共 43 行
ODL
43 行
// 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 + =
减小字号Ctrl + -
显示快捷键?