📄 portsettings.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class PortSettings
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.gbxPort = New System.Windows.Forms.GroupBox
Me.cmbPort = New System.Windows.Forms.ComboBox
Me.gbxBitRate = New System.Windows.Forms.GroupBox
Me.cmbBitRate = New System.Windows.Forms.ComboBox
Me.btnCancel = New System.Windows.Forms.Button
Me.btnOK = New System.Windows.Forms.Button
Me.lbxStatus = New System.Windows.Forms.ListBox
Me.gbxPort.SuspendLayout()
Me.gbxBitRate.SuspendLayout()
Me.SuspendLayout()
'
'gbxPort
'
Me.gbxPort.Controls.Add(Me.cmbPort)
Me.gbxPort.Location = New System.Drawing.Point(14, 26)
Me.gbxPort.Name = "gbxPort"
Me.gbxPort.Size = New System.Drawing.Size(123, 65)
Me.gbxPort.TabIndex = 0
Me.gbxPort.TabStop = False
Me.gbxPort.Text = "Port"
'
'cmbPort
'
Me.cmbPort.FormattingEnabled = True
Me.cmbPort.Location = New System.Drawing.Point(10, 23)
Me.cmbPort.Name = "cmbPort"
Me.cmbPort.Size = New System.Drawing.Size(101, 21)
Me.cmbPort.TabIndex = 0
'
'gbxBitRate
'
Me.gbxBitRate.Controls.Add(Me.cmbBitRate)
Me.gbxBitRate.Location = New System.Drawing.Point(151, 26)
Me.gbxBitRate.Name = "gbxBitRate"
Me.gbxBitRate.Size = New System.Drawing.Size(124, 65)
Me.gbxBitRate.TabIndex = 1
Me.gbxBitRate.TabStop = False
Me.gbxBitRate.Text = "Bit Rate"
'
'cmbBitRate
'
Me.cmbBitRate.FormattingEnabled = True
Me.cmbBitRate.Location = New System.Drawing.Point(8, 27)
Me.cmbBitRate.Name = "cmbBitRate"
Me.cmbBitRate.Size = New System.Drawing.Size(102, 21)
Me.cmbBitRate.TabIndex = 0
'
'btnCancel
'
Me.btnCancel.Location = New System.Drawing.Point(21, 115)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(116, 55)
Me.btnCancel.TabIndex = 2
Me.btnCancel.Text = "Cancel"
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(159, 115)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(115, 56)
Me.btnOK.TabIndex = 3
Me.btnOK.Text = "OK"
'
'lbxStatus
'
Me.lbxStatus.FormattingEnabled = True
Me.lbxStatus.Location = New System.Drawing.Point(20, 191)
Me.lbxStatus.Name = "lbxStatus"
Me.lbxStatus.Size = New System.Drawing.Size(254, 56)
Me.lbxStatus.TabIndex = 4
'
'PortSettings
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(292, 262)
Me.Controls.Add(Me.lbxStatus)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.gbxBitRate)
Me.Controls.Add(Me.gbxPort)
Me.Name = "PortSettings"
Me.Text = "PortSettings"
Me.gbxPort.ResumeLayout(False)
Me.gbxBitRate.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents gbxPort As System.Windows.Forms.GroupBox
Friend WithEvents gbxBitRate As System.Windows.Forms.GroupBox
Friend WithEvents cmbPort As System.Windows.Forms.ComboBox
Friend WithEvents cmbBitRate As System.Windows.Forms.ComboBox
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents lbxStatus As System.Windows.Forms.ListBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -