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

📄 classicatldicesvr.odl

📁 电子签章的小部分实现
💻 ODL
字号:
// ClassicATLdiceSvr.odl : type library source for ActiveX Control project.

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (ClassicATLdiceSvr.tlb) that will become a resource in
// ClassicATLdiceSvr.ocx.

#include <olectl.h>
#include <idispids.h>

[ uuid(07BAED71-0196-4648-A40A-45B509D6BC4A), version(1.0),
  helpfile("ClassicATLdiceSvr.hlp"),
  helpstring("ClassicATLdiceSvr ActiveX Control module"),
  control ]
library CLASSICATLDICESVRLib
{
	importlib(STDOLE_TLB);
	importlib(STDTYPE_TLB);

	//  Primary dispatch interface for CClassicATLdiceSvrCtrl

	[ uuid(4B0BAA9B-E424-4F53-9F65-578187B57507),
	  helpstring("Dispatch interface for ClassicATLdiceSvr Control"), hidden ]
	dispinterface _DClassicATLdiceSvr
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CClassicATLdiceSvrCtrl)
			//}}AFX_ODL_PROP

		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CClassicATLdiceSvrCtrl)
			//}}AFX_ODL_METHOD
	};

	//  Event dispatch interface for CClassicATLdiceSvrCtrl

	[ uuid(96953A9E-04E2-4EAC-83E0-B79385B6BED8),
	  helpstring("Event interface for ClassicATLdiceSvr Control") ]
	dispinterface _DClassicATLdiceSvrEvents
	{
		properties:
			//  Event interface has no properties

		methods:
			// NOTE - ClassWizard will maintain event information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_EVENT(CClassicATLdiceSvrCtrl)
			//}}AFX_ODL_EVENT
	};

	//  Class information for CClassicATLdiceSvrCtrl

	[ uuid(4E7FE59A-0EE5-417B-8782-D5261E6A4863),
	  helpstring("ClassicATLdiceSvr Control"), control ]
	coclass ClassicATLdiceSvr
	{
		[default] dispinterface _DClassicATLdiceSvr;
		[default, source] dispinterface _DClassicATLdiceSvrEvents;
	};


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

⌨️ 快捷键说明

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