canmonitor.reg

来自「CAN总线监听代码,非常有用」· REG 代码 · 共 16 行

REG
16
字号
REGEDIT
; 此 .REG 文件可能由 SETUP 程序使用。
;   如果 SETUP 程序不可用,则调用
;   CWinApp::RegisterShellFileTypes 和 COleObjectFactory::UpdateRegistryAll
;   在 InitInstance 中对下列项自动进行注册。

HKEY_CLASSES_ROOT\.clog = CanMonitor.Document
HKEY_CLASSES_ROOT\CanMonitor.Document\shell\open\command = CanMonitor.EXE %1
HKEY_CLASSES_ROOT\CanMonitor.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\CanMonitor.Document\shell\open\ddeexec\application = CanMonitor
    ; 注意: 此应用程序是可选的
    ;  (默认为“命令”中的应用程序名)

HKEY_CLASSES_ROOT\CanMonitor.Document = CanMonitor.Document

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?