⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 querypoi.odl

📁 兴趣点POI(Point of Interests)的查询程序。可以根据条件按照最近方式搜索到POI点
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -