maptest.odl

来自「GIS地理信息系统开发。大名鼎鼎的MAPX+C++软件开发」· ODL 代码 · 共 68 行

ODL
68
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?