_ Partial Class FrmMain Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ 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 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.TssLblProductionLine = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblStaion = New System.Windows.Forms.ToolStripStatusLabel() Me.TsLblCheckSum = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblInvalidCount = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblValidCount = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblPassCount = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblFailCount = New System.Windows.Forms.ToolStripStatusLabel() Me.TssLblYield = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TsChangeStation = New System.Windows.Forms.ToolStripButton() Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.TsCboCameraFrame = New System.Windows.Forms.ToolStripComboBox() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.RdBtnDouble = New System.Windows.Forms.RadioButton() Me.RdBtnSingle = New System.Windows.Forms.RadioButton() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.RtxRecord = New System.Windows.Forms.RichTextBox() Me.LblResult = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.CboProductionLines = New System.Windows.Forms.ComboBox() Me.BtnCommit = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.RtxBarcodeSn = New System.Windows.Forms.RichTextBox() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.PicCamera1 = New System.Windows.Forms.PictureBox() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.PicCamera2 = New System.Windows.Forms.PictureBox() Me.StatusStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.PicCamera1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() CType(Me.PicCamera2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TssLblProductionLine, Me.TssLblStaion, Me.TsLblCheckSum, Me.TssLblInvalidCount, Me.TssLblValidCount, Me.TssLblPassCount, Me.TssLblFailCount, Me.TssLblYield}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 579) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(790, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' 'TssLblProductionLine ' Me.TssLblProductionLine.ForeColor = System.Drawing.Color.Black Me.TssLblProductionLine.Name = "TssLblProductionLine" Me.TssLblProductionLine.Size = New System.Drawing.Size(44, 17) Me.TssLblProductionLine.Text = "A-Line" ' 'TssLblStaion ' Me.TssLblStaion.ForeColor = System.Drawing.Color.Black Me.TssLblStaion.Name = "TssLblStaion" Me.TssLblStaion.Size = New System.Drawing.Size(68, 17) Me.TssLblStaion.Text = "BLV-12 A1" ' 'TsLblCheckSum ' Me.TsLblCheckSum.Name = "TsLblCheckSum" Me.TsLblCheckSum.Size = New System.Drawing.Size(64, 17) Me.TsLblCheckSum.Text = "Sum:0000" ' 'TssLblInvalidCount ' Me.TssLblInvalidCount.Name = "TssLblInvalidCount" Me.TssLblInvalidCount.Size = New System.Drawing.Size(77, 17) Me.TssLblInvalidCount.Text = "Invalid:0000" ' 'TssLblValidCount ' Me.TssLblValidCount.Name = "TssLblValidCount" Me.TssLblValidCount.Size = New System.Drawing.Size(68, 17) Me.TssLblValidCount.Text = "Valid:0000" ' 'TssLblPassCount ' Me.TssLblPassCount.Name = "TssLblPassCount" Me.TssLblPassCount.Size = New System.Drawing.Size(65, 17) Me.TssLblPassCount.Text = "Pass:0000" ' 'TssLblFailCount ' Me.TssLblFailCount.Name = "TssLblFailCount" Me.TssLblFailCount.Size = New System.Drawing.Size(58, 17) Me.TssLblFailCount.Text = "Fail:0000" ' 'TssLblYield ' Me.TssLblYield.Name = "TssLblYield" Me.TssLblYield.Size = New System.Drawing.Size(81, 17) Me.TssLblYield.Text = "Yield:00.00%" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsChangeStation, Me.ToolStripLabel1, Me.TsCboCameraFrame, Me.ToolStripLabel2}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(790, 40) Me.ToolStrip1.TabIndex = 1 Me.ToolStrip1.Text = "ToolStrip1" ' 'TsChangeStation ' Me.TsChangeStation.Image = CType(resources.GetObject("TsChangeStation.Image"), System.Drawing.Image) Me.TsChangeStation.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsChangeStation.Name = "TsChangeStation" Me.TsChangeStation.Size = New System.Drawing.Size(60, 37) Me.TsChangeStation.Text = "切换站位" Me.TsChangeStation.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TsChangeStation.ToolTipText = "切换站位" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(44, 37) Me.ToolStripLabel1.Text = "分辨率" ' 'TsCboCameraFrame ' Me.TsCboCameraFrame.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.TsCboCameraFrame.Name = "TsCboCameraFrame" Me.TsCboCameraFrame.Size = New System.Drawing.Size(121, 40) ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(0, 37) ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1 Me.SplitContainer1.Location = New System.Drawing.Point(0, 40) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.RdBtnDouble) Me.SplitContainer1.Panel1.Controls.Add(Me.RdBtnSingle) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3) Me.SplitContainer1.Panel1.Controls.Add(Me.LblResult) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox4) Me.SplitContainer1.Panel1.Controls.Add(Me.BtnCommit) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2) Me.SplitContainer1.Size = New System.Drawing.Size(790, 539) Me.SplitContainer1.SplitterDistance = 429 Me.SplitContainer1.TabIndex = 0 Me.SplitContainer1.TabStop = False ' 'RdBtnDouble ' Me.RdBtnDouble.AutoSize = True Me.RdBtnDouble.Checked = True Me.RdBtnDouble.Location = New System.Drawing.Point(347, 154) Me.RdBtnDouble.Name = "RdBtnDouble" Me.RdBtnDouble.Size = New System.Drawing.Size(71, 16) Me.RdBtnDouble.TabIndex = 1 Me.RdBtnDouble.TabStop = True Me.RdBtnDouble.Text = "双摄像头" Me.RdBtnDouble.UseVisualStyleBackColor = True ' 'RdBtnSingle ' Me.RdBtnSingle.AutoSize = True Me.RdBtnSingle.Location = New System.Drawing.Point(259, 154) Me.RdBtnSingle.Name = "RdBtnSingle" Me.RdBtnSingle.Size = New System.Drawing.Size(71, 16) Me.RdBtnSingle.TabIndex = 6 Me.RdBtnSingle.TabStop = True Me.RdBtnSingle.Text = "单摄像头" Me.RdBtnSingle.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.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.GroupBox3.Controls.Add(Me.RtxRecord) Me.GroupBox3.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox3.Location = New System.Drawing.Point(12, 172) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(406, 317) Me.GroupBox3.TabIndex = 2 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "校验日志" ' 'RtxRecord ' Me.RtxRecord.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxRecord.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxRecord.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RtxRecord.Location = New System.Drawing.Point(3, 22) Me.RtxRecord.Name = "RtxRecord" Me.RtxRecord.ReadOnly = True Me.RtxRecord.Size = New System.Drawing.Size(400, 292) Me.RtxRecord.TabIndex = 0 Me.RtxRecord.TabStop = False Me.RtxRecord.Text = "" ' 'LblResult ' Me.LblResult.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LblResult.Font = New System.Drawing.Font("宋体", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.LblResult.Location = New System.Drawing.Point(12, 496) Me.LblResult.Name = "LblResult" Me.LblResult.Size = New System.Drawing.Size(249, 40) Me.LblResult.TabIndex = 4 Me.LblResult.Text = "待开始测试" Me.LblResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'GroupBox4 ' Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox4.Controls.Add(Me.CboProductionLines) Me.GroupBox4.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox4.Location = New System.Drawing.Point(12, 9) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(409, 50) Me.GroupBox4.TabIndex = 3 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "产线" ' 'CboProductionLines ' Me.CboProductionLines.Dock = System.Windows.Forms.DockStyle.Fill Me.CboProductionLines.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboProductionLines.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.CboProductionLines.ForeColor = System.Drawing.Color.Gray Me.CboProductionLines.FormattingEnabled = True Me.CboProductionLines.Items.AddRange(New Object() {"Q1", "Q2", "Q3", "Q4"}) Me.CboProductionLines.Location = New System.Drawing.Point(3, 22) Me.CboProductionLines.Name = "CboProductionLines" Me.CboProductionLines.Size = New System.Drawing.Size(403, 24) Me.CboProductionLines.TabIndex = 0 Me.CboProductionLines.TabStop = False ' 'BtnCommit ' Me.BtnCommit.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtnCommit.Font = New System.Drawing.Font("宋体", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.BtnCommit.Location = New System.Drawing.Point(313, 495) Me.BtnCommit.Name = "BtnCommit" Me.BtnCommit.Size = New System.Drawing.Size(105, 40) Me.BtnCommit.TabIndex = 2 Me.BtnCommit.Text = "提交" Me.BtnCommit.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox1.Controls.Add(Me.RtxBarcodeSn) Me.GroupBox1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(12, 65) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(409, 86) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "产品序号" ' 'RtxBarcodeSn ' Me.RtxBarcodeSn.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxBarcodeSn.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxBarcodeSn.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.RtxBarcodeSn.ForeColor = System.Drawing.Color.Gray Me.RtxBarcodeSn.Location = New System.Drawing.Point(3, 22) Me.RtxBarcodeSn.Name = "RtxBarcodeSn" Me.RtxBarcodeSn.Size = New System.Drawing.Size(403, 61) Me.RtxBarcodeSn.TabIndex = 0 Me.RtxBarcodeSn.Text = "123456ABCDEFabcdef" ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.IsSplitterFixed = True 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.GroupBox2) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.GroupBox5) Me.SplitContainer2.Size = New System.Drawing.Size(357, 539) Me.SplitContainer2.SplitterDistance = 258 Me.SplitContainer2.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.PicCamera1) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(357, 258) Me.GroupBox2.TabIndex = 1 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "主摄像头" ' 'PicCamera1 ' Me.PicCamera1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PicCamera1.Dock = System.Windows.Forms.DockStyle.Fill Me.PicCamera1.Location = New System.Drawing.Point(3, 25) Me.PicCamera1.Name = "PicCamera1" Me.PicCamera1.Size = New System.Drawing.Size(351, 230) Me.PicCamera1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PicCamera1.TabIndex = 3 Me.PicCamera1.TabStop = False ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.PicCamera2) Me.GroupBox5.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GroupBox5.Location = New System.Drawing.Point(0, 0) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(357, 277) Me.GroupBox5.TabIndex = 2 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "次摄像头" ' 'PicCamera2 ' Me.PicCamera2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PicCamera2.Dock = System.Windows.Forms.DockStyle.Fill Me.PicCamera2.Location = New System.Drawing.Point(3, 25) Me.PicCamera2.Name = "PicCamera2" Me.PicCamera2.Size = New System.Drawing.Size(351, 249) Me.PicCamera2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PicCamera2.TabIndex = 3 Me.PicCamera2.TabStop = False ' 'FrmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(790, 601) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.StatusStrip1) Me.ForeColor = System.Drawing.Color.Gray Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "FrmMain" Me.Text = "Form1" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer1.ResumeLayout(false) Me.GroupBox3.ResumeLayout(false) Me.GroupBox4.ResumeLayout(false) Me.GroupBox1.ResumeLayout(false) Me.SplitContainer2.Panel1.ResumeLayout(false) Me.SplitContainer2.Panel2.ResumeLayout(false) CType(Me.SplitContainer2,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer2.ResumeLayout(false) Me.GroupBox2.ResumeLayout(false) CType(Me.PicCamera1,System.ComponentModel.ISupportInitialize).EndInit Me.GroupBox5.ResumeLayout(false) CType(Me.PicCamera2,System.ComponentModel.ISupportInitialize).EndInit Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TsChangeStation As ToolStripButton Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents GroupBox2 As GroupBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents RtxBarcodeSn As RichTextBox Friend WithEvents RtxRecord As RichTextBox Friend WithEvents GroupBox3 As GroupBox Friend WithEvents TsLblCheckSum As ToolStripStatusLabel Friend WithEvents TssLblPassCount As ToolStripStatusLabel Friend WithEvents TssLblFailCount As ToolStripStatusLabel Friend WithEvents BtnCommit As Button Friend WithEvents TssLblStaion As ToolStripStatusLabel Friend WithEvents TssLblYield As ToolStripStatusLabel Friend WithEvents GroupBox4 As GroupBox Friend WithEvents CboProductionLines As ComboBox Friend WithEvents TssLblProductionLine As ToolStripStatusLabel Friend WithEvents TssLblInvalidCount As ToolStripStatusLabel Friend WithEvents TssLblValidCount As ToolStripStatusLabel Friend WithEvents PicCamera1 As PictureBox Friend WithEvents LblResult As Label Friend WithEvents ToolStripLabel1 As ToolStripLabel Friend WithEvents TsCboCameraFrame As ToolStripComboBox Friend WithEvents ToolStripLabel2 As ToolStripLabel Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents GroupBox5 As GroupBox Friend WithEvents PicCamera2 As PictureBox Friend WithEvents RdBtnDouble As RadioButton Friend WithEvents RdBtnSingle As RadioButton End Class