📄 textread.odl
字号:
// TextRead.odl : type library source for TextRead.exe
// This file will be processed by the MIDL compiler to produce the
// type library (TextRead.tlb).
[ uuid(F548D75B-F185-48F3-9351-D1223365EC3B), version(1.0) ]
library TextRead
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CTextReadDoc
[ uuid(A5BD6FF5-DCB1-43D3-9EB7-24447A06312F) ]
dispinterface ITextRead
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CTextReadDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CTextReadDoc)
//}}AFX_ODL_METHOD
};
// Class information for CTextReadDoc
[ uuid(6DB4AC6C-D967-4373-A058-E0CE1A73C3C6) ]
coclass Document
{
[default] dispinterface ITextRead;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -