📄 modtype.bas
字号:
Attribute VB_Name = "ModType"
Option Explicit
Type ConfigEditType
cmbBoudRate As String
cmbParity As String
cmbDatabits As String
cmbStopbits As String
cmbCom As String
End Type
Type CodeEditType
data4(16) As String
End Type
Public ConfigEdit As ConfigEditType
Public CodeEdit As CodeEditType
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -