?? 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 + -