Files
Desktop_BLVStudio_EN/BLV_Studio/Test/GridTest/AddPeripherals.Designer.vb
2025-12-11 14:22:51 +08:00

649 lines
30 KiB
VB.net
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class AddPeripherals
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.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.SplitContainer3 = New System.Windows.Forms.SplitContainer()
Me.Label5 = New System.Windows.Forms.Label()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.CheckBox6 = New System.Windows.Forms.CheckBox()
Me.FdevPortText = New System.Windows.Forms.ComboBox()
Me.FdevtypeCom = New System.Windows.Forms.ComboBox()
Me.FdevPortCom = New System.Windows.Forms.ComboBox()
Me.FdevPort = New System.Windows.Forms.Label()
Me.Fdevtype = New System.Windows.Forms.Label()
Me.FdevAddr = New System.Windows.Forms.Label()
Me.CheckBox5 = New System.Windows.Forms.CheckBox()
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Cob_FilePath = New System.Windows.Forms.ComboBox()
Me.Cob_DirPath = New System.Windows.Forms.ComboBox()
Me.SplitContainer4 = New System.Windows.Forms.SplitContainer()
Me.SplitContainer5 = New System.Windows.Forms.SplitContainer()
Me.Table_Grid1 = New FlexCell.Grid()
Me.Grid1 = New FlexCell.Grid()
Me.Temp_Grid = New FlexCell.Grid()
Me.Button1 = New System.Windows.Forms.Button()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.SplitContainer6 = New System.Windows.Forms.SplitContainer()
Me.Button2 = New System.Windows.Forms.Button()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer3.Panel1.SuspendLayout()
Me.SplitContainer3.Panel2.SuspendLayout()
Me.SplitContainer3.SuspendLayout()
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer2.Panel1.SuspendLayout()
Me.SplitContainer2.Panel2.SuspendLayout()
Me.SplitContainer2.SuspendLayout()
CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer4.Panel1.SuspendLayout()
Me.SplitContainer4.Panel2.SuspendLayout()
Me.SplitContainer4.SuspendLayout()
CType(Me.SplitContainer5, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer5.Panel1.SuspendLayout()
Me.SplitContainer5.Panel2.SuspendLayout()
Me.SplitContainer5.SuspendLayout()
CType(Me.SplitContainer6, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer6.Panel1.SuspendLayout()
Me.SplitContainer6.Panel2.SuspendLayout()
Me.SplitContainer6.SuspendLayout()
Me.SuspendLayout()
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer1.Name = "SplitContainer1"
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer3)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.Button1)
Me.SplitContainer1.Size = New System.Drawing.Size(1410, 677)
Me.SplitContainer1.SplitterDistance = 589
Me.SplitContainer1.TabIndex = 0
'
'SplitContainer3
'
Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer3.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer3.Name = "SplitContainer3"
Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer3.Panel1
'
Me.SplitContainer3.Panel1.Controls.Add(Me.Label5)
'
'SplitContainer3.Panel2
'
Me.SplitContainer3.Panel2.Controls.Add(Me.SplitContainer2)
Me.SplitContainer3.Size = New System.Drawing.Size(1410, 589)
Me.SplitContainer3.SplitterDistance = 38
Me.SplitContainer3.TabIndex = 1
'
'Label5
'
Me.Label5.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label5.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.Location = New System.Drawing.Point(0, 0)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(1410, 38)
Me.Label5.TabIndex = 3
Me.Label5.Text = "Add device"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'SplitContainer2
'
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer2.Name = "SplitContainer2"
Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer2.Panel1
'
Me.SplitContainer2.Panel1.Controls.Add(Me.SplitContainer6)
Me.SplitContainer2.Panel1.Controls.Add(Me.TextBox3)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label9)
Me.SplitContainer2.Panel1.Controls.Add(Me.CheckBox6)
Me.SplitContainer2.Panel1.Controls.Add(Me.CheckBox5)
Me.SplitContainer2.Panel1.Controls.Add(Me.CheckBox4)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label8)
Me.SplitContainer2.Panel1.Controls.Add(Me.CheckBox3)
Me.SplitContainer2.Panel1.Controls.Add(Me.CheckBox2)
Me.SplitContainer2.Panel1.Controls.Add(Me.CheckBox1)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label7)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label6)
Me.SplitContainer2.Panel1.Controls.Add(Me.ComboBox1)
Me.SplitContainer2.Panel1.Controls.Add(Me.TextBox2)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label4)
Me.SplitContainer2.Panel1.Controls.Add(Me.TextBox1)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label3)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label2)
Me.SplitContainer2.Panel1.Controls.Add(Me.Label1)
Me.SplitContainer2.Panel1.Controls.Add(Me.Cob_FilePath)
Me.SplitContainer2.Panel1.Controls.Add(Me.Cob_DirPath)
'
'SplitContainer2.Panel2
'
Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer4)
Me.SplitContainer2.Size = New System.Drawing.Size(1410, 547)
Me.SplitContainer2.SplitterDistance = 120
Me.SplitContainer2.TabIndex = 0
'
'CheckBox6
'
Me.CheckBox6.AutoSize = True
Me.CheckBox6.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox6.Location = New System.Drawing.Point(1263, 67)
Me.CheckBox6.Name = "CheckBox6"
Me.CheckBox6.Size = New System.Drawing.Size(145, 18)
Me.CheckBox6.TabIndex = 24
Me.CheckBox6.Text = "Valveless machine"
Me.CheckBox6.UseVisualStyleBackColor = True
Me.CheckBox6.Visible = False
'
'FdevPortText
'
Me.FdevPortText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.FdevPortText.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.FdevPortText.FormattingEnabled = True
Me.FdevPortText.Location = New System.Drawing.Point(581, 3)
Me.FdevPortText.Name = "FdevPortText"
Me.FdevPortText.Size = New System.Drawing.Size(68, 24)
Me.FdevPortText.TabIndex = 23
Me.FdevPortText.Visible = False
'
'FdevtypeCom
'
Me.FdevtypeCom.BackColor = System.Drawing.SystemColors.Window
Me.FdevtypeCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.FdevtypeCom.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.FdevtypeCom.FormattingEnabled = True
Me.FdevtypeCom.Location = New System.Drawing.Point(147, 4)
Me.FdevtypeCom.Name = "FdevtypeCom"
Me.FdevtypeCom.Size = New System.Drawing.Size(57, 24)
Me.FdevtypeCom.TabIndex = 19
Me.FdevtypeCom.Visible = False
'
'FdevPortCom
'
Me.FdevPortCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.FdevPortCom.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.FdevPortCom.FormattingEnabled = True
Me.FdevPortCom.Location = New System.Drawing.Point(349, 3)
Me.FdevPortCom.Name = "FdevPortCom"
Me.FdevPortCom.Size = New System.Drawing.Size(68, 24)
Me.FdevPortCom.TabIndex = 21
Me.FdevPortCom.Visible = False
'
'FdevPort
'
Me.FdevPort.AutoSize = True
Me.FdevPort.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.FdevPort.Location = New System.Drawing.Point(208, 8)
Me.FdevPort.Name = "FdevPort"
Me.FdevPort.Size = New System.Drawing.Size(140, 14)
Me.FdevPort.TabIndex = 22
Me.FdevPort.Text = "Parent device port:"
Me.FdevPort.Visible = False
'
'Fdevtype
'
Me.Fdevtype.AutoSize = True
Me.Fdevtype.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Fdevtype.Location = New System.Drawing.Point(7, 8)
Me.Fdevtype.Name = "Fdevtype"
Me.Fdevtype.Size = New System.Drawing.Size(140, 14)
Me.Fdevtype.TabIndex = 20
Me.Fdevtype.Text = "Parent device type:"
Me.Fdevtype.Visible = False
'
'FdevAddr
'
Me.FdevAddr.AutoSize = True
Me.FdevAddr.CausesValidation = False
Me.FdevAddr.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.FdevAddr.Location = New System.Drawing.Point(421, 8)
Me.FdevAddr.Name = "FdevAddr"
Me.FdevAddr.Size = New System.Drawing.Size(161, 14)
Me.FdevAddr.TabIndex = 17
Me.FdevAddr.Text = "Parent device address:"
Me.FdevAddr.Visible = False
'
'CheckBox5
'
Me.CheckBox5.AutoSize = True
Me.CheckBox5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox5.Location = New System.Drawing.Point(1043, 67)
Me.CheckBox5.Name = "CheckBox5"
Me.CheckBox5.Size = New System.Drawing.Size(215, 18)
Me.CheckBox5.TabIndex = 16
Me.CheckBox5.Text = "Wind speed mode prompt tone"
Me.CheckBox5.UseVisualStyleBackColor = True
Me.CheckBox5.Visible = False
'
'CheckBox4
'
Me.CheckBox4.AutoSize = True
Me.CheckBox4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox4.Location = New System.Drawing.Point(966, 91)
Me.CheckBox4.Name = "CheckBox4"
Me.CheckBox4.Size = New System.Drawing.Size(215, 18)
Me.CheckBox4.TabIndex = 15
Me.CheckBox4.Text = "Display television infrared"
Me.CheckBox4.UseVisualStyleBackColor = True
Me.CheckBox4.Visible = False
'
'Label8
'
Me.Label8.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label8.Location = New System.Drawing.Point(1089, 5)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(213, 59)
Me.Label8.TabIndex = 14
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'CheckBox3
'
Me.CheckBox3.AutoSize = True
Me.CheckBox3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox3.Location = New System.Drawing.Point(752, 91)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(208, 18)
Me.CheckBox3.TabIndex = 13
Me.CheckBox3.Text = "Call for a welcome message"
Me.CheckBox3.UseVisualStyleBackColor = True
Me.CheckBox3.Visible = False
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox2.Location = New System.Drawing.Point(819, 68)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(222, 18)
Me.CheckBox2.TabIndex = 12
Me.CheckBox2.Text = "Tone for switching on or off"
Me.CheckBox2.UseVisualStyleBackColor = True
Me.CheckBox2.Visible = False
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.CheckBox1.Location = New System.Drawing.Point(665, 67)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(152, 18)
Me.CheckBox1.TabIndex = 11
Me.CheckBox1.Text = "Power availability"
Me.CheckBox1.UseVisualStyleBackColor = True
Me.CheckBox1.Visible = False
'
'Label7
'
Me.Label7.Font = New System.Drawing.Font("宋体", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label7.Location = New System.Drawing.Point(803, 27)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(280, 33)
Me.Label7.TabIndex = 10
Me.Label7.Text = "Port:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.Location = New System.Drawing.Point(526, 68)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(77, 14)
Me.Label6.TabIndex = 9
Me.Label6.Text = "backlight:"
Me.Label6.Visible = False
'
'ComboBox1
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(604, 63)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(54, 24)
Me.ComboBox1.TabIndex = 8
Me.ComboBox1.Visible = False
'
'TextBox2
'
Me.TextBox2.Enabled = False
Me.TextBox2.Location = New System.Drawing.Point(487, 65)
Me.TextBox2.MaxLength = 900
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(35, 21)
Me.TextBox2.TabIndex = 7
Me.TextBox2.WordWrap = False
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label4.Location = New System.Drawing.Point(371, 68)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(112, 14)
Me.Label4.TabIndex = 6
Me.Label4.Text = "Device address:"
'
'TextBox1
'
Me.TextBox1.Enabled = False
Me.TextBox1.Location = New System.Drawing.Point(97, 65)
Me.TextBox1.MaxLength = 3000
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(270, 21)
Me.TextBox1.TabIndex = 5
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.Location = New System.Drawing.Point(3, 68)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(98, 14)
Me.Label3.TabIndex = 4
Me.Label3.Text = "Device alias:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(280, 5)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(138, 19)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Device file"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("宋体", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(3, 5)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(138, 19)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Device type"
'
'Cob_FilePath
'
Me.Cob_FilePath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Cob_FilePath.Font = New System.Drawing.Font("宋体", 19.0!)
Me.Cob_FilePath.FormattingEnabled = True
Me.Cob_FilePath.Location = New System.Drawing.Point(280, 27)
Me.Cob_FilePath.Name = "Cob_FilePath"
Me.Cob_FilePath.Size = New System.Drawing.Size(517, 33)
Me.Cob_FilePath.TabIndex = 1
'
'Cob_DirPath
'
Me.Cob_DirPath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Cob_DirPath.Font = New System.Drawing.Font("宋体", 19.0!)
Me.Cob_DirPath.FormattingEnabled = True
Me.Cob_DirPath.Location = New System.Drawing.Point(3, 27)
Me.Cob_DirPath.Name = "Cob_DirPath"
Me.Cob_DirPath.Size = New System.Drawing.Size(236, 33)
Me.Cob_DirPath.TabIndex = 0
'
'SplitContainer4
'
Me.SplitContainer4.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer4.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer4.Name = "SplitContainer4"
'
'SplitContainer4.Panel1
'
Me.SplitContainer4.Panel1.Controls.Add(Me.SplitContainer5)
'
'SplitContainer4.Panel2
'
Me.SplitContainer4.Panel2.Controls.Add(Me.Temp_Grid)
Me.SplitContainer4.Size = New System.Drawing.Size(1410, 423)
Me.SplitContainer4.SplitterDistance = 784
Me.SplitContainer4.TabIndex = 20
'
'SplitContainer5
'
Me.SplitContainer5.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer5.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer5.Name = "SplitContainer5"
'
'SplitContainer5.Panel1
'
Me.SplitContainer5.Panel1.Controls.Add(Me.Table_Grid1)
'
'SplitContainer5.Panel2
'
Me.SplitContainer5.Panel2.Controls.Add(Me.Grid1)
Me.SplitContainer5.Size = New System.Drawing.Size(784, 423)
Me.SplitContainer5.SplitterDistance = 436
Me.SplitContainer5.TabIndex = 19
'
'Table_Grid1
'
Me.Table_Grid1.Cols = 3
Me.Table_Grid1.Cursor = System.Windows.Forms.Cursors.Default
Me.Table_Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.Table_Grid1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Table_Grid1.ExtendLastCol = True
Me.Table_Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Table_Grid1.Location = New System.Drawing.Point(0, 0)
Me.Table_Grid1.MouseWheelSpeed = CType(3, Short)
Me.Table_Grid1.Name = "Table_Grid1"
Me.Table_Grid1.Size = New System.Drawing.Size(436, 423)
Me.Table_Grid1.TabIndex = 18
'
'Grid1
'
Me.Grid1.CausesValidation = False
Me.Grid1.ClearBlankArea = True
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.Grid1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Grid1.Location = New System.Drawing.Point(0, 0)
Me.Grid1.MouseWheelSpeed = CType(3, Short)
Me.Grid1.Name = "Grid1"
Me.Grid1.Size = New System.Drawing.Size(344, 423)
Me.Grid1.TabIndex = 0
'
'Temp_Grid
'
Me.Temp_Grid.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.Temp_Grid.Dock = System.Windows.Forms.DockStyle.Fill
Me.Temp_Grid.ExtendLastCol = True
Me.Temp_Grid.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Temp_Grid.Location = New System.Drawing.Point(0, 0)
Me.Temp_Grid.MouseWheelSpeed = CType(3, Short)
Me.Temp_Grid.Name = "Temp_Grid"
Me.Temp_Grid.Size = New System.Drawing.Size(622, 423)
Me.Temp_Grid.TabIndex = 0
'
'Button1
'
Me.Button1.Dock = System.Windows.Forms.DockStyle.Right
Me.Button1.Font = New System.Drawing.Font("宋体", 15.0!)
Me.Button1.Location = New System.Drawing.Point(1257, 0)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(153, 84)
Me.Button1.TabIndex = 0
Me.Button1.Text = "OK"
Me.Button1.UseVisualStyleBackColor = True
'
'TextBox3
'
Me.TextBox3.Enabled = False
Me.TextBox3.Location = New System.Drawing.Point(1307, 90)
Me.TextBox3.MaxLength = 8
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(92, 21)
Me.TextBox3.TabIndex = 29
Me.TextBox3.WordWrap = False
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label9.Location = New System.Drawing.Point(1194, 93)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(112, 14)
Me.Label9.TabIndex = 28
Me.Label9.Text = "Bluetooth Name:"
Me.Label9.Visible = False
'
'SplitContainer6
'
Me.SplitContainer6.Location = New System.Drawing.Point(3, 89)
Me.SplitContainer6.Name = "SplitContainer6"
'
'SplitContainer6.Panel1
'
Me.SplitContainer6.Panel1.Controls.Add(Me.FdevAddr)
Me.SplitContainer6.Panel1.Controls.Add(Me.Fdevtype)
Me.SplitContainer6.Panel1.Controls.Add(Me.FdevPort)
Me.SplitContainer6.Panel1.Controls.Add(Me.FdevPortCom)
Me.SplitContainer6.Panel1.Controls.Add(Me.FdevPortText)
Me.SplitContainer6.Panel1.Controls.Add(Me.FdevtypeCom)
'
'SplitContainer6.Panel2
'
Me.SplitContainer6.Panel2.Controls.Add(Me.Button2)
Me.SplitContainer6.Size = New System.Drawing.Size(703, 29)
Me.SplitContainer6.SplitterDistance = 656
Me.SplitContainer6.TabIndex = 30
'
'Button2
'
Me.Button2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Button2.Font = New System.Drawing.Font("黑体", 5.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button2.Location = New System.Drawing.Point(0, 0)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(43, 29)
Me.Button2.TabIndex = 1
Me.Button2.Text = "···"
Me.Button2.UseVisualStyleBackColor = True
'
'AddPeripherals
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1410, 677)
Me.Controls.Add(Me.SplitContainer1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "AddPeripherals"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "AddPeripherals"
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
Me.SplitContainer3.Panel1.ResumeLayout(False)
Me.SplitContainer3.Panel2.ResumeLayout(False)
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer3.ResumeLayout(False)
Me.SplitContainer2.Panel1.ResumeLayout(False)
Me.SplitContainer2.Panel1.PerformLayout()
Me.SplitContainer2.Panel2.ResumeLayout(False)
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer2.ResumeLayout(False)
Me.SplitContainer4.Panel1.ResumeLayout(False)
Me.SplitContainer4.Panel2.ResumeLayout(False)
CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer4.ResumeLayout(False)
Me.SplitContainer5.Panel1.ResumeLayout(False)
Me.SplitContainer5.Panel2.ResumeLayout(False)
CType(Me.SplitContainer5, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer5.ResumeLayout(False)
Me.SplitContainer6.Panel1.ResumeLayout(False)
Me.SplitContainer6.Panel1.PerformLayout()
Me.SplitContainer6.Panel2.ResumeLayout(False)
CType(Me.SplitContainer6, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer6.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents SplitContainer1 As SplitContainer
Friend WithEvents SplitContainer2 As SplitContainer
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents Cob_FilePath As ComboBox
Friend WithEvents SplitContainer3 As SplitContainer
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents Cob_DirPath As ComboBox
Friend WithEvents Table_Grid1 As FlexCell.Grid
Friend WithEvents Button1 As Button
Friend WithEvents SplitContainer4 As SplitContainer
Friend WithEvents Temp_Grid As FlexCell.Grid
Friend WithEvents CheckBox3 As CheckBox
Friend WithEvents CheckBox2 As CheckBox
Friend WithEvents CheckBox1 As CheckBox
Friend WithEvents SplitContainer5 As SplitContainer
Friend WithEvents Grid1 As FlexCell.Grid
Friend WithEvents Label8 As Label
Friend WithEvents Label7 As Label
Friend WithEvents CheckBox4 As CheckBox
Friend WithEvents CheckBox5 As CheckBox
Friend WithEvents FdevPort As Label
Friend WithEvents FdevPortCom As ComboBox
Friend WithEvents Fdevtype As Label
Friend WithEvents FdevtypeCom As ComboBox
Friend WithEvents FdevAddr As Label
Friend WithEvents FdevPortText As ComboBox
Friend WithEvents CheckBox6 As CheckBox
Friend WithEvents SplitContainer6 As SplitContainer
Friend WithEvents Button2 As Button
Friend WithEvents TextBox3 As TextBox
Friend WithEvents Label9 As Label
End Class