📄 femmview.odl
字号:
// femmview.odl : type library source for femmview.exe
// This file will be processed by the MIDL compiler to produce the
// type library (femmview.tlb).
[ uuid(EE5BB3DE-259D-400C-81D3-C31492BAC758), version(1.0) ]
library Femmview
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for ActiveFEMM
[ uuid(E208164C-7724-4879-9AA3-E0BBC98A1A2F) ]
dispinterface IActiveFEMM
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(ActiveFEMM)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(ActiveFEMM)
[id(1)] BSTR call2femm(BSTR luacmd);
[id(2)] BSTR mlab2femm(BSTR luacmd);
//}}AFX_ODL_METHOD
};
// Class information for ActiveFEMM
[ uuid(0765F1A1-9084-41AF-8678-B8B5C17041CF) ]
coclass ActiveFEMM
{
[default] dispinterface IActiveFEMM;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -