📄 finacemis.odl
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -