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

📄 mapapp.odl

📁 用VC++实现矢量地图背景下的实时显示源代码
💻 ODL
字号:
// MapApp.odl : type library source for MapApp.exe

// This file will be processed by the MIDL compiler to produce the
// type library (MapApp.tlb).

[ uuid(9B0AEFF4-69DE-11D5-A8BB-0000E8E7DC45), version(1.0) ]
library MapApp
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMapAppDoc
	
	[ uuid(9B0AEFF5-69DE-11D5-A8BB-0000E8E7DC45) ]
	dispinterface IMapApp
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMapAppDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMapAppDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMapAppDoc
	
	[ uuid(9B0AEFF3-69DE-11D5-A8BB-0000E8E7DC45) ]
	coclass Document
	{
		[default] dispinterface IMapApp;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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