467 lines
20 KiB
Plaintext
467 lines
20 KiB
Plaintext
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class issuanceForm
|
|
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.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.btnReset = New System.Windows.Forms.Button()
|
|
Me.btnIssue = New System.Windows.Forms.Button()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.lblBy = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.lblPDate = New System.Windows.Forms.Label()
|
|
Me.lblRCVDate = New System.Windows.Forms.Label()
|
|
Me.lblMFGDate = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.lblStatus = New System.Windows.Forms.Label()
|
|
Me.txtQuantity = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtBox = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtLot = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtDesc = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtPN = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtSerial = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.cmbStatus = New System.Windows.Forms.ComboBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.txtRemarks = New System.Windows.Forms.TextBox()
|
|
Me.btnUpdate = New System.Windows.Forms.Button()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.btnUpdate)
|
|
Me.Panel1.Controls.Add(Me.btnReset)
|
|
Me.Panel1.Controls.Add(Me.btnIssue)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 356)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(772, 67)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'btnReset
|
|
'
|
|
Me.btnReset.BackColor = System.Drawing.Color.Firebrick
|
|
Me.btnReset.Enabled = False
|
|
Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnReset.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnReset.ForeColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.btnReset.Location = New System.Drawing.Point(12, 15)
|
|
Me.btnReset.Name = "btnReset"
|
|
Me.btnReset.Size = New System.Drawing.Size(99, 40)
|
|
Me.btnReset.TabIndex = 7
|
|
Me.btnReset.Text = "Reset"
|
|
Me.btnReset.UseVisualStyleBackColor = False
|
|
'
|
|
'btnIssue
|
|
'
|
|
Me.btnIssue.BackColor = System.Drawing.Color.ForestGreen
|
|
Me.btnIssue.Enabled = False
|
|
Me.btnIssue.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnIssue.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnIssue.ForeColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.btnIssue.Location = New System.Drawing.Point(661, 15)
|
|
Me.btnIssue.Name = "btnIssue"
|
|
Me.btnIssue.Size = New System.Drawing.Size(99, 40)
|
|
Me.btnIssue.TabIndex = 6
|
|
Me.btnIssue.Text = "Issue"
|
|
Me.btnIssue.UseVisualStyleBackColor = False
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.txtRemarks)
|
|
Me.GroupBox1.Controls.Add(Me.Label12)
|
|
Me.GroupBox1.Controls.Add(Me.cmbStatus)
|
|
Me.GroupBox1.Controls.Add(Me.Label11)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox3)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox2)
|
|
Me.GroupBox1.Controls.Add(Me.txtQuantity)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.txtBox)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.txtLot)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.txtDesc)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.txtPN)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.txtSerial)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(772, 356)
|
|
Me.GroupBox1.TabIndex = 1
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Details"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.lblBy)
|
|
Me.GroupBox3.Controls.Add(Me.Label10)
|
|
Me.GroupBox3.Controls.Add(Me.lblPDate)
|
|
Me.GroupBox3.Controls.Add(Me.lblRCVDate)
|
|
Me.GroupBox3.Controls.Add(Me.lblMFGDate)
|
|
Me.GroupBox3.Controls.Add(Me.Label9)
|
|
Me.GroupBox3.Controls.Add(Me.Label8)
|
|
Me.GroupBox3.Controls.Add(Me.Label7)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(454, 121)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(306, 146)
|
|
Me.GroupBox3.TabIndex = 13
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Date"
|
|
'
|
|
'lblBy
|
|
'
|
|
Me.lblBy.AutoSize = True
|
|
Me.lblBy.Location = New System.Drawing.Point(116, 115)
|
|
Me.lblBy.Name = "lblBy"
|
|
Me.lblBy.Size = New System.Drawing.Size(0, 19)
|
|
Me.lblBy.TabIndex = 7
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(11, 115)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(99, 19)
|
|
Me.Label10.TabIndex = 6
|
|
Me.Label10.Text = "PRINTED BY : "
|
|
'
|
|
'lblPDate
|
|
'
|
|
Me.lblPDate.AutoSize = True
|
|
Me.lblPDate.Location = New System.Drawing.Point(117, 85)
|
|
Me.lblPDate.Name = "lblPDate"
|
|
Me.lblPDate.Size = New System.Drawing.Size(0, 19)
|
|
Me.lblPDate.TabIndex = 5
|
|
'
|
|
'lblRCVDate
|
|
'
|
|
Me.lblRCVDate.AutoSize = True
|
|
Me.lblRCVDate.Location = New System.Drawing.Point(116, 55)
|
|
Me.lblRCVDate.Name = "lblRCVDate"
|
|
Me.lblRCVDate.Size = New System.Drawing.Size(0, 19)
|
|
Me.lblRCVDate.TabIndex = 4
|
|
'
|
|
'lblMFGDate
|
|
'
|
|
Me.lblMFGDate.AutoSize = True
|
|
Me.lblMFGDate.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblMFGDate.Location = New System.Drawing.Point(117, 23)
|
|
Me.lblMFGDate.Name = "lblMFGDate"
|
|
Me.lblMFGDate.Size = New System.Drawing.Size(0, 19)
|
|
Me.lblMFGDate.TabIndex = 3
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(32, 85)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(78, 19)
|
|
Me.Label9.TabIndex = 2
|
|
Me.Label9.Text = "PRINTED : "
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(62, 54)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(48, 19)
|
|
Me.Label8.TabIndex = 1
|
|
Me.Label8.Text = "RCV : "
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(59, 22)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(52, 19)
|
|
Me.Label7.TabIndex = 0
|
|
Me.Label7.Text = "MFG : "
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.lblStatus)
|
|
Me.GroupBox2.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox2.Location = New System.Drawing.Point(454, 14)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(306, 100)
|
|
Me.GroupBox2.TabIndex = 12
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "STATUS"
|
|
'
|
|
'lblStatus
|
|
'
|
|
Me.lblStatus.AutoSize = True
|
|
Me.lblStatus.Font = New System.Drawing.Font("Calibri", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblStatus.ForeColor = System.Drawing.Color.Red
|
|
Me.lblStatus.Location = New System.Drawing.Point(92, 27)
|
|
Me.lblStatus.Name = "lblStatus"
|
|
Me.lblStatus.Size = New System.Drawing.Size(0, 59)
|
|
Me.lblStatus.TabIndex = 0
|
|
'
|
|
'txtQuantity
|
|
'
|
|
Me.txtQuantity.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtQuantity.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtQuantity.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.txtQuantity.Location = New System.Drawing.Point(149, 206)
|
|
Me.txtQuantity.Name = "txtQuantity"
|
|
Me.txtQuantity.ReadOnly = True
|
|
Me.txtQuantity.Size = New System.Drawing.Size(222, 27)
|
|
Me.txtQuantity.TabIndex = 11
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(65, 209)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(77, 19)
|
|
Me.Label6.TabIndex = 10
|
|
Me.Label6.Text = "Quantity : "
|
|
'
|
|
'txtBox
|
|
'
|
|
Me.txtBox.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtBox.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBox.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.txtBox.Location = New System.Drawing.Point(149, 173)
|
|
Me.txtBox.Name = "txtBox"
|
|
Me.txtBox.ReadOnly = True
|
|
Me.txtBox.Size = New System.Drawing.Size(222, 27)
|
|
Me.txtBox.TabIndex = 9
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(43, 176)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(100, 19)
|
|
Me.Label5.TabIndex = 8
|
|
Me.Label5.Text = "Box Number : "
|
|
'
|
|
'txtLot
|
|
'
|
|
Me.txtLot.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtLot.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtLot.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.txtLot.Location = New System.Drawing.Point(149, 140)
|
|
Me.txtLot.Name = "txtLot"
|
|
Me.txtLot.ReadOnly = True
|
|
Me.txtLot.Size = New System.Drawing.Size(222, 27)
|
|
Me.txtLot.TabIndex = 7
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(46, 143)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(96, 19)
|
|
Me.Label4.TabIndex = 6
|
|
Me.Label4.Text = "Lot Number : "
|
|
'
|
|
'txtDesc
|
|
'
|
|
Me.txtDesc.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtDesc.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtDesc.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.txtDesc.Location = New System.Drawing.Point(149, 86)
|
|
Me.txtDesc.Multiline = True
|
|
Me.txtDesc.Name = "txtDesc"
|
|
Me.txtDesc.ReadOnly = True
|
|
Me.txtDesc.Size = New System.Drawing.Size(222, 48)
|
|
Me.txtDesc.TabIndex = 5
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(47, 89)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(95, 19)
|
|
Me.Label3.TabIndex = 4
|
|
Me.Label3.Text = "Description : "
|
|
'
|
|
'txtPN
|
|
'
|
|
Me.txtPN.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtPN.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtPN.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.txtPN.Location = New System.Drawing.Point(149, 53)
|
|
Me.txtPN.Name = "txtPN"
|
|
Me.txtPN.ReadOnly = True
|
|
Me.txtPN.Size = New System.Drawing.Size(222, 27)
|
|
Me.txtPN.TabIndex = 3
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(41, 56)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(102, 19)
|
|
Me.Label2.TabIndex = 2
|
|
Me.Label2.Text = "Part Number : "
|
|
'
|
|
'txtSerial
|
|
'
|
|
Me.txtSerial.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtSerial.ForeColor = System.Drawing.Color.Red
|
|
Me.txtSerial.Location = New System.Drawing.Point(149, 20)
|
|
Me.txtSerial.Name = "txtSerial"
|
|
Me.txtSerial.Size = New System.Drawing.Size(222, 27)
|
|
Me.txtSerial.TabIndex = 0
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(86, 23)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(57, 19)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Serial : "
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(29, 244)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(113, 19)
|
|
Me.Label11.TabIndex = 14
|
|
Me.Label11.Text = "Current Status : "
|
|
'
|
|
'cmbStatus
|
|
'
|
|
Me.cmbStatus.Enabled = False
|
|
Me.cmbStatus.FormattingEnabled = True
|
|
Me.cmbStatus.Items.AddRange(New Object() {"WHS", "LST"})
|
|
Me.cmbStatus.Location = New System.Drawing.Point(149, 241)
|
|
Me.cmbStatus.Name = "cmbStatus"
|
|
Me.cmbStatus.Size = New System.Drawing.Size(222, 27)
|
|
Me.cmbStatus.TabIndex = 15
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(65, 277)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(77, 19)
|
|
Me.Label12.TabIndex = 16
|
|
Me.Label12.Text = "Remarks : "
|
|
'
|
|
'txtRemarks
|
|
'
|
|
Me.txtRemarks.BackColor = System.Drawing.SystemColors.HighlightText
|
|
Me.txtRemarks.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtRemarks.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.txtRemarks.Location = New System.Drawing.Point(149, 274)
|
|
Me.txtRemarks.Multiline = True
|
|
Me.txtRemarks.Name = "txtRemarks"
|
|
Me.txtRemarks.ReadOnly = True
|
|
Me.txtRemarks.Size = New System.Drawing.Size(222, 48)
|
|
Me.txtRemarks.TabIndex = 17
|
|
'
|
|
'btnUpdate
|
|
'
|
|
Me.btnUpdate.BackColor = System.Drawing.Color.Gold
|
|
Me.btnUpdate.Enabled = False
|
|
Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnUpdate.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnUpdate.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.btnUpdate.Location = New System.Drawing.Point(556, 15)
|
|
Me.btnUpdate.Name = "btnUpdate"
|
|
Me.btnUpdate.Size = New System.Drawing.Size(99, 40)
|
|
Me.btnUpdate.TabIndex = 8
|
|
Me.btnUpdate.Text = "Update"
|
|
Me.btnUpdate.UseVisualStyleBackColor = False
|
|
'
|
|
'issuanceForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(772, 423)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Name = "issuanceForm"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Issuance"
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtSerial As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnIssue As System.Windows.Forms.Button
|
|
Friend WithEvents txtPN As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtDesc As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtLot As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtQuantity As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents lblMFGDate As System.Windows.Forms.Label
|
|
Friend WithEvents lblRCVDate As System.Windows.Forms.Label
|
|
Friend WithEvents lblPDate As System.Windows.Forms.Label
|
|
Friend WithEvents btnReset As System.Windows.Forms.Button
|
|
Friend WithEvents lblBy As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
|
|
Friend WithEvents txtRemarks As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents btnUpdate As System.Windows.Forms.Button
|
|
End Class
|