_ Partial Class issuanceFormMobile 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.btnUpdate = New System.Windows.Forms.Button() Me.btnReset = New System.Windows.Forms.Button() Me.btnIssue = New System.Windows.Forms.Button() Me.getSeq = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.Label17 = New System.Windows.Forms.Label() Me.lbled = New System.Windows.Forms.Label() Me.lbldo = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.splotno = New System.Windows.Forms.Label() Me.spdid = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.dgPN = New System.Windows.Forms.DataGridView() Me.ToshibaPN = New System.Windows.Forms.DataGridViewTextBoxColumn() 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.cmbRev = New System.Windows.Forms.ComboBox() Me.lblMFGDate = New System.Windows.Forms.Label() Me.cmbLine = New System.Windows.Forms.ComboBox() Me.lblOperator = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.lblRev = New System.Windows.Forms.Label() Me.lblLine = New System.Windows.Forms.Label() Me.txtRemarks = New System.Windows.Forms.TextBox() Me.lblRemarks = New System.Windows.Forms.Label() Me.cmbStatus = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.lblupdatedby = New System.Windows.Forms.Label() Me.lblupdateddate = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.lblBy = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.lblPDate = New System.Windows.Forms.Label() Me.Label9 = 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.txtSerial = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.lblFam = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox5.SuspendLayout() CType(Me.dgPN, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.btnUpdate) Me.Panel1.Controls.Add(Me.btnReset) Me.Panel1.Controls.Add(Me.btnIssue) Me.Panel1.Controls.Add(Me.getSeq) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(0, 449) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1011, 67) Me.Panel1.TabIndex = 0 ' '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(790, 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 ' '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(895, 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 ' 'getSeq ' Me.getSeq.AutoSize = True Me.getSeq.Location = New System.Drawing.Point(650, 41) Me.getSeq.Name = "getSeq" Me.getSeq.Size = New System.Drawing.Size(41, 13) Me.getSeq.TabIndex = 33 Me.getSeq.Text = "getSeq" Me.getSeq.Visible = False ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.GroupBox5) Me.GroupBox1.Controls.Add(Me.dgPN) 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.cmbRev) Me.GroupBox1.Controls.Add(Me.lblMFGDate) Me.GroupBox1.Controls.Add(Me.cmbLine) Me.GroupBox1.Controls.Add(Me.lblOperator) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.lblRev) Me.GroupBox1.Controls.Add(Me.lblLine) Me.GroupBox1.Controls.Add(Me.txtRemarks) Me.GroupBox1.Controls.Add(Me.lblRemarks) 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.txtSerial) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.GroupBox4) 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(1011, 449) Me.GroupBox1.TabIndex = 1 Me.GroupBox1.TabStop = False ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.Label17) Me.GroupBox5.Controls.Add(Me.lbled) Me.GroupBox5.Controls.Add(Me.lbldo) Me.GroupBox5.Controls.Add(Me.Label18) Me.GroupBox5.Controls.Add(Me.splotno) Me.GroupBox5.Controls.Add(Me.spdid) Me.GroupBox5.Controls.Add(Me.Label19) Me.GroupBox5.Controls.Add(Me.Label20) Me.GroupBox5.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox5.Location = New System.Drawing.Point(699, 317) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(306, 122) Me.GroupBox5.TabIndex = 30 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "Solder Paste" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(12, 89) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(117, 19) Me.Label17.TabIndex = 7 Me.Label17.Text = "Expiration Date :" ' 'lbled ' Me.lbled.AutoSize = True Me.lbled.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbled.Location = New System.Drawing.Point(136, 89) Me.lbled.Name = "lbled" Me.lbled.Size = New System.Drawing.Size(0, 19) Me.lbled.TabIndex = 3 ' 'lbldo ' Me.lbldo.AutoSize = True Me.lbldo.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbldo.Location = New System.Drawing.Point(137, 71) Me.lbldo.Name = "lbldo" Me.lbldo.Size = New System.Drawing.Size(0, 19) Me.lbldo.TabIndex = 2 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(35, 70) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(94, 19) Me.Label18.TabIndex = 6 Me.Label18.Text = "Date Issued :" ' 'splotno ' Me.splotno.AutoSize = True Me.splotno.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.splotno.Location = New System.Drawing.Point(136, 52) Me.splotno.Name = "splotno" Me.splotno.Size = New System.Drawing.Size(0, 19) Me.splotno.TabIndex = 1 ' 'spdid ' Me.spdid.AutoSize = True Me.spdid.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.spdid.Location = New System.Drawing.Point(136, 32) Me.spdid.Name = "spdid" Me.spdid.Size = New System.Drawing.Size(0, 19) Me.spdid.TabIndex = 0 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(37, 51) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(92, 19) Me.Label19.TabIndex = 5 Me.Label19.Text = "Lot Number :" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(39, 32) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(90, 19) Me.Label20.TabIndex = 4 Me.Label20.Text = "Material ID :" ' 'dgPN ' Me.dgPN.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgPN.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ToshibaPN}) Me.dgPN.Location = New System.Drawing.Point(392, 20) Me.dgPN.Name = "dgPN" Me.dgPN.Size = New System.Drawing.Size(272, 418) Me.dgPN.TabIndex = 32 ' 'ToshibaPN ' Me.ToshibaPN.HeaderText = "ToshibaPN" Me.ToshibaPN.Name = "ToshibaPN" Me.ToshibaPN.Width = 230 ' '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(148, 375) Me.txtMC.Name = "txtMC" Me.txtMC.ReadOnly = True Me.txtMC.Size = New System.Drawing.Size(222, 27) Me.txtMC.TabIndex = 31 Me.txtMC.Visible = False ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(41, 56) 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(148, 342) 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(42, 378) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(98, 19) Me.Label2.TabIndex = 2 Me.Label2.Text = "Maker Code : " Me.Label2.Visible = False ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(79, 344) 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(79, 411) 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) Me.lblsupplier.Visible = False ' '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(149, 309) 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(149, 408) Me.SupplierTextBox.Name = "SupplierTextBox" Me.SupplierTextBox.ReadOnly = True Me.SupplierTextBox.Size = New System.Drawing.Size(222, 27) Me.SupplierTextBox.TabIndex = 25 Me.SupplierTextBox.Visible = False ' '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 ' 'cmbRev ' Me.cmbRev.FormattingEnabled = True Me.cmbRev.Location = New System.Drawing.Point(251, 275) Me.cmbRev.Name = "cmbRev" Me.cmbRev.Size = New System.Drawing.Size(120, 27) Me.cmbRev.TabIndex = 22 ' '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 ' 'cmbLine ' Me.cmbLine.Enabled = False Me.cmbLine.FormattingEnabled = True Me.cmbLine.Items.AddRange(New Object() {"2", "3", "4", "5", "6", "7", "8", "9"}) Me.cmbLine.Location = New System.Drawing.Point(148, 275) Me.cmbLine.Name = "cmbLine" Me.cmbLine.Size = New System.Drawing.Size(56, 27) Me.cmbLine.TabIndex = 21 ' 'lblOperator ' Me.lblOperator.AutoSize = True Me.lblOperator.Location = New System.Drawing.Point(63, 315) 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 : " ' 'lblRev ' Me.lblRev.AutoSize = True Me.lblRev.Location = New System.Drawing.Point(210, 278) Me.lblRev.Name = "lblRev" Me.lblRev.Size = New System.Drawing.Size(45, 19) Me.lblRev.TabIndex = 19 Me.lblRev.Text = "Rev : " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'lblLine ' Me.lblLine.AutoSize = True Me.lblLine.Location = New System.Drawing.Point(94, 278) Me.lblLine.Name = "lblLine" Me.lblLine.Size = New System.Drawing.Size(48, 19) Me.lblLine.TabIndex = 18 Me.lblLine.Text = "Line : " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '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, 239) Me.txtRemarks.Multiline = True Me.txtRemarks.Name = "txtRemarks" Me.txtRemarks.Size = New System.Drawing.Size(222, 48) Me.txtRemarks.TabIndex = 17 Me.txtRemarks.Visible = False ' 'lblRemarks ' Me.lblRemarks.AutoSize = True Me.lblRemarks.Location = New System.Drawing.Point(65, 278) Me.lblRemarks.Name = "lblRemarks" Me.lblRemarks.Size = New System.Drawing.Size(77, 19) Me.lblRemarks.TabIndex = 16 Me.lblRemarks.Text = "Remarks : " Me.lblRemarks.Visible = False ' 'cmbStatus ' Me.cmbStatus.Enabled = False Me.cmbStatus.FormattingEnabled = True Me.cmbStatus.Items.AddRange(New Object() {"WHS", "LST", "RTN", "SCR"}) Me.cmbStatus.Location = New System.Drawing.Point(149, 242) Me.cmbStatus.Name = "cmbStatus" Me.cmbStatus.Size = New System.Drawing.Size(222, 27) Me.cmbStatus.TabIndex = 15 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(29, 245) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(113, 19) Me.Label11.TabIndex = 14 Me.Label11.Text = "Current Status : " ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.lblupdatedby) Me.GroupBox3.Controls.Add(Me.lblupdateddate) Me.GroupBox3.Controls.Add(Me.Label13) Me.GroupBox3.Controls.Add(Me.Label12) Me.GroupBox3.Controls.Add(Me.lblBy) Me.GroupBox3.Controls.Add(Me.Label10) Me.GroupBox3.Controls.Add(Me.lblPDate) Me.GroupBox3.Controls.Add(Me.Label9) Me.GroupBox3.Location = New System.Drawing.Point(699, 118) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(306, 84) Me.GroupBox3.TabIndex = 13 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Date" ' 'lblupdatedby ' Me.lblupdatedby.AutoSize = True Me.lblupdatedby.Location = New System.Drawing.Point(118, 172) Me.lblupdatedby.Name = "lblupdatedby" Me.lblupdatedby.Size = New System.Drawing.Size(0, 19) Me.lblupdatedby.TabIndex = 11 ' 'lblupdateddate ' Me.lblupdateddate.AutoSize = True Me.lblupdateddate.Location = New System.Drawing.Point(116, 143) Me.lblupdateddate.Name = "lblupdateddate" Me.lblupdateddate.Size = New System.Drawing.Size(0, 19) Me.lblupdateddate.TabIndex = 10 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(6, 172) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(104, 19) Me.Label13.TabIndex = 9 Me.Label13.Text = "UPDATED BY : " ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(27, 143) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(83, 19) Me.Label12.TabIndex = 8 Me.Label12.Text = "UPDATED : " ' 'lblBy ' Me.lblBy.AutoSize = True Me.lblBy.Location = New System.Drawing.Point(135, 53) 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(6, 53) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(123, 19) Me.Label10.TabIndex = 6 Me.Label10.Text = "REGISTERED BY : " ' 'lblPDate ' Me.lblPDate.AutoSize = True Me.lblPDate.Location = New System.Drawing.Point(136, 23) Me.lblPDate.Name = "lblPDate" Me.lblPDate.Size = New System.Drawing.Size(0, 19) Me.lblPDate.TabIndex = 5 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(27, 23) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(102, 19) Me.Label9.TabIndex = 2 Me.Label9.Text = "REGISTERED : " ' '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(699, 20) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(306, 89) 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", 27.75!, 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, 45) 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 ' '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 : " ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.lblFam) Me.GroupBox4.Controls.Add(Me.Label15) Me.GroupBox4.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox4.Location = New System.Drawing.Point(699, 211) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(306, 100) Me.GroupBox4.TabIndex = 29 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Model" ' 'lblFam ' Me.lblFam.AutoSize = True Me.lblFam.Font = New System.Drawing.Font("Calibri", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFam.Location = New System.Drawing.Point(41, 24) Me.lblFam.Name = "lblFam" Me.lblFam.Size = New System.Drawing.Size(0, 59) Me.lblFam.TabIndex = 28 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Calibri", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.ForeColor = System.Drawing.Color.Red Me.Label15.Location = New System.Drawing.Point(56, 33) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(0, 59) Me.Label15.TabIndex = 0 ' 'issuanceFormMobile ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1011, 516) Me.ControlBox = False Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "issuanceFormMobile" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Issuance" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() CType(Me.dgPN, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.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 lblRemarks As System.Windows.Forms.Label Friend WithEvents btnUpdate As System.Windows.Forms.Button Friend WithEvents lblOperator As System.Windows.Forms.Label Friend WithEvents lblRev As System.Windows.Forms.Label Friend WithEvents lblLine As System.Windows.Forms.Label Friend WithEvents cmbRev As System.Windows.Forms.ComboBox Friend WithEvents cmbLine As System.Windows.Forms.ComboBox Friend WithEvents txtOperator As System.Windows.Forms.TextBox Friend WithEvents lblupdatedby As System.Windows.Forms.Label Friend WithEvents lblupdateddate As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label 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 lblFam As System.Windows.Forms.Label Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents txtMC As System.Windows.Forms.TextBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents dgPN As System.Windows.Forms.DataGridView Friend WithEvents ToshibaPN As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents getSeq As System.Windows.Forms.Label Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox Friend WithEvents lbled As System.Windows.Forms.Label Friend WithEvents lbldo As System.Windows.Forms.Label Friend WithEvents splotno As System.Windows.Forms.Label Friend WithEvents spdid As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents Label20 As System.Windows.Forms.Label End Class