daoli2.odl
来自「用几种规则控制倒立摆的模糊运动的程序」· ODL 代码 · 共 43 行
ODL
43 行
// DAOLI2.odl : type library source for DAOLI2.exe
// This file will be processed by the MIDL compiler to produce the
// type library (DAOLI2.tlb).
[ uuid(107FCEE4-45E0-11D5-BFB8-0080AD3A53F1), version(1.0) ]
library DAOLI2
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CDAOLI2Doc
[ uuid(107FCEE5-45E0-11D5-BFB8-0080AD3A53F1) ]
dispinterface IDAOLI2
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CDAOLI2Doc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CDAOLI2Doc)
//}}AFX_ODL_METHOD
};
// Class information for CDAOLI2Doc
[ uuid(107FCEE3-45E0-11D5-BFB8-0080AD3A53F1) ]
coclass Document
{
[default] dispinterface IDAOLI2;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?