finacemis.odl
来自「一个用MFC编写的家庭财务管理系统.采用了Sqlserver数据库.压缩包中已包」· ODL 代码 · 共 43 行
ODL
43 行
// FinaceMIS.odl : type library source for FinaceMIS.exe
// This file will be processed by the MIDL compiler to produce the
// type library (FinaceMIS.tlb).
[ uuid(3AD1D745-EE5B-4763-B818-66E22BF874F5), version(1.0) ]
library FinaceMIS
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CFinaceMISDoc
[ uuid(524F30A8-83CF-4959-8BA8-542EE4F78DD1) ]
dispinterface IFinaceMIS
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CFinaceMISDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CFinaceMISDoc)
//}}AFX_ODL_METHOD
};
// Class information for CFinaceMISDoc
[ uuid(26793A1B-34F4-4C4D-AE58-15B67C484148) ]
coclass Document
{
[default] dispinterface IFinaceMIS;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?