loadfont.odl

来自「传真示例」· ODL 代码 · 共 40 行

ODL
40
字号
// LoadFont.odl : type library source for LoadFont.exe

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

[ uuid(0A6856E1-A34F-11CF-8EA7-00A02441881C), version(1.0) ]
library LoadFont
{
	importlib("stdole32.tlb");
	
	//  Primary dispatch interface for CLoadFontDoc
	
	[ uuid(0A6856E2-A34F-11CF-8EA7-00A02441881C) ]
	dispinterface ILoadFo
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CLoadFontDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CLoadFontDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CLoadFontDoc
	
	[ uuid(0A6856E0-A34F-11CF-8EA7-00A02441881C) ]
	coclass Document
	{
		[default] dispinterface ILoadFo;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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