📄 loadfont.odl
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -