📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form frmset
Caption = "仪表参数设置"
ClientHeight = 3195
ClientLeft = 4470
ClientTop = 3540
ClientWidth = 5535
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 5535
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 4440
TabIndex = 20
Top = 960
Width = 975
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 4440
TabIndex = 19
Top = 360
Width = 975
End
Begin VB.Frame Frame3
Caption = "流量控制"
Height = 1695
Left = 2520
TabIndex = 8
Top = 1320
Width = 1695
Begin VB.OptionButton Option6
Caption = "Xon/RTS"
Height = 255
Left = 360
TabIndex = 12
Top = 1320
Width = 1215
End
Begin VB.OptionButton Option5
Caption = "RTS"
Height = 255
Left = 360
TabIndex = 11
Top = 960
Width = 1095
End
Begin VB.OptionButton Option4
Caption = "Xon/Xof"
Height = 255
Left = 360
TabIndex = 10
Top = 600
Width = 1095
End
Begin VB.OptionButton Option3
Caption = "None"
Height = 255
Left = 360
TabIndex = 9
Top = 240
Width = 1095
End
End
Begin VB.Frame Frame2
Caption = "连接参数"
Height = 1695
Left = 240
TabIndex = 7
Top = 1320
Width = 2055
Begin VB.ComboBox Combo5
Height = 300
Left = 960
TabIndex = 18
Top = 1200
Width = 855
End
Begin VB.ComboBox Combo4
Height = 300
Left = 960
TabIndex = 17
Top = 720
Width = 855
End
Begin VB.ComboBox Combo3
Height = 300
Left = 960
TabIndex = 16
Top = 240
Width = 855
End
Begin VB.Label Label5
Caption = "停止位"
Height = 375
Left = 240
TabIndex = 15
Top = 1200
Width = 615
End
Begin VB.Label Label4
Caption = "检验位"
Height = 255
Left = 240
TabIndex = 14
Top = 720
Width = 615
End
Begin VB.Label Label3
Caption = "数据位"
Height = 255
Left = 240
TabIndex = 13
Top = 240
Width = 615
End
End
Begin VB.Frame Frame1
Caption = "应答"
Height = 735
Left = 2520
TabIndex = 4
Top = 240
Width = 1695
Begin VB.OptionButton Option2
Caption = "Off"
Height = 375
Left = 840
TabIndex = 6
Top = 240
Width = 735
End
Begin VB.OptionButton Option1
Caption = "On"
Height = 300
Left = 240
TabIndex = 5
Top = 277
Width = 735
End
End
Begin VB.ComboBox Combo2
Height = 300
Left = 1080
TabIndex = 3
Top = 720
Width = 1215
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1080
TabIndex = 1
Top = 240
Width = 1215
End
Begin VB.Label Label2
Caption = "最大速率"
Height = 375
Left = 240
TabIndex = 2
Top = 720
Width = 855
End
Begin VB.Label Label1
Caption = "端口"
Height = 375
Left = 240
TabIndex = 0
Top = 360
Width = 495
End
End
Attribute VB_Name = "frmset"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
Combo1.AddItem "com1"
Combo1.AddItem "com2"
Combo1.AddItem "com3"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -