📄 playbox.odl
字号:
// PlayBox.odl : type library source for ActiveX Control project.
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (PlayBox.tlb) that will become a resource in
// PlayBox.ocx.
#include <olectl.h>
#include <idispids.h>
[ uuid(90E23707-BE5C-11D4-9716-00E04CDD4565), version(1.0),
helpfile("PlayBox.hlp"),
helpstring("PlayBox ActiveX Control module"),
control ]
library PLAYBOXLib
{
importlib(STDOLE_TLB);
importlib(STDTYPE_TLB);
// Primary dispatch interface for CPlayBoxCtrl
[ uuid(90E23708-BE5C-11D4-9716-00E04CDD4565),
helpstring("Dispatch interface for PlayBox Control"), hidden ]
dispinterface _DPlayBox
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CPlayBoxCtrl)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CPlayBoxCtrl)
//}}AFX_ODL_METHOD
[id(DISPID_ABOUTBOX)] void AboutBox();
};
// Event dispatch interface for CPlayBoxCtrl
[ uuid(90E23709-BE5C-11D4-9716-00E04CDD4565),
helpstring("Event interface for PlayBox Control") ]
dispinterface _DPlayBoxEvents
{
properties:
// Event interface has no properties
methods:
// NOTE - ClassWizard will maintain event information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_EVENT(CPlayBoxCtrl)
//}}AFX_ODL_EVENT
};
// Class information for CPlayBoxCtrl
[ uuid(90E2370A-BE5C-11D4-9716-00E04CDD4565),
helpstring("PlayBox Control"), control ]
coclass PlayBox
{
[default] dispinterface _DPlayBox;
[default, source] dispinterface _DPlayBoxEvents;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -