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

📄 maptest.odl

📁 GIS地理信息系统开发。大名鼎鼎的MAPX+C++软件开发
💻 ODL
字号:
// MapTest.odl : type library source for MapTest.exe

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

[ uuid(6F884F00-3104-11D2-936A-0060978C27AF), version(1.0) ]
library MapTest
{
	importlib("stdole32.tlb");
	
	//  Primary dispatch interface for CMapTestDoc
	
	[ uuid(6F884F01-3104-11D2-936A-0060978C27AF) ]
	dispinterface IMapTes
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMapTestDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMapTestDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMapTestDoc
	
	[ uuid(193C0040-30A7-11D2-936A-0060978C27AF) ]
	coclass CMapTestDoc
	{
		[default] dispinterface IMapTes;
	};


	//  Primary dispatch interface for CCustDlg
	
	[ uuid(97520440-3384-11D2-936A-0060978C27AF) ]
	dispinterface ICustDlg
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CCustDlg)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CCustDlg)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CCustDlg

	[ uuid(97520441-3384-11D2-936A-0060978C27AF) ]
	coclass CCustDlg
	{
		[default] dispinterface ICustDlg;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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