pattern.idl
来自「汉字识别程序 有较高的汉字识别率 但不知是否对大家有帮助 希望大家多多照顾」· IDL 代码 · 共 19 行
IDL
19 行
// Pattern.idl : IDL source for Pattern.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Pattern.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(F4CE362B-9814-4450-85D7-762ED2E8FE42),
version(1.0),
helpstring("Pattern 1.0 Type Library")
]
library PatternLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?