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

📄 textcomp.odl

📁 复合文档范例-比较文本
💻 ODL
字号:
// TextComp.odl : type library source for TextComp.dll

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

[ uuid(AA9E1F66-E96E-4004-8FD6-E8E71CCB2F1F), version(1.0) ]
library TextComp
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");




	//  Primary dispatch interface for CTextObject
	
	[ uuid(2671E622-5AB0-4347-A9F2-01CFB70D67CD) ]
	dispinterface ITextObject
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CTextObject)
			[id(1)] VARIANT Text;
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CTextObject)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CTextObject

	[ uuid(F24D0757-0AEE-41F1-88D0-63D2486F0BE8) ]
	coclass Object
	{
		[default] dispinterface ITextObject;
	};

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

⌨️ 快捷键说明

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