Toshiba_Kanban_Issuance/.svn/pristine/27/27488309fb15970b91d1f332ede21db9e28c2a05.svn-base

244 lines
10 KiB
Plaintext

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PPReturnForm
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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.txtPartDesc = New System.Windows.Forms.TextBox()
Me.dtNow = New System.Windows.Forms.DateTimePicker()
Me.txtOperator = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtLotNum = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtQuantity = New System.Windows.Forms.TextBox()
Me.txtPartNo = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtStart = New System.Windows.Forms.TextBox()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.dg_inventory = New System.Windows.Forms.DataGridView()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.dg_inventory, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtPartDesc)
Me.GroupBox1.Controls.Add(Me.dtNow)
Me.GroupBox1.Controls.Add(Me.txtOperator)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.txtLotNum)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.txtQuantity)
Me.GroupBox1.Controls.Add(Me.txtPartNo)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.txtStart)
Me.GroupBox1.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(6, 2)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(752, 159)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Information"
'
'txtPartDesc
'
Me.txtPartDesc.Enabled = False
Me.txtPartDesc.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPartDesc.Location = New System.Drawing.Point(378, 18)
Me.txtPartDesc.Multiline = True
Me.txtPartDesc.Name = "txtPartDesc"
Me.txtPartDesc.Size = New System.Drawing.Size(340, 52)
Me.txtPartDesc.TabIndex = 34
'
'dtNow
'
Me.dtNow.CustomFormat = "MM/dd/yyyy hh:mm:ss"
Me.dtNow.Enabled = False
Me.dtNow.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.dtNow.Location = New System.Drawing.Point(128, 99)
Me.dtNow.Name = "dtNow"
Me.dtNow.Size = New System.Drawing.Size(194, 23)
Me.dtNow.TabIndex = 27
'
'txtOperator
'
Me.txtOperator.Enabled = False
Me.txtOperator.Location = New System.Drawing.Point(128, 126)
Me.txtOperator.Name = "txtOperator"
Me.txtOperator.Size = New System.Drawing.Size(194, 23)
Me.txtOperator.TabIndex = 25
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(91, 130)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(35, 15)
Me.Label5.TabIndex = 26
Me.Label5.Text = "User:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(91, 103)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(35, 15)
Me.Label4.TabIndex = 24
Me.Label4.Text = "Date:"
'
'txtLotNum
'
Me.txtLotNum.Enabled = False
Me.txtLotNum.Location = New System.Drawing.Point(128, 72)
Me.txtLotNum.Name = "txtLotNum"
Me.txtLotNum.Size = New System.Drawing.Size(194, 23)
Me.txtLotNum.TabIndex = 2
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(54, 76)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(72, 15)
Me.Label3.TabIndex = 22
Me.Label3.Text = "Lot Number:"
'
'txtQuantity
'
Me.txtQuantity.Location = New System.Drawing.Point(128, 45)
Me.txtQuantity.Name = "txtQuantity"
Me.txtQuantity.Size = New System.Drawing.Size(67, 23)
Me.txtQuantity.TabIndex = 1
'
'txtPartNo
'
Me.txtPartNo.Enabled = False
Me.txtPartNo.Location = New System.Drawing.Point(128, 18)
Me.txtPartNo.Name = "txtPartNo"
Me.txtPartNo.Size = New System.Drawing.Size(243, 23)
Me.txtPartNo.TabIndex = 0
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(68, 49)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(58, 15)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Quantity:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(47, 22)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(79, 15)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Part Number:"
'
'txtStart
'
Me.txtStart.Location = New System.Drawing.Point(128, 18)
Me.txtStart.Name = "txtStart"
Me.txtStart.Size = New System.Drawing.Size(243, 23)
Me.txtStart.TabIndex = 0
'
'Timer1
'
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.dg_inventory)
Me.GroupBox2.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(6, 164)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(752, 427)
Me.GroupBox2.TabIndex = 4
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Inventory Transactions Per Part Number"
'
'dg_inventory
'
Me.dg_inventory.AllowUserToAddRows = False
Me.dg_inventory.AllowUserToDeleteRows = False
Me.dg_inventory.AllowUserToResizeColumns = False
Me.dg_inventory.AllowUserToResizeRows = False
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.InactiveCaptionText
Me.dg_inventory.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
Me.dg_inventory.BackgroundColor = System.Drawing.SystemColors.Control
Me.dg_inventory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.dg_inventory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dg_inventory.GridColor = System.Drawing.Color.SteelBlue
Me.dg_inventory.Location = New System.Drawing.Point(6, 15)
Me.dg_inventory.Name = "dg_inventory"
Me.dg_inventory.RowHeadersVisible = False
Me.dg_inventory.RowHeadersWidth = 20
Me.dg_inventory.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
Me.dg_inventory.Size = New System.Drawing.Size(740, 406)
Me.dg_inventory.TabIndex = 17
'
'PPReturnForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(764, 594)
Me.ControlBox = False
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.GroupBox2)
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 = "PPReturnForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "Parts Preparation Return"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
CType(Me.dg_inventory, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txtQuantity As System.Windows.Forms.TextBox
Friend WithEvents txtPartNo As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtLotNum As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents dtNow As System.Windows.Forms.DateTimePicker
Friend WithEvents txtOperator As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtStart As System.Windows.Forms.TextBox
Friend WithEvents txtPartDesc As System.Windows.Forms.TextBox
Friend WithEvents dg_inventory As System.Windows.Forms.DataGridView
End Class