querypoi.odl
来自「兴趣点POI(Point of Interests)的查询程序。可以根据条件按照」· ODL 代码 · 共 43 行
ODL
43 行
// QueryPOI.odl : type library source for QueryPOI.exe
// This file will be processed by the MIDL compiler to produce the
// type library (QueryPOI.tlb).
[ uuid(EACFE047-781A-41B8-BD1A-7194FDEF21EA), version(1.0) ]
library QueryPOI
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CQueryPOIDoc
[ uuid(6D3124C6-AB28-48D8-82C0-BFB5E5BE8715) ]
dispinterface IQueryPOI
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CQueryPOIDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CQueryPOIDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CQueryPOIDoc
[ uuid(F716D471-3D59-44AD-9D7A-70F971EA2EFD) ]
coclass QueryPOI
{
[default] dispinterface IQueryPOI;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?