📄 form1.frm
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6210
ClientLeft = 60
ClientTop = 345
ClientWidth = 17835
LinkTopic = "Form1"
ScaleHeight = 6210
ScaleWidth = 17835
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text4
Height = 375
Left = 120
TabIndex = 5
Top = 4080
Width = 17655
End
Begin VB.TextBox Text3
Height = 375
Left = 120
TabIndex = 4
Top = 3480
Width = 13575
End
Begin VB.TextBox Text2
Height = 375
Left = 120
TabIndex = 3
Top = 2760
Width = 13575
End
Begin VB.TextBox Text1
Height = 375
Left = 120
TabIndex = 2
Top = 2040
Width = 13335
End
Begin VB.Timer Timer1
Left = 1200
Top = 1440
End
Begin MSCommLib.MSComm MSComm1
Left = 2040
Top = 1320
_ExtentX = 1005
_ExtentY = 1005
_Version = 393216
DTREnable = -1 'True
End
Begin VB.CommandButton CommandWrite
Caption = "CommandWrite"
Height = 495
Left = 2760
TabIndex = 1
Top = 480
Width = 855
End
Begin VB.CommandButton Commandread
Caption = "Commandread"
Height = 495
Left = 600
TabIndex = 0
Top = 480
Width = 975
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim dn_(16) As Integer
Dim BINx(16) As String
Dim Nowx(640) As Integer
Private Sub Commandread_Click()
If MSComm1.PortOpen = False Then
MSComm1.RTSEnable = True
MSComm1.PortOpen = True 'ゴ秨﹃︽狠
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -