Files
AUTS_Desktop_Prod/SQLliteReading/FrmMain.Designer.vb
MomoWen 027d0f8024 初始化提交
仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
2025-11-27 16:41:05 +08:00

346 lines
18 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 FrmMain
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.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain))
Me.TIM_CNT_CLEAR = New System.Windows.Forms.Timer(Me.components)
Me.TIM_EZCAD_TASK = New System.Windows.Forms.Timer(Me.components)
Me.TIM_Find_DUT_Port = New System.Windows.Forms.Timer(Me.components)
Me.tips = New System.Windows.Forms.ToolTip(Me.components)
Me.TIM_DUT_TASK = New System.Windows.Forms.Timer(Me.components)
Me.Commport_EzCAD = New System.IO.Ports.SerialPort(Me.components)
Me.Commport_DUT = New System.IO.Ports.SerialPort(Me.components)
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.SaveChanges = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.DeleteRow = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.queryText = New System.Windows.Forms.ToolStripTextBox()
Me.TableName = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.TreeViewEx1 = New UTS_Core.UTSModule.Station.TreeViewEx()
Me.ToolStrip3 = New System.Windows.Forms.ToolStrip()
Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox()
Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton()
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
Me.TestlogTable = New FlexCell.Grid()
Me.ToolStrip1.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
Me.ToolStrip3.SuspendLayout()
Me.ToolStrip2.SuspendLayout()
Me.SuspendLayout()
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SaveChanges, Me.ToolStripSeparator2, Me.DeleteRow, Me.ToolStripSeparator3, Me.ToolStripButton1, Me.ToolStripSeparator1, Me.queryText, Me.TableName, Me.ToolStripButton2, Me.ToolStripButton3})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.ToolStrip1.Size = New System.Drawing.Size(1184, 25)
Me.ToolStrip1.TabIndex = 0
Me.ToolStrip1.Text = "ToolStrip1"
Me.ToolStrip1.Visible = False
'
'SaveChanges
'
Me.SaveChanges.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.SaveChanges.Image = CType(resources.GetObject("SaveChanges.Image"), System.Drawing.Image)
Me.SaveChanges.ImageTransparentColor = System.Drawing.Color.Magenta
Me.SaveChanges.Margin = New System.Windows.Forms.Padding(0)
Me.SaveChanges.Name = "SaveChanges"
Me.SaveChanges.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.SaveChanges.Size = New System.Drawing.Size(60, 25)
Me.SaveChanges.Text = "保存更改"
Me.SaveChanges.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
'
'DeleteRow
'
Me.DeleteRow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.DeleteRow.Image = CType(resources.GetObject("DeleteRow.Image"), System.Drawing.Image)
Me.DeleteRow.ImageTransparentColor = System.Drawing.Color.Magenta
Me.DeleteRow.Name = "DeleteRow"
Me.DeleteRow.Size = New System.Drawing.Size(72, 22)
Me.DeleteRow.Text = "删除选中行"
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25)
'
'ToolStripButton1
'
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(60, 22)
Me.ToolStripButton1.Text = "开始查询"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
'
'queryText
'
Me.queryText.AutoSize = False
Me.queryText.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.0!)
Me.queryText.Name = "queryText"
Me.queryText.Size = New System.Drawing.Size(800, 25)
Me.queryText.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TableName
'
Me.TableName.AutoSize = False
Me.TableName.Name = "TableName"
Me.TableName.Size = New System.Drawing.Size(150, 22)
Me.TableName.Text = "TableName"
Me.TableName.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'ToolStripButton2
'
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 20)
Me.ToolStripButton2.Text = "ToolStripButton2"
'
'ToolStripButton3
'
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton3.Name = "ToolStripButton3"
Me.ToolStripButton3.Size = New System.Drawing.Size(23, 20)
Me.ToolStripButton3.Text = "ToolStripButton3"
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.IsSplitterFixed = True
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.TreeViewEx1)
Me.SplitContainer1.Panel1Collapsed = True
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip3)
Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2)
Me.SplitContainer1.Panel2.Controls.Add(Me.TestlogTable)
Me.SplitContainer1.Size = New System.Drawing.Size(584, 659)
Me.SplitContainer1.SplitterDistance = 347
Me.SplitContainer1.TabIndex = 1
'
'TreeViewEx1
'
Me.TreeViewEx1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TreeViewEx1.Location = New System.Drawing.Point(0, 0)
Me.TreeViewEx1.Name = "TreeViewEx1"
Me.TreeViewEx1.Size = New System.Drawing.Size(347, 100)
Me.TreeViewEx1.TabIndex = 0
Me.TreeViewEx1.Visible = False
'
'ToolStrip3
'
Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel3, Me.ToolStripTextBox1, Me.ToolStripButton6, Me.ToolStripSeparator4, Me.ToolStripButton7})
Me.ToolStrip3.Location = New System.Drawing.Point(0, 40)
Me.ToolStrip3.Name = "ToolStrip3"
Me.ToolStrip3.Size = New System.Drawing.Size(584, 40)
Me.ToolStrip3.TabIndex = 6
Me.ToolStrip3.Text = "ToolStrip3"
'
'ToolStripLabel3
'
Me.ToolStripLabel3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.ToolStripLabel3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
Me.ToolStripLabel3.Name = "ToolStripLabel3"
Me.ToolStripLabel3.Size = New System.Drawing.Size(87, 37)
Me.ToolStripLabel3.Text = "按条码查询:"
'
'ToolStripTextBox1
'
Me.ToolStripTextBox1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.ToolStripTextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
Me.ToolStripTextBox1.Size = New System.Drawing.Size(300, 40)
Me.ToolStripTextBox1.Text = "C090001 AS6 231207 00068"
Me.ToolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'ToolStripButton6
'
Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image)
Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton6.Name = "ToolStripButton6"
Me.ToolStripButton6.Size = New System.Drawing.Size(36, 37)
Me.ToolStripButton6.Text = "查询"
Me.ToolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
Me.ToolStripButton6.ToolTipText = "查询"
'
'ToolStripSeparator4
'
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 40)
'
'ToolStripButton7
'
Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image)
Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton7.Name = "ToolStripButton7"
Me.ToolStripButton7.Size = New System.Drawing.Size(36, 37)
Me.ToolStripButton7.Text = "导出"
Me.ToolStripButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
'
'ToolStrip2
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.ToolStripLabel1, Me.ToolStripButton4})
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip2.Name = "ToolStrip2"
Me.ToolStrip2.Size = New System.Drawing.Size(584, 40)
Me.ToolStrip2.TabIndex = 5
Me.ToolStrip2.Text = "ToolStrip2"
'
'ToolStripLabel2
'
Me.ToolStripLabel2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.ToolStripLabel2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
Me.ToolStripLabel2.Name = "ToolStripLabel2"
Me.ToolStripLabel2.Size = New System.Drawing.Size(87, 37)
Me.ToolStripLabel2.Text = "按时间查询:"
'
'ToolStripLabel1
'
Me.ToolStripLabel1.Name = "ToolStripLabel1"
Me.ToolStripLabel1.Size = New System.Drawing.Size(21, 37)
Me.ToolStripLabel1.Text = " - "
'
'ToolStripButton4
'
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton4.Name = "ToolStripButton4"
Me.ToolStripButton4.Size = New System.Drawing.Size(36, 37)
Me.ToolStripButton4.Text = "查询"
Me.ToolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
Me.ToolStripButton4.ToolTipText = "查询"
'
'TestlogTable
'
Me.TestlogTable.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TestlogTable.CheckedImage = Nothing
Me.TestlogTable.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
Me.TestlogTable.ExtendLastCol = True
Me.TestlogTable.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TestlogTable.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
Me.TestlogTable.Location = New System.Drawing.Point(0, 83)
Me.TestlogTable.Name = "TestlogTable"
Me.TestlogTable.Size = New System.Drawing.Size(581, 576)
Me.TestlogTable.TabIndex = 4
Me.TestlogTable.UncheckedImage = Nothing
'
'FrmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(584, 659)
Me.Controls.Add(Me.SplitContainer1)
Me.Controls.Add(Me.ToolStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmMain"
Me.ShowIcon = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form1"
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
Me.SplitContainer1.Panel2.PerformLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
Me.ToolStrip3.ResumeLayout(False)
Me.ToolStrip3.PerformLayout()
Me.ToolStrip2.ResumeLayout(False)
Me.ToolStrip2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TIM_CNT_CLEAR As Timer
Friend WithEvents TIM_EZCAD_TASK As Timer
Friend WithEvents TIM_Find_DUT_Port As Timer
Friend WithEvents tips As ToolTip
Friend WithEvents TIM_DUT_TASK As Timer
Friend WithEvents Commport_EzCAD As IO.Ports.SerialPort
Friend WithEvents Commport_DUT As IO.Ports.SerialPort
Friend WithEvents ToolStrip1 As ToolStrip
Friend WithEvents SaveChanges As ToolStripButton
Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
Friend WithEvents queryText As ToolStripTextBox
Friend WithEvents ToolStripButton1 As ToolStripButton
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
Friend WithEvents SplitContainer1 As SplitContainer
Friend WithEvents TestlogTable As FlexCell.Grid
Friend WithEvents TreeViewEx1 As UTS_Core.UTSModule.Station.TreeViewEx
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
Friend WithEvents DeleteRow As ToolStripButton
Friend WithEvents TableName As ToolStripLabel
Friend WithEvents ToolStripButton2 As ToolStripButton
Friend WithEvents ToolStripButton3 As ToolStripButton
Friend WithEvents ToolStrip2 As ToolStrip
Friend WithEvents ToolStripButton4 As ToolStripButton
Friend WithEvents ToolStripLabel2 As ToolStripLabel
Friend WithEvents ToolStripLabel1 As ToolStripLabel
Friend WithEvents ToolStrip3 As ToolStrip
Friend WithEvents ToolStripLabel3 As ToolStripLabel
Friend WithEvents ToolStripTextBox1 As ToolStripTextBox
Friend WithEvents ToolStripButton6 As ToolStripButton
Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
Friend WithEvents ToolStripButton7 As ToolStripButton
End Class