fiveplus.odl

来自「该程序功能:用JAVa实现的彩色五珠棋小游戏」· ODL 代码 · 共 43 行

ODL
43
字号
// FivePlus.odl : type library source for FivePlus.exe

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

[ uuid(40D7C727-FC8B-4806-B31F-A45C14BA776B), version(1.0) ]
library FivePlus
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CFivePlusDoc
	
	[ uuid(46760B8F-C226-4EFE-BA9B-AC947162BCBE) ]
	dispinterface IFivePlus
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CFivePlusDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CFivePlusDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CFivePlusDoc
	
	[ uuid(C4A2156C-F2BE-48EC-9601-A1940611FE49) ]
	coclass FivePlus
	{
		[default] dispinterface IFivePlus;
	};

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

⌨️ 快捷键说明

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