📄 tritransfromer.odl
字号:
// tritransfromer.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 (tritransfromer.tlb) that will become a resource in
// tritransfromer.ocx.
#include <olectl.h>
#include <idispids.h>
[ uuid(0DB69ACE-0F12-4629-9083-9E6445FE26E9), version(1.0),
helpfile("tritransfromer.hlp"),
helpstring("tritransfromer ActiveX Control module"),
control ]
library TRITRANSFROMERLib
{
importlib(STDOLE_TLB);
importlib(STDTYPE_TLB);
// Primary dispatch interface for CTritransfromerCtrl
[ uuid(83C3A286-715C-4D57-A9DB-F81012D7F0C7),
helpstring("Dispatch interface for Tritransfromer Control"), hidden ]
dispinterface _DTritransfromer
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CTritransfromerCtrl)
[id(1)] OLE_COLOR BackColor;
[id(2)] OLE_COLOR ForeColor;
[id(3)] short DisplayType;
[id(4)] BOOL ImageHollow;
[id(5)] short LineSize;
[id(6)] OLE_COLOR TopColor;
[id(7)] OLE_COLOR BottomColor;
[id(8)] OLE_COLOR RightColor;
[id(DISPID_TEXT), bindable, requestedit] BSTR Text;
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CTritransfromerCtrl)
//}}AFX_ODL_METHOD
};
// Event dispatch interface for CTritransfromerCtrl
[ uuid(0086271B-2068-402A-866E-1153235C26E1),
helpstring("Event interface for Tritransfromer Control") ]
dispinterface _DTritransfromerEvents
{
properties:
// Event interface has no properties
methods:
// NOTE - ClassWizard will maintain event information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_EVENT(CTritransfromerCtrl)
//}}AFX_ODL_EVENT
};
// Class information for CTritransfromerCtrl
[ uuid(EB1FA2C9-8453-42BF-8C26-4EEE78EBB5AD),
helpstring("Tritransfromer Control"), control ]
coclass Tritransfromer
{
[default] dispinterface _DTritransfromer;
[default, source] dispinterface _DTritransfromerEvents;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -