📄 双星台球厅计时收费系统.odl
字号:
// 双星台球厅计时收费系统.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -