convertdwg.reg

来自「这是树上的代码」· REG 代码 · 共 14 行

REG
14
字号
REGEDIT
; This .REG file may be used by your SETUP program.
;   If a SETUP program is not available, the entries below will be
;   registered in your InitInstance automatically with a call to
;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.


HKEY_CLASSES_ROOT\ConvertDwg.Application = ConvertDwg Application
HKEY_CLASSES_ROOT\ConvertDwg.Application\CLSID = {85ACE76A-45A6-4258-99F1-46D14C5BF12A}

HKEY_CLASSES_ROOT\CLSID\{85ACE76A-45A6-4258-99F1-46D14C5BF12A} = ConvertDwg Application
HKEY_CLASSES_ROOT\CLSID\{85ACE76A-45A6-4258-99F1-46D14C5BF12A}\ProgId = ConvertDwg.Application
HKEY_CLASSES_ROOT\CLSID\{85ACE76A-45A6-4258-99F1-46D14C5BF12A}\LocalServer32 = CONVERTDWG.EXE

⌨️ 快捷键说明

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