📄 cpshellhookreg.pas
字号:
{*****************************************************************************
* UnitName: CPShellHookReg
* Version: 1.1
* Created: 24/03/2005
* Updated: 14/03/2006
* Purpose: WH_SHELL Hook Component Registration Unit
* Developer: BITLOGIC Software
* Email: development@bitlogic.co.uk
* WebPage: http://www.bitlogic.co.uk
*****************************************************************************}
{*****************************************************************************
See CPShellHook.pas for more information.
*****************************************************************************}
unit CPShellHookReg;
interface
uses classes, CPShellHook;
procedure Register;
implementation
procedure Register;
begin
RegisterComponents('BITLOGIC', [TCPShellHook]);
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -