extoolbar.odl

来自「Visual C++下的界面设计」· ODL 代码 · 共 42 行

ODL
42
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?