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

📄 ceedit.odl

📁 一个wince下控件
💻 ODL
字号:
// CEEdit.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 (CEEdit.tlb) that will become a resource in
// CEEdit.ocx.

#include <olectl.h>

[ uuid(3330EB85-CB4F-4A10-90D9-E81FE1CB2A26), version(1.0),
  helpfile("helpfile.htm"),
  helpstring("CEEdit ActiveX Control module"),
  control ]
library CEEDITLib
{
	importlib(STDOLE_TLB);
	importlib(STDTYPE_TLB);

	//  Primary dispatch interface for CCEEditCtrl

	[ uuid(BAEA19CA-38ED-44C5-AB76-9F25F1E045DE),
	  helpstring("Dispatch interface for CEEdit Control"), hidden ]
	dispinterface _DCEEdit
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CCEEditCtrl)
			[id(1)] BSTR FontFaceName;
			[id(2)] long FontWidth;
			[id(3)] long FontHeight;
			[id(4)] long FontEscapement;
			[id(5)] long FontOrientation;
			[id(6)] long FontItalic;
			[id(7)] long FontUnderline;
			[id(8)] long FontStrikeOut;
			[id(9)] long FontCharSet;
			[id(10)] long FontOutPrecision;
			[id(11)] long FontQuality;
			[id(12)] long FontPitchAndFamily;
			[id(13)] long FontWeight;
			[id(14)] long FontClipPrecision;
			[id(15)] OLE_COLOR FrameColor;
			[id(16)] long FrameStyle;
			[id(17)] long Model;
			[id(18)] BSTR PictureFileName;
			[id(19)] long BackStyle;
			[id(20)] OLE_COLOR TransparentColor;
			[id(21)] OLE_COLOR BackColor;
			[id(22)] BSTR Caption;
			[id(23)] boolean Enabled;
			[id(24)] OLE_COLOR ForeColor;
			[id(25)] OLE_HANDLE HWnd;
			//}}AFX_ODL_PROP

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

	//  Event dispatch interface for CCEEditCtrl

	[ uuid(2E906F3F-3EC0-4109-A2F4-F339E0C5FCF7),
	  helpstring("Event interface for CEEdit Control") ]
	dispinterface _DCEEditEvents
	{
		properties:
			//  Event interface has no properties

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

	//  Class information for CCEEditCtrl

	[ uuid(B7F9CB96-4DEE-4F13-96FF-E4D2F021F6BB),
	  helpstring("CEEdit Control"), control ]
	coclass CEEdit
	{
		[default] dispinterface _DCEEdit;
		[default, source] dispinterface _DCEEditEvents;
	};


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

⌨️ 快捷键说明

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