双星台球厅计时收费系统.odl
来自「可以用于台球厅进行收费的程序代码,计算时间并进行费用计算」· ODL 代码 · 共 43 行
ODL
43 行
// 双星台球厅计时收费系统.odl : type library source for 双星台球厅计时收费系统.exe
// This file will be processed by the MIDL compiler to produce the
// type library (双星台球厅计时收费系统.tlb).
[ uuid(EC08EB09-2190-4D36-8B9D-02193DDE24B9), version(1.0) ]
library My
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CMyDoc
[ uuid(BA2A1BF5-5906-4F8E-B8FF-77145E3829A7) ]
dispinterface IMy
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CMyDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CMyDoc)
//}}AFX_ODL_METHOD
};
// Class information for CMyDoc
[ uuid(9D90E837-CEF2-405E-8E71-350693906BE1) ]
coclass Document
{
[default] dispinterface IMy;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?