ctlbmp.odl
来自「早期的WINDOWS编程,适合刚接触WINDOWS编程的初学者」· ODL 代码 · 共 1,277 行
ODL
1,277 行
#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 + =
减小字号Ctrl + -
显示快捷键?