_ Partial Class ReworkissuanceForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ 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.QtyNumericUpDown = New System.Windows.Forms.NumericUpDown() Me.Label5 = New System.Windows.Forms.Label() Me.txtStat = New System.Windows.Forms.TextBox() Me.txtMC = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.txtFamily = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.lblsupplier = New System.Windows.Forms.Label() Me.txtOperator = New System.Windows.Forms.TextBox() Me.SupplierTextBox = New System.Windows.Forms.TextBox() Me.lblRCVDate = New System.Windows.Forms.Label() Me.lblMFGDate = New System.Windows.Forms.Label() Me.lblOperator = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.txtQuantity = New System.Windows.Forms.TextBox() Me.Label6 = 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.txtSerial = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.QtyNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' 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, 490) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(441, 77) Me.Panel1.TabIndex = 0 ' 'btnReset ' Me.btnReset.BackColor = System.Drawing.Color.Firebrick 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(225, 25) 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(330, 25) 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.QtyNumericUpDown) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.txtStat) Me.GroupBox1.Controls.Add(Me.txtMC) Me.GroupBox1.Controls.Add(Me.Label16) Me.GroupBox1.Controls.Add(Me.txtFamily) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label14) Me.GroupBox1.Controls.Add(Me.lblsupplier) Me.GroupBox1.Controls.Add(Me.txtOperator) Me.GroupBox1.Controls.Add(Me.SupplierTextBox) Me.GroupBox1.Controls.Add(Me.lblRCVDate) Me.GroupBox1.Controls.Add(Me.lblMFGDate) Me.GroupBox1.Controls.Add(Me.lblOperator) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.Label11) Me.GroupBox1.Controls.Add(Me.txtQuantity) Me.GroupBox1.Controls.Add(Me.Label6) 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.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(441, 490) Me.GroupBox1.TabIndex = 1 Me.GroupBox1.TabStop = False ' 'QtyNumericUpDown ' Me.QtyNumericUpDown.Location = New System.Drawing.Point(177, 77) Me.QtyNumericUpDown.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.QtyNumericUpDown.Name = "QtyNumericUpDown" Me.QtyNumericUpDown.Size = New System.Drawing.Size(201, 27) Me.QtyNumericUpDown.TabIndex = 34 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(20, 80) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(152, 19) Me.Label5.TabIndex = 33 Me.Label5.Text = "Quantity to be issued:" ' 'txtStat ' Me.txtStat.BackColor = System.Drawing.SystemColors.Info Me.txtStat.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtStat.ForeColor = System.Drawing.SystemColors.ControlText Me.txtStat.Location = New System.Drawing.Point(157, 280) Me.txtStat.Name = "txtStat" Me.txtStat.ReadOnly = True Me.txtStat.Size = New System.Drawing.Size(222, 27) Me.txtStat.TabIndex = 32 ' 'txtMC ' Me.txtMC.BackColor = System.Drawing.SystemColors.Info Me.txtMC.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtMC.ForeColor = System.Drawing.SystemColors.ControlText Me.txtMC.Location = New System.Drawing.Point(156, 379) Me.txtMC.Name = "txtMC" Me.txtMC.ReadOnly = True Me.txtMC.Size = New System.Drawing.Size(222, 27) Me.txtMC.TabIndex = 31 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(49, 127) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(102, 19) Me.Label16.TabIndex = 30 Me.Label16.Text = "Part Number : " ' 'txtFamily ' Me.txtFamily.BackColor = System.Drawing.SystemColors.Info Me.txtFamily.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtFamily.ForeColor = System.Drawing.SystemColors.ControlText Me.txtFamily.Location = New System.Drawing.Point(156, 346) Me.txtFamily.Name = "txtFamily" Me.txtFamily.ReadOnly = True Me.txtFamily.Size = New System.Drawing.Size(222, 27) Me.txtFamily.TabIndex = 27 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(50, 382) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(98, 19) Me.Label2.TabIndex = 2 Me.Label2.Text = "Maker Code : " ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(87, 348) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(63, 19) Me.Label14.TabIndex = 26 Me.Label14.Text = "Family : " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'lblsupplier ' Me.lblsupplier.AutoSize = True Me.lblsupplier.Location = New System.Drawing.Point(87, 415) Me.lblsupplier.Name = "lblsupplier" Me.lblsupplier.Size = New System.Drawing.Size(61, 19) Me.lblsupplier.TabIndex = 24 Me.lblsupplier.Text = "Maker : " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'txtOperator ' Me.txtOperator.BackColor = System.Drawing.SystemColors.Info Me.txtOperator.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtOperator.ForeColor = System.Drawing.SystemColors.ControlText Me.txtOperator.Location = New System.Drawing.Point(157, 313) Me.txtOperator.Name = "txtOperator" Me.txtOperator.ReadOnly = True Me.txtOperator.Size = New System.Drawing.Size(222, 27) Me.txtOperator.TabIndex = 23 ' 'SupplierTextBox ' Me.SupplierTextBox.BackColor = System.Drawing.SystemColors.Info Me.SupplierTextBox.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SupplierTextBox.ForeColor = System.Drawing.SystemColors.ControlText Me.SupplierTextBox.Location = New System.Drawing.Point(157, 412) Me.SupplierTextBox.Name = "SupplierTextBox" Me.SupplierTextBox.ReadOnly = True Me.SupplierTextBox.Size = New System.Drawing.Size(222, 27) Me.SupplierTextBox.TabIndex = 25 ' 'lblRCVDate ' Me.lblRCVDate.AutoSize = True Me.lblRCVDate.ForeColor = System.Drawing.SystemColors.Control Me.lblRCVDate.Location = New System.Drawing.Point(993, 420) 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.ForeColor = System.Drawing.SystemColors.Control Me.lblMFGDate.Location = New System.Drawing.Point(994, 388) Me.lblMFGDate.Name = "lblMFGDate" Me.lblMFGDate.Size = New System.Drawing.Size(0, 19) Me.lblMFGDate.TabIndex = 3 ' 'lblOperator ' Me.lblOperator.AutoSize = True Me.lblOperator.Location = New System.Drawing.Point(71, 319) Me.lblOperator.Name = "lblOperator" Me.lblOperator.Size = New System.Drawing.Size(79, 19) Me.lblOperator.TabIndex = 20 Me.lblOperator.Text = "Operator : " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.SystemColors.Control Me.Label8.Location = New System.Drawing.Point(939, 419) 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.ForeColor = System.Drawing.SystemColors.Control Me.Label7.Location = New System.Drawing.Point(936, 387) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(52, 19) Me.Label7.TabIndex = 0 Me.Label7.Text = "MFG : " ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(37, 283) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(113, 19) Me.Label11.TabIndex = 14 Me.Label11.Text = "Current Status : " ' '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(157, 244) 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(73, 247) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(77, 19) Me.Label6.TabIndex = 10 Me.Label6.Text = "Quantity : " ' '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(157, 211) 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(54, 214) 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(157, 157) 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(55, 160) 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(157, 124) Me.txtPN.Name = "txtPN" Me.txtPN.ReadOnly = True Me.txtPN.Size = New System.Drawing.Size(222, 27) Me.txtPN.TabIndex = 3 ' '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(157, 35) Me.txtSerial.MaxLength = 10 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(94, 38) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(57, 19) Me.Label1.TabIndex = 0 Me.Label1.Text = "Serial : " ' 'ReworkissuanceForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(441, 567) Me.ControlBox = False Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "ReworkissuanceForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Rework Issuance" Me.Panel1.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.QtyNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() 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 txtQuantity As System.Windows.Forms.TextBox Friend WithEvents Label6 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 btnReset As System.Windows.Forms.Button Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents lblOperator As System.Windows.Forms.Label Friend WithEvents txtOperator As System.Windows.Forms.TextBox Friend WithEvents SupplierTextBox As System.Windows.Forms.TextBox Friend WithEvents lblsupplier As System.Windows.Forms.Label Friend WithEvents txtFamily As System.Windows.Forms.TextBox Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents txtMC As System.Windows.Forms.TextBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents txtStat As System.Windows.Forms.TextBox Friend WithEvents QtyNumericUpDown As System.Windows.Forms.NumericUpDown Friend WithEvents Label5 As System.Windows.Forms.Label End Class