demo.odl
来自「美国Solartron测量设备的演示程序,带数据库和图形显示功能」· ODL 代码 · 共 43 行
ODL
43 行
// Demo.odl : type library source for Demo.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Demo.tlb).
[ uuid(820982C4-D914-425A-A76F-A179AEC02333), version(1.0) ]
library Demo
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CDemoDoc
[ uuid(99F76EAF-CD26-4C8A-909D-00C1CABBA893) ]
dispinterface IDemo
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CDemoDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CDemoDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CDemoDoc
[ uuid(66C12F9F-C2F8-4DE8-B321-744897ECF0D7) ]
coclass Demo
{
[default] dispinterface IDemo;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?