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

📄 extoolbar.odl

📁 Visual C++下的界面设计
💻 ODL
字号:
// ExToolBar.odl : type library source for ExToolBar.exe

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

[ uuid(298735F4-FF1C-11D1-8A9F-000000000000), version(1.0) ]
library ExToolBar
{
	importlib("stdole32.tlb");
	

	//  Primary dispatch interface for CExToolBarDoc
	
	[ uuid(298735F5-FF1C-11D1-8A9F-000000000000) ]
	dispinterface IExToolBar
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CExToolBarDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CExToolBarDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CExToolBarDoc
	
	[ uuid(298735F3-FF1C-11D1-8A9F-000000000000) ]
	coclass Document
	{
		[default] dispinterface IExToolBar;
	};

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

⌨️ 快捷键说明

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