wordautomation.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\WordAutomation.Application = WordAutomation Application
HKEY_CLASSES_ROOT\WordAutomation.Application\CLSID = {0CBEEE22-BEBF-11D8-82B9-0001028D890C}
HKEY_CLASSES_ROOT\CLSID\{0CBEEE22-BEBF-11D8-82B9-0001028D890C} = WordAutomation Application
HKEY_CLASSES_ROOT\CLSID\{0CBEEE22-BEBF-11D8-82B9-0001028D890C}\ProgId = WordAutomation.Application
HKEY_CLASSES_ROOT\CLSID\{0CBEEE22-BEBF-11D8-82B9-0001028D890C}\LocalServer32 = WORDAUTOMATION.EXE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?