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

📄 activece.odl

📁 Visual C++ 6.0 种MFC 开发的ActiveX控件
💻 ODL
字号:
// Activece.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 (Activece.tlb) that will become a resource in
// Activece.ocx.

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

[ uuid(7E99E22E-3426-49FA-80F7-6762091151CC), version(1.0),
  helpfile("Activece.hlp"),
  helpstring("Activece ActiveX Control module"),
  control ]
library ACTIVECELib
{
	importlib(STDOLE_TLB);
	importlib(STDTYPE_TLB);

	//  Primary dispatch interface for CActiveceCtrl

	[ uuid(FE309085-4E68-423D-BAC0-8EF276DCAE3D),
	  helpstring("Dispatch interface for Activece Control"), hidden ]
	dispinterface _DActivece
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CActiveceCtrl)
			//}}AFX_ODL_PROP

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

			[id(DISPID_ABOUTBOX)] void AboutBox();
	};

	//  Event dispatch interface for CActiveceCtrl

	[ uuid(DC7E1AF0-09C1-42CC-A090-B9BC5659EB86),
	  helpstring("Event interface for Activece Control") ]
	dispinterface _DActiveceEvents
	{
		properties:
			//  Event interface has no properties

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

	//  Class information for CActiveceCtrl

	[ uuid(6E66406A-80C1-44BE-849C-51893248B66C),
	  helpstring("Activece Control"), control ]
	coclass Activece
	{
		[default] dispinterface _DActivece;
		[default, source] dispinterface _DActiveceEvents;
	};


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

⌨️ 快捷键说明

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