⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 module1.bas

📁 bartender专业条码软件的VB二次开发
💻 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 + -