📄 ctlbmp.odl
字号:
#line 1 "ctlbmp.odl"
#line 1 "D:/MSVC15/CDK16/INCLUDE\\olectl.h"
#line 1179 "D:/MSVC15/CDK16/INCLUDE\\olectl.h"
#line 1200 "D:/MSVC15/CDK16/INCLUDE\\olectl.h"
#line 1201 "D:/MSVC15/CDK16/INCLUDE\\olectl.h"
#line 1203 "D:/MSVC15/CDK16/INCLUDE\\olectl.h"
#line 1205 "D:/MSVC15/CDK16/INCLUDE\\olectl.h"
#line 8 "ctlbmp.odl"
[ uuid(D50A1723-871E-11CE-B191-444553540000), version(1.0),
helpstring("Ctlbmp OLE Custom Control module"), control ]
library CtlbmpLib
{
importlib("stdole.tlb");
importlib("oc25.dll");
[ uuid(D50A1721-871E-11CE-B191-444553540000),
helpstring("Dispatch interface for Ctlbmp Control"), hidden ]
dispinterface _DCtlbmp
{
properties:
[id(1)] BSTR FileName;
[id((-501)), bindable, requestedit] OLE_COLOR BackColor;
[id((-504)), bindable, requestedit] short BorderStyle;
[id((-513)), bindable, requestedit] OLE_COLOR ForeColor;
[id(2)] short GraphicsMode;
methods:
[id((-552))] void AboutBox();
};
[ uuid(D50A1722-871E-11CE-B191-444553540000),
helpstring("Event interface for Ctlbmp Control") ]
dispinterface _DCtlbmpEvents
{
properties:
methods:
};
[ uuid(D50A1720-871E-11CE-B191-444553540000), licensed,
helpstring("Ctlbmp Control"), control ]
coclass Ctlbmp
{
[default] dispinterface _DCtlbmp;
[default, source] dispinterface _DCtlbmpEvents;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -