contextmenuhandlershellext.dpr
来自「Drag files and Drop to delphi forms 0402」· DPR 代码 · 共 19 行
DPR
19 行
// Note: If the Delphi IDE inserts a "{$R *.TLB}" here, just delete it again.
// This project does not use a type library.
library ContextMenuHandlerShellExt;
{%File 'readme.txt'}
uses
ComServ,
ContextMenuHandlerMain in 'ContextMenuHandlerMain.pas' {DataModuleContextMenuHandler: TDataModule};
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
begin
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?