booklib.odl
来自「自己编写的迷你图书馆的完整程序.VC6MFC编写的,Windows界面.数据采用」· ODL 代码 · 共 43 行
ODL
43 行
// BookLib.odl : type library source for BookLib.exe
// This file will be processed by the MIDL compiler to produce the
// type library (BookLib.tlb).
[ uuid(57737E74-B066-4ABE-9A32-8BCC488E62D6), version(1.0) ]
library BookLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CBookLibDoc
[ uuid(01AF7B13-0FBB-4D78-A078-B9E13F2C7405) ]
dispinterface IBookLib
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CBookLibDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CBookLibDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CBookLibDoc
[ uuid(1A04CFF3-10E8-4D72-A9A7-CB6FA906DE61) ]
coclass BookLib
{
[default] dispinterface IBookLib;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?