📄 frmcomsetup.frm
字号:
VERSION 5.00
Begin VB.Form frmComSetup
Caption = "通讯串口设置"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 6090
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 6090
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 375
Left = 4560
TabIndex = 12
Top = 2640
Width = 975
End
Begin VB.CommandButton cmdOK
Caption = "确定"
Height = 375
Left = 3120
TabIndex = 11
Top = 2640
Width = 975
End
Begin VB.Frame Frame1
Caption = "串口参数"
Height = 2295
Left = 120
TabIndex = 0
Top = 120
Width = 5415
Begin VB.ComboBox cmbPort
Height = 300
ItemData = "frmComSetup.frx":0000
Left = 1320
List = "frmComSetup.frx":0010
Style = 2 'Dropdown List
TabIndex = 5
Top = 360
Width = 1455
End
Begin VB.ComboBox cmbBps
Height = 300
ItemData = "frmComSetup.frx":002C
Left = 1320
List = "frmComSetup.frx":0048
Style = 2 'Dropdown List
TabIndex = 4
Top = 960
Width = 1455
End
Begin VB.ComboBox cmbDataBit
Height = 300
ItemData = "frmComSetup.frx":007C
Left = 3720
List = "frmComSetup.frx":0086
Style = 2 'Dropdown List
TabIndex = 3
Top = 960
Width = 1455
End
Begin VB.ComboBox cmbStopBit
Height = 300
ItemData = "frmComSetup.frx":0090
Left = 3720
List = "frmComSetup.frx":009A
Style = 2 'Dropdown List
TabIndex = 2
Top = 1560
Width = 1455
End
Begin VB.ComboBox cmbParity
Height = 300
ItemData = "frmComSetup.frx":00A4
Left = 1320
List = "frmComSetup.frx":00B1
Style = 2 'Dropdown List
TabIndex = 1
Top = 1560
Width = 1455
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "串口"
Height = 180
Left = 360
TabIndex = 10
Top = 480
Width = 360
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "波特率"
Height = 180
Left = 360
TabIndex = 9
Top = 960
Width = 540
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "数据位"
Height = 180
Left = 2880
TabIndex = 8
Top = 960
Width = 540
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "停止位"
Height = 180
Left = 2880
TabIndex = 7
Top = 1560
Width = 540
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "校验"
Height = 180
Left = 480
TabIndex = 6
Top = 1560
Width = 360
End
End
End
Attribute VB_Name = "frmComSetup"
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 + -