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

📄 tabbars.odl

📁 TabBars的开源源码
💻 ODL
字号:
// TabBars.odl : type library source for TabBars.dll

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (TabBars.tlb).

[	uuid(633BF123-72D5-4C79-B1DD-5EF86687F40C), version(1.0),
	helpstring ("TABBARS Developer Studio Add-in") ]
library TabBars
{
	importlib("stdole32.tlb");
	importlib("devshl.dll");
	importlib("ide\devdbg.pkg");
	

	//  Dual interface for CCommands
	//
	//  All commands that your add-in adds to DevStudio
	//   must appear in this interface.  You may use the
	//   ClassView to add methods to this interface, which
	//   will cause stub implementations of those methods to
	//   appear in your CCommands class.
	
	[	uuid(5CBBEA83-4F92-4A70-9378-CB5217452A2B),
		oleautomation,
		dual
	]

	interface ICommands : IDispatch
	{
		// methods
		[id(1)] 
		HRESULT OSHeaderFlip();
		HRESULT OSSetCurrDir();
		HRESULT OSOpenAsText();
		HRESULT OSBlockRemark();
		HRESULT OSRemark();
		HRESULT OSUnremark();
		HRESULT OSFuncDesc();
		HRESULT OSInsertDiagram();
		HRESULT OSZipWorkspace();
		HRESULT OSOpenDswInZip();
		HRESULT OSOptions();
	};

	//  Class information for CCommands

	[ uuid(D68C7275-E6A6-44DB-98CD-B7A706BE4A58) ]
	coclass Commands
	{
		[default] interface ICommands;
	};

	[ hidden, uuid(857A7467-5B2B-416F-B011-1972041BD2F4) ]
	coclass ApplicationEvents
	{
		[default] interface IApplicationEvents;
	}

	[ hidden, uuid(65BDAF3F-C46C-4F21-A25A-775CCF242F6E) ]
	coclass DebuggerEvents
	{
		[default] interface IDebuggerEvents;
	}

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

⌨️ 快捷键说明

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