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

360 lines
16 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
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.btn_reload = New System.Windows.Forms.Button
Me.cmbRev = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.btn_setSequence = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.cmbSeq = New System.Windows.Forms.ComboBox
Me.txtStart = New System.Windows.Forms.TextBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.lbl_fail = New System.Windows.Forms.Label
Me.lbl_Pass = New System.Windows.Forms.Label
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.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
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.cmbSeq)
Me.GroupBox1.Controls.Add(Me.txtStart)
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(6, 3)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(957, 129)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Mounting Sequence"
'
'btn_reload
'
Me.btn_reload.Location = New System.Drawing.Point(602, 68)
Me.btn_reload.Name = "btn_reload"
Me.btn_reload.Size = New System.Drawing.Size(228, 55)
Me.btn_reload.TabIndex = 18
Me.btn_reload.Text = "Set Reload Mode"
Me.btn_reload.UseVisualStyleBackColor = True
'
'cmbRev
'
Me.cmbRev.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbRev.Font = New System.Drawing.Font("Microsoft Sans Serif", 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, 72)
Me.cmbRev.Name = "cmbRev"
Me.cmbRev.Size = New System.Drawing.Size(260, 33)
Me.cmbRev.TabIndex = 17
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(105, 76)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(101, 25)
Me.Label2.TabIndex = 16
Me.Label2.Text = "Revision:"
'
'btn_setSequence
'
Me.btn_setSequence.Location = New System.Drawing.Point(602, 33)
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
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(10, 38)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(196, 25)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Sequence Number:"
'
'cmbSeq
'
Me.cmbSeq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbSeq.Font = New System.Drawing.Font("Microsoft Sans Serif", 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, 33)
Me.cmbSeq.Name = "cmbSeq"
Me.cmbSeq.Size = New System.Drawing.Size(384, 33)
Me.cmbSeq.TabIndex = 2
'
'txtStart
'
Me.txtStart.Location = New System.Drawing.Point(213, 34)
Me.txtStart.Name = "txtStart"
Me.txtStart.Size = New System.Drawing.Size(201, 31)
Me.txtStart.TabIndex = 15
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.GroupBox3)
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.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(6, 138)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(957, 446)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Mounting Validation"
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.lbl_fail)
Me.GroupBox3.Controls.Add(Me.lbl_Pass)
Me.GroupBox3.Location = New System.Drawing.Point(481, 15)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(464, 424)
Me.GroupBox3.TabIndex = 21
Me.GroupBox3.TabStop = False
'
'lbl_fail
'
Me.lbl_fail.AutoSize = True
Me.lbl_fail.Font = New System.Drawing.Font("Microsoft Sans Serif", 72.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_fail.ForeColor = System.Drawing.Color.Tomato
Me.lbl_fail.Location = New System.Drawing.Point(45, 133)
Me.lbl_fail.Name = "lbl_fail"
Me.lbl_fail.Size = New System.Drawing.Size(387, 108)
Me.lbl_fail.TabIndex = 22
Me.lbl_fail.Text = "FAILED"
Me.lbl_fail.Visible = False
'
'lbl_Pass
'
Me.lbl_Pass.AutoSize = True
Me.lbl_Pass.Font = New System.Drawing.Font("Microsoft Sans Serif", 72.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl_Pass.ForeColor = System.Drawing.Color.ForestGreen
Me.lbl_Pass.Location = New System.Drawing.Point(20, 133)
Me.lbl_Pass.Name = "lbl_Pass"
Me.lbl_Pass.Size = New System.Drawing.Size(440, 108)
Me.lbl_Pass.TabIndex = 21
Me.lbl_Pass.Text = "PASSED"
Me.lbl_Pass.Visible = False
'
'txtLotNum
'
Me.txtLotNum.Enabled = False
Me.txtLotNum.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLotNum.Location = New System.Drawing.Point(145, 260)
Me.txtLotNum.Name = "txtLotNum"
Me.txtLotNum.Size = New System.Drawing.Size(327, 31)
Me.txtLotNum.TabIndex = 19
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(13, 263)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(129, 25)
Me.Label8.TabIndex = 18
Me.Label8.Text = "Lot Number:"
'
'txtQuantity
'
Me.txtQuantity.Enabled = False
Me.txtQuantity.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtQuantity.Location = New System.Drawing.Point(144, 200)
Me.txtQuantity.Name = "txtQuantity"
Me.txtQuantity.Size = New System.Drawing.Size(328, 31)
Me.txtQuantity.TabIndex = 17
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(38, 203)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(98, 25)
Me.Label7.TabIndex = 16
Me.Label7.Text = "Quantity:"
'
'txtPartDesc
'
Me.txtPartDesc.Enabled = False
Me.txtPartDesc.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPartDesc.Location = New System.Drawing.Point(144, 91)
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("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(13, 113)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(126, 25)
Me.Label6.TabIndex = 13
Me.Label6.Text = "Description:"
'
'txtOperator
'
Me.txtOperator.Enabled = False
Me.txtOperator.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOperator.Location = New System.Drawing.Point(145, 384)
Me.txtOperator.Name = "txtOperator"
Me.txtOperator.Size = New System.Drawing.Size(327, 31)
Me.txtOperator.TabIndex = 11
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(34, 387)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(102, 25)
Me.Label5.TabIndex = 10
Me.Label5.Text = "Operator:"
'
'txtFeeder
'
Me.txtFeeder.Enabled = False
Me.txtFeeder.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFeeder.Location = New System.Drawing.Point(145, 327)
Me.txtFeeder.Name = "txtFeeder"
Me.txtFeeder.Size = New System.Drawing.Size(327, 31)
Me.txtFeeder.TabIndex = 9
'
'txtPartNo
'
Me.txtPartNo.Enabled = False
Me.txtPartNo.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPartNo.Location = New System.Drawing.Point(144, 41)
Me.txtPartNo.Name = "txtPartNo"
Me.txtPartNo.Size = New System.Drawing.Size(328, 31)
Me.txtPartNo.TabIndex = 8
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(17, 330)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(119, 25)
Me.Label4.TabIndex = 7
Me.Label4.Text = "Feeder No:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(10, 44)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(138, 25)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Part Number:"
'
'Timer1
'
'
'mountingForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(968, 589)
Me.ControlBox = False
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "mountingForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Mounting"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents cmbSeq As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents btn_setSequence As System.Windows.Forms.Button
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 txtStart As System.Windows.Forms.TextBox
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 GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents lbl_Pass As System.Windows.Forms.Label
Friend WithEvents lbl_fail As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents cmbRev As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents btn_reload As System.Windows.Forms.Button
End Class