📄 form7.frm
字号:
VERSION 5.00
Begin VB.Form Form7
BorderStyle = 1 'Fixed Single
Caption = "Form7"
ClientHeight = 6030
ClientLeft = 45
ClientTop = 330
ClientWidth = 8790
LinkTopic = "Form7"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6030
ScaleWidth = 8790
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 1095
Left = 0
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 3
Top = 4320
Width = 8775
End
Begin VB.ListBox List2
Height = 2040
Left = 0
TabIndex = 2
Top = 0
Width = 8775
End
Begin VB.CommandButton Command1
Caption = "清空串口"
Height = 375
Left = 6720
TabIndex = 1
Top = 5520
Width = 1935
End
Begin VB.ListBox List1
Height = 2040
ItemData = "Form7.frx":0000
Left = 0
List = "Form7.frx":0002
TabIndex = 0
Top = 2160
Width = 8775
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
'MDIMainForm.oComm1.InBufferCount = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -