📄 clock.odl
字号:
// Clock.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 (Clock.tlb) that will become a resource in
// Clock.ocx.
#include <olectl.h>
#include <idispids.h>
[ uuid(B3B06023-5309-11D6-888D-9F189E3EC170), version(1.0),
helpfile("Clock.hlp"),
helpstring("Clock ActiveX Control module"),
control ]
library CLOCKLib
{
importlib(STDOLE_TLB);
importlib(STDTYPE_TLB);
// Primary dispatch interface for CClockCtrl
[ uuid(B3B06024-5309-11D6-888D-9F189E3EC170),
helpstring("Dispatch interface for Clock Control"), hidden ]
dispinterface _DClock
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CClockCtrl)
[id(1)] boolean IfDigitShape;
[id(2)] long UpdateInterval;
[id(DISPID_BACKCOLOR), bindable, requestedit] OLE_COLOR BackColor;
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CClockCtrl)
//}}AFX_ODL_METHOD
[id(DISPID_ABOUTBOX)] void AboutBox();
};
// Event dispatch interface for CClockCtrl
[ uuid(B3B06025-5309-11D6-888D-9F189E3EC170),
helpstring("Event interface for Clock Control") ]
dispinterface _DClockEvents
{
properties:
// Event interface has no properties
methods:
// NOTE - ClassWizard will maintain event information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_EVENT(CClockCtrl)
[id(DISPID_CLICK)] void Click();
//}}AFX_ODL_EVENT
};
// Class information for CClockCtrl
[ uuid(B3B06026-5309-11D6-888D-9F189E3EC170),
helpstring("Clock Control"), control ]
coclass Clock
{
[default] dispinterface _DClock;
[default, source] dispinterface _DClockEvents;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -