107 lines
4.7 KiB
VB.net
107 lines
4.7 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class FrmSerialportSetting
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|||
|
|
Try
|
|||
|
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
|
components.Dispose()
|
|||
|
|
End If
|
|||
|
|
Finally
|
|||
|
|
MyBase.Dispose(disposing)
|
|||
|
|
End Try
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
'Windows 窗体设计器所必需的
|
|||
|
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|
|||
|
|
'注意: 以下过程是 Windows 窗体设计器所必需的
|
|||
|
|
'可以使用 Windows 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Me.LblSerialPortName = New System.Windows.Forms.Label()
|
|||
|
|
Me.LblSerialPortBaud = New System.Windows.Forms.Label()
|
|||
|
|
Me.ComboBox8 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.ComboBox9 = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.Button19 = New System.Windows.Forms.Button()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'LblSerialPortName
|
|||
|
|
'
|
|||
|
|
Me.LblSerialPortName.AutoSize = True
|
|||
|
|
Me.LblSerialPortName.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.LblSerialPortName.Location = New System.Drawing.Point(19, 48)
|
|||
|
|
Me.LblSerialPortName.Name = "LblSerialPortName"
|
|||
|
|
Me.LblSerialPortName.Size = New System.Drawing.Size(63, 14)
|
|||
|
|
Me.LblSerialPortName.TabIndex = 7
|
|||
|
|
Me.LblSerialPortName.Text = "串口名称"
|
|||
|
|
Me.LblSerialPortName.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|||
|
|
'
|
|||
|
|
'LblSerialPortBaud
|
|||
|
|
'
|
|||
|
|
Me.LblSerialPortBaud.AutoSize = True
|
|||
|
|
Me.LblSerialPortBaud.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.LblSerialPortBaud.Location = New System.Drawing.Point(232, 48)
|
|||
|
|
Me.LblSerialPortBaud.Name = "LblSerialPortBaud"
|
|||
|
|
Me.LblSerialPortBaud.Size = New System.Drawing.Size(49, 14)
|
|||
|
|
Me.LblSerialPortBaud.TabIndex = 8
|
|||
|
|
Me.LblSerialPortBaud.Text = "波特率"
|
|||
|
|
Me.LblSerialPortBaud.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|||
|
|
'
|
|||
|
|
'ComboBox8
|
|||
|
|
'
|
|||
|
|
Me.ComboBox8.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.ComboBox8.FormattingEnabled = True
|
|||
|
|
Me.ComboBox8.Location = New System.Drawing.Point(84, 45)
|
|||
|
|
Me.ComboBox8.Name = "ComboBox8"
|
|||
|
|
Me.ComboBox8.Size = New System.Drawing.Size(121, 22)
|
|||
|
|
Me.ComboBox8.TabIndex = 9
|
|||
|
|
'
|
|||
|
|
'ComboBox9
|
|||
|
|
'
|
|||
|
|
Me.ComboBox9.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.ComboBox9.FormattingEnabled = True
|
|||
|
|
Me.ComboBox9.Location = New System.Drawing.Point(284, 44)
|
|||
|
|
Me.ComboBox9.Name = "ComboBox9"
|
|||
|
|
Me.ComboBox9.Size = New System.Drawing.Size(121, 22)
|
|||
|
|
Me.ComboBox9.TabIndex = 11
|
|||
|
|
'
|
|||
|
|
'Button19
|
|||
|
|
'
|
|||
|
|
Me.Button19.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Button19.ForeColor = System.Drawing.Color.Green
|
|||
|
|
Me.Button19.Location = New System.Drawing.Point(446, 39)
|
|||
|
|
Me.Button19.Name = "Button19"
|
|||
|
|
Me.Button19.Size = New System.Drawing.Size(81, 33)
|
|||
|
|
Me.Button19.TabIndex = 10
|
|||
|
|
Me.Button19.Text = "打开串口"
|
|||
|
|
Me.Button19.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'FrmSerialportSetting
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(569, 127)
|
|||
|
|
Me.Controls.Add(Me.LblSerialPortName)
|
|||
|
|
Me.Controls.Add(Me.LblSerialPortBaud)
|
|||
|
|
Me.Controls.Add(Me.ComboBox8)
|
|||
|
|
Me.Controls.Add(Me.ComboBox9)
|
|||
|
|
Me.Controls.Add(Me.Button19)
|
|||
|
|
Me.Name = "FrmSerialportSetting"
|
|||
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|||
|
|
Me.Text = "串口设置"
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
Friend WithEvents LblSerialPortName As Label
|
|||
|
|
Friend WithEvents LblSerialPortBaud As Label
|
|||
|
|
Friend WithEvents ComboBox8 As ComboBox
|
|||
|
|
Friend WithEvents ComboBox9 As ComboBox
|
|||
|
|
Friend WithEvents Button19 As Button
|
|||
|
|
End Class
|