📄 module1.bas
字号:
Attribute VB_Name = "PublicVariables"
'Normal Public Variables
Public BtApp As BarTender.Application
Public BtFormat As BarTender.Format
Public m_sNewFormat As String
Public m_sSelectedFormat As String
Public m_bBtVisibility As Boolean
'Error Flags Variables
Public m_bOpenFormatFailed As Boolean
Public m_iIgnoreAllErrorsFlag As Integer
Public m_bExitCurrentProcedure As Boolean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -