📄 串口通讯的设置.frm
字号:
VERSION 5.00
Begin VB.Form 串口通讯的设置
Caption = "串口通讯设置"
ClientHeight = 5235
ClientLeft = 60
ClientTop = 450
ClientWidth = 9780
LinkTopic = "Form1"
ScaleHeight = 5235
ScaleWidth = 9780
StartUpPosition = 3 '窗口缺省
Begin VB.ComboBox Combo1
Height = 300
Left = 7440
TabIndex = 2
Text = "Combo1"
Top = 2400
Width = 2175
End
Begin VB.ComboBox 串口通讯定时器选择
Height = 300
Left = 7440
TabIndex = 0
Text = "Combo1"
Top = 1200
Width = 2175
End
Begin VB.Label 波特率选择
Caption = "波特率选择"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 7440
TabIndex = 3
Top = 2040
Width = 2175
End
Begin VB.Label 定时器选择
Caption = "定时器选择"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 7440
TabIndex = 1
Top = 840
Width = 2175
End
End
Attribute VB_Name = "串口通讯的设置"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -