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

📄 mapxsamp.odl

📁 在地图控制中添加了ODBC、ADO等方式获取数据库数据等功能
💻 ODL
字号:
// mapxsamp.odl : type library source for mapxsamp.exe

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (mapxsamp.tlb).

[ uuid(007BCAC1-0644-11D0-8796-00AA00B7EF73), version(1.0) ]
library Mapxsamp
{
	importlib("stdole32.tlb");
	
	//  Primary dispatch interface for CMapxSampleDoc
	
	[ uuid(007BCAC2-0644-11D0-8796-00AA00B7EF73) ]
	dispinterface IMapxsa
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMapxSampleDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMapxSampleDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMapxSampleDoc
	
	[ uuid(007BCAC0-0644-11D0-8796-00AA00B7EF73) ]
	coclass Document
	{
		[default] dispinterface IMapxsa;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -