📄 exeshell.odl
字号:
// EXEshell.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 (EXEshell.tlb) that will become a resource in
// EXEshell.ocx.
#include <olectl.h>
#include <idispids.h>
[ uuid(1A316082-7C06-4B40-BBE3-082CA6307CB6), version(1.0),
helpfile("EXEshell.hlp"),
helpstring("EXEshell ActiveX Control module"),
control ]
library EXESHELLLib
{
importlib(STDOLE_TLB);
importlib(STDTYPE_TLB);
// Primary dispatch interface for CEXEshellCtrl
[ uuid(3F18D389-2C58-4C2F-98CE-6D06A314AE6F),
helpstring("Dispatch interface for EXEshell Control"), hidden ]
dispinterface _DEXEshell
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CEXEshellCtrl)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CEXEshellCtrl)
[id(1)] short command();
//}}AFX_ODL_METHOD
[id(DISPID_ABOUTBOX)] void AboutBox();
};
// Event dispatch interface for CEXEshellCtrl
[ uuid(D398F3A8-6ACC-49FA-B545-CDA6B23C2E0E),
helpstring("Event interface for EXEshell Control") ]
dispinterface _DEXEshellEvents
{
properties:
// Event interface has no properties
methods:
// NOTE - ClassWizard will maintain event information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_EVENT(CEXEshellCtrl)
//}}AFX_ODL_EVENT
};
// Class information for CEXEshellCtrl
[ uuid(B3C5A9C6-0B44-43D8-A7F3-D7F88A9D0364),
helpstring("EXEshell Control"), control ]
coclass EXEshell
{
[default] dispinterface _DEXEshell;
[default, source] dispinterface _DEXEshellEvents;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -