ffms.odl
来自「本家庭理财系统是一个简易的家庭理财工具」· ODL 代码 · 共 43 行
ODL
43 行
// FFMS.odl : type library source for FFMS.exe
// This file will be processed by the MIDL compiler to produce the
// type library (FFMS.tlb).
[ uuid(614A9031-797E-4084-BE4C-6A49F70BF611), version(1.0) ]
library FFMS
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CFFMSDoc
[ uuid(CFF7F9A8-27BF-4513-A37B-9FFE3C387168) ]
dispinterface IFFMS
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CFFMSDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CFFMSDoc)
//}}AFX_ODL_METHOD
};
// Class information for CFFMSDoc
[ uuid(EEC7FD64-734C-42FF-BBDA-FD134FE99894) ]
coclass Document
{
[default] dispinterface IFFMS;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?