📄 选择串口.frm
字号:
VERSION 5.00
Begin VB.Form port
Caption = "port"
ClientHeight = 4155
ClientLeft = 60
ClientTop = 345
ClientWidth = 6030
LinkTopic = "Form2"
ScaleHeight = 4155
ScaleWidth = 6030
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2760
TabIndex = 5
Top = 2880
Width = 975
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 1200
TabIndex = 4
Top = 2880
Width = 975
End
Begin VB.OptionButton Option4
Caption = "串口4"
Height = 1095
Left = 3120
TabIndex = 3
Top = 1440
Width = 1815
End
Begin VB.OptionButton Option3
Caption = "串口3"
Height = 975
Left = 840
TabIndex = 2
Top = 1560
Width = 1695
End
Begin VB.OptionButton Option2
Caption = "串口2"
Height = 735
Left = 3120
TabIndex = 1
Top = 720
Width = 1575
End
Begin VB.OptionButton Option1
Caption = "串口1"
Height = 615
Left = 840
TabIndex = 0
Top = 720
Width = 1575
End
End
Attribute VB_Name = "port"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -