form7.frm
来自「这是一个GPS卫星定位系统源代码!可供参考!」· FRM 代码 · 共 58 行
FRM
58 行
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 + =
减小字号Ctrl + -
显示快捷键?