📄 frmsetting.frm
字号:
VERSION 5.00
Begin VB.Form frmSetting
BorderStyle = 1 'Fixed Single
Caption = "SETTINGS"
ClientHeight = 6645
ClientLeft = 45
ClientTop = 330
ClientWidth = 10215
Icon = "frmSetting.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6645
ScaleWidth = 10215
StartUpPosition = 2 'CenterScreen
Begin VB.Frame frmSettings
BackColor = &H8000000A&
BeginProperty Font
Name = "VNI-Revue"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000080FF&
Height = 4455
Left = -60
TabIndex = 0
Top = 30
Width = 7620
Begin VB.Frame Frame2
BackColor = &H00C0C000&
Caption = "MULTIMETER"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 1110
Left = 60
TabIndex = 22
Top = 2580
Width = 3750
Begin VB.ComboBox cbParityMulti
Height = 315
ItemData = "frmSetting.frx":0442
Left = 1860
List = "frmSetting.frx":0455
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
Style = 2 'Dropdown List
TabIndex = 23
Top = 525
Width = 1725
End
Begin VB.Label Label13
BackColor = &H00C0C000&
BackStyle = 0 'Transparent
Caption = "Parity"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 210
TabIndex = 24
Top = 465
Width = 855
End
End
Begin VB.Frame Frame4
BackColor = &H00C0C000&
Caption = "COMMUN"
BeginProperty Font
Name = "Microsoft Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 1425
Left = 60
TabIndex = 13
Top = 1080
Width = 7575
Begin VB.ComboBox cbStopbits
Height = 315
ItemData = "frmSetting.frx":0477
Left = 1845
List = "frmSetting.frx":0484
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
Style = 2 'Dropdown List
TabIndex = 17
Top = 945
Width = 1725
End
Begin VB.ComboBox cbBps
Height = 315
ItemData = "frmSetting.frx":0493
Left = 1845
List = "frmSetting.frx":04C1
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
Style = 2 'Dropdown List
TabIndex = 16
Top = 405
Width = 1725
End
Begin VB.ComboBox cbDatabits
Height = 315
ItemData = "frmSetting.frx":0522
Left = 5400
List = "frmSetting.frx":0532
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
Style = 2 'Dropdown List
TabIndex = 15
Top = 405
Width = 1725
End
Begin VB.ComboBox cbFlowcontrol
Height = 315
ItemData = "frmSetting.frx":0542
Left = 5400
List = "frmSetting.frx":0552
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
Style = 2 'Dropdown List
TabIndex = 14
Top = 945
Width = 1725
End
Begin VB.Label Label10
Appearance = 0 'Flat
BackColor = &H00C0C000&
BackStyle = 0 'Transparent
Caption = "Bits per second"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 435
Left = 60
TabIndex = 21
Top = 450
Width = 1905
End
Begin VB.Label Label3
BackColor = &H00C0C000&
BackStyle = 0 'Transparent
Caption = "Data bits"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 3960
TabIndex = 20
Top = 450
Width = 1335
End
Begin VB.Label Label11
BackColor = &H00C0C000&
BackStyle = 0 'Transparent
Caption = "Stop bits"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 60
TabIndex = 19
Top = 930
Width = 1530
End
Begin VB.Label Label12
BackColor = &H00C0C000&
BackStyle = 0 'Transparent
Caption = "Flow control"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 3960
TabIndex = 18
Top = 930
Width = 1785
End
End
Begin VB.CommandButton cmdHelp
BackColor = &H00FFC0C0&
Caption = "HELP"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -