📄 utils.bas
字号:
Attribute VB_Name = "Utils"
Option Explicit
Public Const E_NOTIMPL = &H80004001 ' Constant that represents the standard HRESULT
Public Const E_FAIL As Long = &H80004005 ' HRESULT constant for returning errors
Public Const S_FALSE = &H1 ' Constant that represents the standard HRESULT
Public Const g_sFileExtension = ".spt"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -