Files
Desktop_InfraredTransmission/RCU-10/RCU/FrmC43Function.Designer.vb

343 lines
16 KiB
VB.net
Raw Permalink Normal View History

2025-12-11 10:59:57 +08:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmC43Function
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmC43Function))
Me.GrpC43cfg = New System.Windows.Forms.GroupBox()
Me.TSC43Config = New System.Windows.Forms.ToolStrip()
Me.TsBtnC43cfgData = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.TsBtnAddRows = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.TsBtnDelete = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.TsBtnSave = New System.Windows.Forms.ToolStripButton()
Me.TsBtnRead = New System.Windows.Forms.ToolStripButton()
Me.GrdC43cfg = New FlexCell.Grid()
Me.GrpC43 = New System.Windows.Forms.GroupBox()
Me.NudInterval = New System.Windows.Forms.NumericUpDown()
Me.Label3 = New System.Windows.Forms.Label()
Me.BtnIssuesData = New System.Windows.Forms.Button()
Me.NudAddress = New System.Windows.Forms.NumericUpDown()
Me.Lbladdress = New System.Windows.Forms.Label()
Me.BtnReleaseUpgrade = New System.Windows.Forms.Button()
Me.NudC43Port = New System.Windows.Forms.NumericUpDown()
Me.BtnSearch = New System.Windows.Forms.Button()
Me.NudC43TimeOut = New System.Windows.Forms.NumericUpDown()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
Me.GrpC43cfg.SuspendLayout()
Me.TSC43Config.SuspendLayout()
Me.GrpC43.SuspendLayout()
CType(Me.NudInterval, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NudAddress, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NudC43Port, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NudC43TimeOut, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GrpC43cfg
'
Me.GrpC43cfg.Controls.Add(Me.TSC43Config)
Me.GrpC43cfg.Controls.Add(Me.GrdC43cfg)
Me.GrpC43cfg.Dock = System.Windows.Forms.DockStyle.Bottom
Me.GrpC43cfg.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.GrpC43cfg.Location = New System.Drawing.Point(0, 158)
Me.GrpC43cfg.Name = "GrpC43cfg"
Me.GrpC43cfg.Size = New System.Drawing.Size(404, 324)
Me.GrpC43cfg.TabIndex = 5
Me.GrpC43cfg.TabStop = False
Me.GrpC43cfg.Text = "C43配置"
'
'TSC43Config
'
Me.TSC43Config.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnC43cfgData, Me.ToolStripSeparator1, Me.TsBtnAddRows, Me.ToolStripSeparator2, Me.TsBtnDelete, Me.ToolStripSeparator3, Me.TsBtnSave, Me.TsBtnRead})
Me.TSC43Config.Location = New System.Drawing.Point(3, 19)
Me.TSC43Config.Name = "TSC43Config"
Me.TSC43Config.Size = New System.Drawing.Size(398, 25)
Me.TSC43Config.TabIndex = 22
Me.TSC43Config.Text = "ToolStrip1"
'
'TsBtnC43cfgData
'
Me.TsBtnC43cfgData.Image = CType(resources.GetObject("TsBtnC43cfgData.Image"), System.Drawing.Image)
Me.TsBtnC43cfgData.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TsBtnC43cfgData.Name = "TsBtnC43cfgData"
Me.TsBtnC43cfgData.Size = New System.Drawing.Size(74, 22)
Me.TsBtnC43cfgData.Text = "C43配置"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
'
'TsBtnAddRows
'
Me.TsBtnAddRows.Image = CType(resources.GetObject("TsBtnAddRows.Image"), System.Drawing.Image)
Me.TsBtnAddRows.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TsBtnAddRows.Name = "TsBtnAddRows"
Me.TsBtnAddRows.Size = New System.Drawing.Size(52, 22)
Me.TsBtnAddRows.Text = "增加"
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
'
'TsBtnDelete
'
Me.TsBtnDelete.Image = CType(resources.GetObject("TsBtnDelete.Image"), System.Drawing.Image)
Me.TsBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TsBtnDelete.Name = "TsBtnDelete"
Me.TsBtnDelete.Size = New System.Drawing.Size(52, 22)
Me.TsBtnDelete.Text = "删除"
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25)
'
'TsBtnSave
'
Me.TsBtnSave.Image = CType(resources.GetObject("TsBtnSave.Image"), System.Drawing.Image)
Me.TsBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TsBtnSave.Name = "TsBtnSave"
Me.TsBtnSave.Size = New System.Drawing.Size(52, 22)
Me.TsBtnSave.Text = "保存"
'
'TsBtnRead
'
Me.TsBtnRead.Image = CType(resources.GetObject("TsBtnRead.Image"), System.Drawing.Image)
Me.TsBtnRead.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TsBtnRead.Name = "TsBtnRead"
Me.TsBtnRead.Size = New System.Drawing.Size(52, 22)
Me.TsBtnRead.Text = "读取"
'
'GrdC43cfg
'
Me.GrdC43cfg.BorderStyle = FlexCell.BorderStyleEnum.None
Me.GrdC43cfg.CheckedImage = Nothing
Me.GrdC43cfg.Cols = 5
Me.GrdC43cfg.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.GrdC43cfg.Dock = System.Windows.Forms.DockStyle.Bottom
Me.GrdC43cfg.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.GrdC43cfg.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.GrdC43cfg.Location = New System.Drawing.Point(3, 47)
Me.GrdC43cfg.Name = "GrdC43cfg"
Me.GrdC43cfg.Rows = 5
Me.GrdC43cfg.Size = New System.Drawing.Size(398, 274)
Me.GrdC43cfg.TabIndex = 19
Me.GrdC43cfg.UncheckedImage = Nothing
'
'GrpC43
'
Me.GrpC43.Controls.Add(Me.NudInterval)
Me.GrpC43.Controls.Add(Me.Label3)
Me.GrpC43.Controls.Add(Me.BtnIssuesData)
Me.GrpC43.Controls.Add(Me.NudAddress)
Me.GrpC43.Controls.Add(Me.Lbladdress)
Me.GrpC43.Controls.Add(Me.BtnReleaseUpgrade)
Me.GrpC43.Controls.Add(Me.NudC43Port)
Me.GrpC43.Controls.Add(Me.BtnSearch)
Me.GrpC43.Controls.Add(Me.NudC43TimeOut)
Me.GrpC43.Controls.Add(Me.Label6)
Me.GrpC43.Controls.Add(Me.Label8)
Me.GrpC43.Dock = System.Windows.Forms.DockStyle.Top
Me.GrpC43.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.GrpC43.Location = New System.Drawing.Point(0, 0)
Me.GrpC43.Name = "GrpC43"
Me.GrpC43.Size = New System.Drawing.Size(404, 117)
Me.GrpC43.TabIndex = 4
Me.GrpC43.TabStop = False
Me.GrpC43.Text = "C43"
'
'NudInterval
'
Me.NudInterval.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.NudInterval.Location = New System.Drawing.Point(190, 68)
Me.NudInterval.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
Me.NudInterval.Minimum = New Decimal(New Integer() {10, 0, 0, 0})
Me.NudInterval.Name = "NudInterval"
Me.NudInterval.Size = New System.Drawing.Size(64, 23)
Me.NudInterval.TabIndex = 19
Me.NudInterval.Value = New Decimal(New Integer() {200, 0, 0, 0})
'
'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(142, 70)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(42, 14)
Me.Label3.TabIndex = 18
Me.Label3.Text = "间隔:"
'
'BtnIssuesData
'
Me.BtnIssuesData.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnIssuesData.Location = New System.Drawing.Point(271, 64)
Me.BtnIssuesData.Name = "BtnIssuesData"
Me.BtnIssuesData.Size = New System.Drawing.Size(57, 27)
Me.BtnIssuesData.TabIndex = 17
Me.BtnIssuesData.Text = "下发"
Me.BtnIssuesData.UseVisualStyleBackColor = True
'
'NudAddress
'
Me.NudAddress.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.NudAddress.Location = New System.Drawing.Point(62, 68)
Me.NudAddress.Maximum = New Decimal(New Integer() {2, 0, 0, 0})
Me.NudAddress.Name = "NudAddress"
Me.NudAddress.Size = New System.Drawing.Size(64, 23)
Me.NudAddress.TabIndex = 16
'
'Lbladdress
'
Me.Lbladdress.AutoSize = True
Me.Lbladdress.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Lbladdress.Location = New System.Drawing.Point(14, 70)
Me.Lbladdress.Name = "Lbladdress"
Me.Lbladdress.Size = New System.Drawing.Size(42, 14)
Me.Lbladdress.TabIndex = 15
Me.Lbladdress.Text = "地址:"
'
'BtnReleaseUpgrade
'
Me.BtnReleaseUpgrade.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnReleaseUpgrade.Location = New System.Drawing.Point(335, 22)
Me.BtnReleaseUpgrade.Name = "BtnReleaseUpgrade"
Me.BtnReleaseUpgrade.Size = New System.Drawing.Size(57, 27)
Me.BtnReleaseUpgrade.TabIndex = 14
Me.BtnReleaseUpgrade.Text = "发布"
Me.BtnReleaseUpgrade.UseVisualStyleBackColor = True
'
'NudC43Port
'
Me.NudC43Port.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.NudC43Port.Location = New System.Drawing.Point(62, 26)
Me.NudC43Port.Maximum = New Decimal(New Integer() {3, 0, 0, 0})
Me.NudC43Port.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.NudC43Port.Name = "NudC43Port"
Me.NudC43Port.Size = New System.Drawing.Size(64, 23)
Me.NudC43Port.TabIndex = 13
Me.NudC43Port.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
'BtnSearch
'
Me.BtnSearch.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnSearch.Location = New System.Drawing.Point(271, 22)
Me.BtnSearch.Name = "BtnSearch"
Me.BtnSearch.Size = New System.Drawing.Size(57, 27)
Me.BtnSearch.TabIndex = 1
Me.BtnSearch.Text = "搜索"
Me.BtnSearch.UseVisualStyleBackColor = True
'
'NudC43TimeOut
'
Me.NudC43TimeOut.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.NudC43TimeOut.Location = New System.Drawing.Point(190, 26)
Me.NudC43TimeOut.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
Me.NudC43TimeOut.Name = "NudC43TimeOut"
Me.NudC43TimeOut.Size = New System.Drawing.Size(64, 23)
Me.NudC43TimeOut.TabIndex = 7
Me.NudC43TimeOut.Value = New Decimal(New Integer() {10, 0, 0, 0})
'
'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(142, 28)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(42, 14)
Me.Label6.TabIndex = 6
Me.Label6.Text = "超时:"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("幼圆", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label8.Location = New System.Drawing.Point(14, 28)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(42, 14)
Me.Label8.TabIndex = 2
Me.Label8.Text = "Port:"
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'FrmC43Function
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(404, 482)
Me.Controls.Add(Me.GrpC43cfg)
Me.Controls.Add(Me.GrpC43)
Me.Name = "FrmC43Function"
Me.Text = "C43功能模块"
Me.GrpC43cfg.ResumeLayout(false)
Me.GrpC43cfg.PerformLayout
Me.TSC43Config.ResumeLayout(false)
Me.TSC43Config.PerformLayout
Me.GrpC43.ResumeLayout(false)
Me.GrpC43.PerformLayout
CType(Me.NudInterval,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.NudAddress,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.NudC43Port,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.NudC43TimeOut,System.ComponentModel.ISupportInitialize).EndInit
Me.ResumeLayout(false)
End Sub
Friend WithEvents GrpC43cfg As GroupBox
Friend WithEvents TSC43Config As ToolStrip
Friend WithEvents TsBtnC43cfgData As ToolStripButton
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
Friend WithEvents TsBtnAddRows As ToolStripButton
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
Friend WithEvents TsBtnDelete As ToolStripButton
Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
Friend WithEvents TsBtnSave As ToolStripButton
Friend WithEvents TsBtnRead As ToolStripButton
Friend WithEvents GrdC43cfg As FlexCell.Grid
Friend WithEvents GrpC43 As GroupBox
Friend WithEvents NudInterval As NumericUpDown
Friend WithEvents Label3 As Label
Friend WithEvents BtnIssuesData As Button
Friend WithEvents NudAddress As NumericUpDown
Friend WithEvents Lbladdress As Label
Friend WithEvents BtnReleaseUpgrade As Button
Friend WithEvents NudC43Port As NumericUpDown
Friend WithEvents BtnSearch As Button
Friend WithEvents NudC43TimeOut As NumericUpDown
Friend WithEvents Label6 As Label
Friend WithEvents Label8 As Label
Friend WithEvents OpenFileDialog1 As OpenFileDialog
Friend WithEvents SaveFileDialog1 As SaveFileDialog
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
End Class