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

📄 webtest.odl

📁 vc实现对网页中的各种文本框进行测试
💻 ODL
字号:
// webtest.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 (webtest.tlb) that will become a resource in
// webtest.ocx.

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

[ uuid(7EBAB1D4-5FEE-4B46-B739-16FB0E4A7312), version(1.0),
  helpfile("webtest.hlp"),
  helpstring("webtest ActiveX Control module"),
  control ]
library WEBTESTLib
{
	importlib(STDOLE_TLB);
	importlib(STDTYPE_TLB);

	//  Primary dispatch interface for CWebtestCtrl

	[ uuid(D0819CE6-B97E-499C-9D3F-5E525A6A7B6A),
	  helpstring("Dispatch interface for Webtest Control"), hidden ]
	dispinterface _DWebtest
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CWebtestCtrl)
			//}}AFX_ODL_PROP

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

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

	//  Event dispatch interface for CWebtestCtrl

	[ uuid(E13D646C-0030-4C9D-9FB0-49063799F2AF),
	  helpstring("Event interface for Webtest Control") ]
	dispinterface _DWebtestEvents
	{
		properties:
			//  Event interface has no properties

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

	//  Class information for CWebtestCtrl

	[ uuid(EBB2B0E3-789D-45FD-AB51-781EA1DCE9C4),
	  helpstring("Webtest Control"), control ]
	coclass Webtest
	{
		[default] dispinterface _DWebtest;
		[default, source] dispinterface _DWebtestEvents;
	};


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

⌨️ 快捷键说明

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