📄 shiftpltfrm.odl
字号:
// ShiftPltFrm.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 (ShiftPltFrm.tlb) that will become a resource in
// ShiftPltFrm.ocx.
#include <olectl.h>
#include <idispids.h>
[ uuid(4BAC1766-2070-453B-B8BD-51D45B75C026), version(1.0),
helpfile("ShiftPltFrm.hlp"),
helpstring("ShiftPltFrm ActiveX Control module"),
control ]
library SHIFTPLTFRMLib
{
importlib(STDOLE_TLB);
importlib(STDTYPE_TLB);
// Primary dispatch interface for CShiftPltFrmCtrl
[ uuid(20CA4A73-DB62-4D0C-8893-0FFC3C5AFB8A),
helpstring("Dispatch interface for ShiftPltFrm Control"), hidden ]
dispinterface _DShiftPltFrm
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CShiftPltFrmCtrl)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CShiftPltFrmCtrl)
[id(1)] boolean DoBitFeature(short* pIntvArgu);
[id(2)] boolean Init();
[id(3)] void UnInst();
//}}AFX_ODL_METHOD
};
// Event dispatch interface for CShiftPltFrmCtrl
[ uuid(5CBD31B4-03BF-4BC6-87B3-A515F54A563F),
helpstring("Event interface for ShiftPltFrm Control") ]
dispinterface _DShiftPltFrmEvents
{
properties:
// Event interface has no properties
methods:
// NOTE - ClassWizard will maintain event information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_EVENT(CShiftPltFrmCtrl)
//}}AFX_ODL_EVENT
};
// Class information for CShiftPltFrmCtrl
[ uuid(C407E0D6-7FD8-43FD-B701-6463609FA487),
helpstring("ShiftPltFrm Control"), control ]
coclass ShiftPltFrm
{
[default] dispinterface _DShiftPltFrm;
[default, source] dispinterface _DShiftPltFrmEvents;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -