Toshiba_Kanban_Issuance/Mounting Sequence/Forms/mountingForm.Designer.vb

759 lines
35 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class mountingForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Label17 = New System.Windows.Forms.Label()
Me.ComportTextBox = New System.Windows.Forms.TextBox()
Me.lblstatus = New System.Windows.Forms.Label()
Me.lblMatch = New System.Windows.Forms.Label()
Me.txtSerial = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.dg = New System.Windows.Forms.DataGridView()
Me.txtLotNum = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.txtQuantity = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.txtPartDesc = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.txtOperator = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtFeeder = New System.Windows.Forms.TextBox()
Me.txtPartNo = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.lbl_fail = New System.Windows.Forms.Label()
Me.lbl_Pass = New System.Windows.Forms.Label()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.ds = New System.Data.DataSet()
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
Me.txtStart = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.btn_setSequence = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.cmbRev = New System.Windows.Forms.ComboBox()
Me.btn_reload = New System.Windows.Forms.Button()
Me.cmbSeq = New System.Windows.Forms.ComboBox()
Me.btn_Check = New System.Windows.Forms.Button()
Me.btnComplete = New System.Windows.Forms.Button()
Me.chkstart = New System.Windows.Forms.CheckBox()
Me.btnReload = New System.Windows.Forms.Button()
Me.btnQA = New System.Windows.Forms.Button()
Me.Label10 = New System.Windows.Forms.Label()
Me.cmbLine = New System.Windows.Forms.ComboBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.cmbType = New System.Windows.Forms.ComboBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.cmbModel = New System.Windows.Forms.ComboBox()
Me.lblVerification = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.lbldo = New System.Windows.Forms.Label()
Me.lbled = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.splotno = New System.Windows.Forms.TextBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.spdid = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components)
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
Me.GroupBox2.SuspendLayout()
CType(Me.dg, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ds, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Label17)
Me.GroupBox2.Controls.Add(Me.ComportTextBox)
Me.GroupBox2.Controls.Add(Me.lblstatus)
Me.GroupBox2.Controls.Add(Me.lblMatch)
Me.GroupBox2.Controls.Add(Me.txtSerial)
Me.GroupBox2.Controls.Add(Me.Label9)
Me.GroupBox2.Controls.Add(Me.dg)
Me.GroupBox2.Controls.Add(Me.txtLotNum)
Me.GroupBox2.Controls.Add(Me.Label8)
Me.GroupBox2.Controls.Add(Me.txtQuantity)
Me.GroupBox2.Controls.Add(Me.Label7)
Me.GroupBox2.Controls.Add(Me.txtPartDesc)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.txtOperator)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.txtFeeder)
Me.GroupBox2.Controls.Add(Me.txtPartNo)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.lbl_fail)
Me.GroupBox2.Controls.Add(Me.lbl_Pass)
Me.GroupBox2.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(6, 277)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(957, 527)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Mounting Validation"
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Location = New System.Drawing.Point(37, 480)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(106, 26)
Me.Label17.TabIndex = 35
Me.Label17.Text = "COMPORT:"
'
'ComportTextBox
'
Me.ComportTextBox.Location = New System.Drawing.Point(147, 477)
Me.ComportTextBox.Name = "ComportTextBox"
Me.ComportTextBox.Size = New System.Drawing.Size(108, 33)
Me.ComportTextBox.TabIndex = 34
'
'lblstatus
'
Me.lblstatus.AutoSize = True
Me.lblstatus.Location = New System.Drawing.Point(36, 447)
Me.lblstatus.Name = "lblstatus"
Me.lblstatus.Size = New System.Drawing.Size(79, 26)
Me.lblstatus.TabIndex = 29
Me.lblstatus.Text = "Label17"
'
'lblMatch
'
Me.lblMatch.BackColor = System.Drawing.Color.DarkOrange
Me.lblMatch.Font = New System.Drawing.Font("Calibri", 99.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMatch.ForeColor = System.Drawing.Color.Maroon
Me.lblMatch.Location = New System.Drawing.Point(469, 38)
Me.lblMatch.Name = "lblMatch"
Me.lblMatch.Size = New System.Drawing.Size(475, 401)
Me.lblMatch.TabIndex = 28
Me.lblMatch.Text = "MIS MATCH"
Me.lblMatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lblMatch.Visible = False
'
'txtSerial
'
Me.txtSerial.Enabled = False
Me.txtSerial.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSerial.Location = New System.Drawing.Point(132, 32)
Me.txtSerial.Name = "txtSerial"
Me.txtSerial.Size = New System.Drawing.Size(328, 33)
Me.txtSerial.TabIndex = 27
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(64, 32)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(65, 26)
Me.Label9.TabIndex = 26
Me.Label9.Text = "Serial:"
'
'dg
'
Me.dg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dg.Location = New System.Drawing.Point(6, 217)
Me.dg.Name = "dg"
DataGridViewCellStyle2.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dg.RowsDefaultCellStyle = DataGridViewCellStyle2
Me.dg.Size = New System.Drawing.Size(454, 121)
Me.dg.TabIndex = 25
'
'txtLotNum
'
Me.txtLotNum.Enabled = False
Me.txtLotNum.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLotNum.Location = New System.Drawing.Point(133, 277)
Me.txtLotNum.Name = "txtLotNum"
Me.txtLotNum.Size = New System.Drawing.Size(327, 33)
Me.txtLotNum.TabIndex = 19
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(10, 281)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(120, 26)
Me.Label8.TabIndex = 18
Me.Label8.Text = "Lot Number:"
'
'txtQuantity
'
Me.txtQuantity.Enabled = False
Me.txtQuantity.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtQuantity.Location = New System.Drawing.Point(132, 217)
Me.txtQuantity.Name = "txtQuantity"
Me.txtQuantity.Size = New System.Drawing.Size(328, 33)
Me.txtQuantity.TabIndex = 17
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(36, 221)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(93, 26)
Me.Label7.TabIndex = 16
Me.Label7.Text = "Quantity:"
'
'txtPartDesc
'
Me.txtPartDesc.Enabled = False
Me.txtPartDesc.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPartDesc.Location = New System.Drawing.Point(132, 123)
Me.txtPartDesc.Multiline = True
Me.txtPartDesc.Name = "txtPartDesc"
Me.txtPartDesc.Size = New System.Drawing.Size(328, 81)
Me.txtPartDesc.TabIndex = 14
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(14, 145)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(115, 26)
Me.Label6.TabIndex = 13
Me.Label6.Text = "Description:"
'
'txtOperator
'
Me.txtOperator.Enabled = False
Me.txtOperator.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOperator.Location = New System.Drawing.Point(133, 401)
Me.txtOperator.Name = "txtOperator"
Me.txtOperator.Size = New System.Drawing.Size(327, 33)
Me.txtOperator.TabIndex = 11
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(35, 405)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(95, 26)
Me.Label5.TabIndex = 10
Me.Label5.Text = "Operator:"
'
'txtFeeder
'
Me.txtFeeder.Enabled = False
Me.txtFeeder.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFeeder.Location = New System.Drawing.Point(133, 344)
Me.txtFeeder.Name = "txtFeeder"
Me.txtFeeder.Size = New System.Drawing.Size(327, 33)
Me.txtFeeder.TabIndex = 9
'
'txtPartNo
'
Me.txtPartNo.Enabled = False
Me.txtPartNo.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPartNo.Location = New System.Drawing.Point(132, 73)
Me.txtPartNo.Name = "txtPartNo"
Me.txtPartNo.Size = New System.Drawing.Size(328, 33)
Me.txtPartNo.TabIndex = 8
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(24, 348)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(106, 26)
Me.Label4.TabIndex = 7
Me.Label4.Text = "Feeder No:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(1, 76)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(128, 26)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Part Number:"
'
'lbl_fail
'
Me.lbl_fail.BackColor = System.Drawing.Color.Tomato
Me.lbl_fail.Font = New System.Drawing.Font("Calibri", 150.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_fail.ForeColor = System.Drawing.Color.Maroon
Me.lbl_fail.Location = New System.Drawing.Point(469, 38)
Me.lbl_fail.Name = "lbl_fail"
Me.lbl_fail.Size = New System.Drawing.Size(475, 401)
Me.lbl_fail.TabIndex = 24
Me.lbl_fail.Text = "FAIL"
Me.lbl_fail.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lbl_fail.Visible = False
'
'lbl_Pass
'
Me.lbl_Pass.BackColor = System.Drawing.Color.ForestGreen
Me.lbl_Pass.Font = New System.Drawing.Font("Calibri", 129.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_Pass.ForeColor = System.Drawing.Color.DarkGreen
Me.lbl_Pass.Location = New System.Drawing.Point(469, 38)
Me.lbl_Pass.Margin = New System.Windows.Forms.Padding(0)
Me.lbl_Pass.Name = "lbl_Pass"
Me.lbl_Pass.Size = New System.Drawing.Size(474, 401)
Me.lbl_Pass.TabIndex = 23
Me.lbl_Pass.Text = "PASS"
Me.lbl_Pass.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lbl_Pass.Visible = False
'
'Timer1
'
'
'ds
'
Me.ds.DataSetName = "NewDataSet"
'
'txtStart
'
Me.txtStart.Location = New System.Drawing.Point(212, 24)
Me.txtStart.Name = "txtStart"
Me.txtStart.Size = New System.Drawing.Size(201, 33)
Me.txtStart.TabIndex = 15
Me.txtStart.Text = "ASD"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(98, 25)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(88, 26)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Account:"
'
'btn_setSequence
'
Me.btn_setSequence.Location = New System.Drawing.Point(722, 90)
Me.btn_setSequence.Name = "btn_setSequence"
Me.btn_setSequence.Size = New System.Drawing.Size(228, 33)
Me.btn_setSequence.TabIndex = 4
Me.btn_setSequence.Text = "Set Sequence"
Me.btn_setSequence.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(98, 158)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(88, 26)
Me.Label2.TabIndex = 16
Me.Label2.Text = "Revision:"
'
'cmbRev
'
Me.cmbRev.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbRev.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbRev.FormattingEnabled = True
Me.cmbRev.Location = New System.Drawing.Point(212, 154)
Me.cmbRev.Name = "cmbRev"
Me.cmbRev.Size = New System.Drawing.Size(260, 34)
Me.cmbRev.TabIndex = 17
'
'btn_reload
'
Me.btn_reload.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_reload.Location = New System.Drawing.Point(722, 129)
Me.btn_reload.Name = "btn_reload"
Me.btn_reload.Size = New System.Drawing.Size(113, 55)
Me.btn_reload.TabIndex = 18
Me.btn_reload.Text = "Set Reload Mode"
Me.btn_reload.UseVisualStyleBackColor = True
Me.btn_reload.Visible = False
'
'cmbSeq
'
Me.cmbSeq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbSeq.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbSeq.FormattingEnabled = True
Me.cmbSeq.Location = New System.Drawing.Point(212, 22)
Me.cmbSeq.Name = "cmbSeq"
Me.cmbSeq.Size = New System.Drawing.Size(504, 34)
Me.cmbSeq.TabIndex = 2
'
'btn_Check
'
Me.btn_Check.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_Check.Location = New System.Drawing.Point(841, 130)
Me.btn_Check.Name = "btn_Check"
Me.btn_Check.Size = New System.Drawing.Size(109, 55)
Me.btn_Check.TabIndex = 19
Me.btn_Check.Text = "Set Check Mode"
Me.btn_Check.UseVisualStyleBackColor = True
Me.btn_Check.Visible = False
'
'btnComplete
'
Me.btnComplete.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnComplete.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnComplete.Location = New System.Drawing.Point(724, 130)
Me.btnComplete.Name = "btnComplete"
Me.btnComplete.Size = New System.Drawing.Size(109, 54)
Me.btnComplete.TabIndex = 20
Me.btnComplete.Text = "Check if Complete"
Me.btnComplete.UseVisualStyleBackColor = False
Me.btnComplete.Visible = False
'
'chkstart
'
Me.chkstart.AutoSize = True
Me.chkstart.Location = New System.Drawing.Point(588, 134)
Me.chkstart.Name = "chkstart"
Me.chkstart.Size = New System.Drawing.Size(119, 30)
Me.chkstart.TabIndex = 23
Me.chkstart.Text = "Start Time"
Me.chkstart.UseVisualStyleBackColor = True
'
'btnReload
'
Me.btnReload.BackColor = System.Drawing.Color.DarkGreen
Me.btnReload.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnReload.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.btnReload.Location = New System.Drawing.Point(722, 15)
Me.btnReload.Name = "btnReload"
Me.btnReload.Size = New System.Drawing.Size(228, 36)
Me.btnReload.TabIndex = 24
Me.btnReload.Text = "Normal Mode"
Me.btnReload.UseVisualStyleBackColor = False
Me.btnReload.Visible = False
'
'btnQA
'
Me.btnQA.BackColor = System.Drawing.Color.DarkOrange
Me.btnQA.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnQA.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.btnQA.Location = New System.Drawing.Point(841, 129)
Me.btnQA.Name = "btnQA"
Me.btnQA.Size = New System.Drawing.Size(109, 55)
Me.btnQA.TabIndex = 25
Me.btnQA.Text = "QA Mode"
Me.btnQA.UseVisualStyleBackColor = False
Me.btnQA.Visible = False
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(133, 73)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(53, 26)
Me.Label10.TabIndex = 26
Me.Label10.Text = "Line:"
'
'cmbLine
'
Me.cmbLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbLine.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbLine.FormattingEnabled = True
Me.cmbLine.Location = New System.Drawing.Point(212, 69)
Me.cmbLine.Name = "cmbLine"
Me.cmbLine.Size = New System.Drawing.Size(105, 34)
Me.cmbLine.TabIndex = 27
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(127, 117)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(58, 26)
Me.Label11.TabIndex = 28
Me.Label11.Text = "Type:"
'
'cmbType
'
Me.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbType.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbType.FormattingEnabled = True
Me.cmbType.Location = New System.Drawing.Point(212, 113)
Me.cmbType.Name = "cmbType"
Me.cmbType.Size = New System.Drawing.Size(260, 34)
Me.cmbType.TabIndex = 29
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(343, 73)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(73, 26)
Me.Label12.TabIndex = 30
Me.Label12.Text = "Model:"
'
'cmbModel
'
Me.cmbModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbModel.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbModel.FormattingEnabled = True
Me.cmbModel.Location = New System.Drawing.Point(422, 70)
Me.cmbModel.Name = "cmbModel"
Me.cmbModel.Size = New System.Drawing.Size(260, 34)
Me.cmbModel.TabIndex = 31
'
'lblVerification
'
Me.lblVerification.AutoSize = True
Me.lblVerification.Location = New System.Drawing.Point(542, 164)
Me.lblVerification.Name = "lblVerification"
Me.lblVerification.Size = New System.Drawing.Size(165, 26)
Me.lblVerification.TabIndex = 32
Me.lblVerification.Text = "Next Verification: "
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.lblVerification)
Me.GroupBox1.Controls.Add(Me.cmbModel)
Me.GroupBox1.Controls.Add(Me.cmbSeq)
Me.GroupBox1.Controls.Add(Me.Label12)
Me.GroupBox1.Controls.Add(Me.cmbType)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.cmbLine)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.btnQA)
Me.GroupBox1.Controls.Add(Me.btnReload)
Me.GroupBox1.Controls.Add(Me.chkstart)
Me.GroupBox1.Controls.Add(Me.btnComplete)
Me.GroupBox1.Controls.Add(Me.btn_Check)
Me.GroupBox1.Controls.Add(Me.btn_reload)
Me.GroupBox1.Controls.Add(Me.cmbRev)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.btn_setSequence)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.txtStart)
Me.GroupBox1.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(6, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(957, 193)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Mounting Sequence"
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.DarkGoldenrod
Me.Button1.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.Button1.Location = New System.Drawing.Point(722, 48)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(228, 36)
Me.Button1.TabIndex = 33
Me.Button1.Text = "Sequential Mode"
Me.Button1.UseVisualStyleBackColor = False
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.lbldo)
Me.GroupBox3.Controls.Add(Me.lbled)
Me.GroupBox3.Controls.Add(Me.Label16)
Me.GroupBox3.Controls.Add(Me.Label15)
Me.GroupBox3.Controls.Add(Me.splotno)
Me.GroupBox3.Controls.Add(Me.Label14)
Me.GroupBox3.Controls.Add(Me.spdid)
Me.GroupBox3.Controls.Add(Me.Label13)
Me.GroupBox3.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.Location = New System.Drawing.Point(6, 206)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(957, 72)
Me.GroupBox3.TabIndex = 2
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Solder Paste Control"
'
'lbldo
'
Me.lbldo.AutoSize = True
Me.lbldo.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbldo.Location = New System.Drawing.Point(707, 18)
Me.lbldo.Name = "lbldo"
Me.lbldo.Size = New System.Drawing.Size(0, 23)
Me.lbldo.TabIndex = 41
'
'lbled
'
Me.lbled.AutoSize = True
Me.lbled.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbled.Location = New System.Drawing.Point(707, 43)
Me.lbled.Name = "lbled"
Me.lbled.Size = New System.Drawing.Size(0, 23)
Me.lbled.TabIndex = 40
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.Location = New System.Drawing.Point(549, 41)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(133, 23)
Me.Label16.TabIndex = 39
Me.Label16.Text = "Expiration Date:"
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.Location = New System.Drawing.Point(549, 18)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(97, 23)
Me.Label15.TabIndex = 37
Me.Label15.Text = "Date Open:"
'
'splotno
'
Me.splotno.Enabled = False
Me.splotno.Location = New System.Drawing.Point(342, 32)
Me.splotno.Name = "splotno"
Me.splotno.Size = New System.Drawing.Size(181, 33)
Me.splotno.TabIndex = 36
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(265, 35)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(65, 23)
Me.Label14.TabIndex = 35
Me.Label14.Text = "Lot No:"
'
'spdid
'
Me.spdid.Enabled = False
Me.spdid.Location = New System.Drawing.Point(132, 32)
Me.spdid.Name = "spdid"
Me.spdid.Size = New System.Drawing.Size(123, 33)
Me.spdid.TabIndex = 34
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.Location = New System.Drawing.Point(80, 35)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(45, 23)
Me.Label13.TabIndex = 33
Me.Label13.Text = "DID:"
'
'SerialPort1
'
Me.SerialPort1.PortName = "COM7"
'
'Timer3
'
'
'mountingForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(972, 816)
Me.ControlBox = False
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Font = New System.Drawing.Font("Calibri", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "mountingForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Tag = ""
Me.Text = "Mounting"
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.dg, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ds, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtOperator As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtFeeder As System.Windows.Forms.TextBox
Friend WithEvents txtPartNo As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtPartDesc As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txtLotNum As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents txtQuantity As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents lbl_Pass As System.Windows.Forms.Label
Friend WithEvents lbl_fail As System.Windows.Forms.Label
Friend WithEvents dg As System.Windows.Forms.DataGridView
Friend WithEvents ds As System.Data.DataSet
Friend WithEvents txtSerial As System.Windows.Forms.TextBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents lblMatch As Label
Friend WithEvents Timer2 As Timer
Friend WithEvents txtStart As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents btn_setSequence As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents cmbRev As System.Windows.Forms.ComboBox
Friend WithEvents btn_reload As System.Windows.Forms.Button
Friend WithEvents cmbSeq As System.Windows.Forms.ComboBox
Friend WithEvents btn_Check As System.Windows.Forms.Button
Friend WithEvents btnComplete As System.Windows.Forms.Button
Friend WithEvents chkstart As System.Windows.Forms.CheckBox
Friend WithEvents btnReload As System.Windows.Forms.Button
Friend WithEvents btnQA As System.Windows.Forms.Button
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents cmbLine As System.Windows.Forms.ComboBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents cmbType As System.Windows.Forms.ComboBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents cmbModel As System.Windows.Forms.ComboBox
Friend WithEvents lblVerification As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents splotno As System.Windows.Forms.TextBox
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents spdid As System.Windows.Forms.TextBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents lbled As System.Windows.Forms.Label
Friend WithEvents lbldo As System.Windows.Forms.Label
Friend WithEvents lblstatus As System.Windows.Forms.Label
Friend WithEvents SerialPort1 As System.IO.Ports.SerialPort
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Timer3 As System.Windows.Forms.Timer
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents ComportTextBox As System.Windows.Forms.TextBox
End Class