sdifortxt.odl
来自「初学时编写的一个简单的单文件文本编辑器 功能简单」· ODL 代码 · 共 43 行
ODL
43 行
// SDIforTXT.odl : type library source for SDIforTXT.exe
// This file will be processed by the MIDL compiler to produce the
// type library (SDIforTXT.tlb).
[ uuid(34B8EAEC-7E3C-4AE4-BEEF-DB2E5A89DAAD), version(1.0) ]
library SDIforTXT
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CSDIforTXTDoc
[ uuid(D76DA28D-B927-4B0B-81E3-12F1D60C7DCB) ]
dispinterface ISDIforTXT
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CSDIforTXTDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CSDIforTXTDoc)
//}}AFX_ODL_METHOD
};
// Class information for CSDIforTXTDoc
[ uuid(FC27446F-1C9D-4DB8-9986-CC5F1F6C6F75) ]
coclass Document
{
[default] dispinterface ISDIforTXT;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?