/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckingData));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cmbInStock = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cmbGroup = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.cmbCust = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtCheckingID = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.dptCheckingDate = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.btnSaveAll = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnDeleteAll = new System.Windows.Forms.Button();
     this.lsvCheckingList = new KTCERP.Class.ListViewEx();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.label11 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.tbPO = new System.Windows.Forms.TabPage();
     this.grbProductDetail = new System.Windows.Forms.GroupBox();
     this.cmdClose = new System.Windows.Forms.Button();
     this.btnSaveDgv = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.txtProdKind = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtProdProcess = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.btnDelete = new System.Windows.Forms.Button();
     this.txtProdBrand = new System.Windows.Forms.TextBox();
     this.dgvProductList = new System.Windows.Forms.DataGridView();
     this.label7 = new System.Windows.Forms.Label();
     this.txtProdType = new System.Windows.Forms.TextBox();
     this.lblSalePrice = new System.Windows.Forms.Label();
     this.lblUnitPack = new System.Windows.Forms.Label();
     this.lblUnitSale = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.lblProductId = new System.Windows.Forms.Label();
     this.lblProductName = new System.Windows.Forms.Label();
     this.tbProductDetail = new System.Windows.Forms.TabControl();
     this.btnReport = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tbPO.SuspendLayout();
     this.grbProductDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvProductList)).BeginInit();
     this.tbProductDetail.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbInStock);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.cmbGroup);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cmbCust);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtCheckingID);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.dptCheckingDate);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(13, 13);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(630, 97);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "ข้อมูลการตรวจสอบ";
     //
     // cmbInStock
     //
     this.cmbInStock.FormattingEnabled = true;
     this.cmbInStock.Items.AddRange(new object[] {
     "ร้าน",
     "KTC"});
     this.cmbInStock.Location = new System.Drawing.Point(507, 55);
     this.cmbInStock.Name = "cmbInStock";
     this.cmbInStock.Size = new System.Drawing.Size(93, 21);
     this.cmbInStock.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(437, 58);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(64, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "เข้าสต็อก  :  ";
     //
     // cmbGroup
     //
     this.cmbGroup.FormattingEnabled = true;
     this.cmbGroup.Items.AddRange(new object[] {
     "กลุ่มที่  1",
     "กลุ่มที่  2",
     "กลุ่มที่  3",
     "",
     "",
     "",
     ""});
     this.cmbGroup.Location = new System.Drawing.Point(348, 54);
     this.cmbGroup.Name = "cmbGroup";
     this.cmbGroup.Size = new System.Drawing.Size(58, 21);
     this.cmbGroup.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(303, 58);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 13);
     this.label4.TabIndex = 6;
     this.label4.Text = "กลุ่มที่  :  ";
     //
     // cmbCust
     //
     this.cmbCust.FormattingEnabled = true;
     this.cmbCust.Items.AddRange(new object[] {
     "เรือนจำจังหวัดสงขลา"});
     this.cmbCust.Location = new System.Drawing.Point(62, 54);
     this.cmbCust.Name = "cmbCust";
     this.cmbCust.Size = new System.Drawing.Size(211, 21);
     this.cmbCust.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 58);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "จาก  :  ";
     //
     // txtCheckingID
     //
     this.txtCheckingID.BackColor = System.Drawing.SystemColors.Control;
     this.txtCheckingID.Location = new System.Drawing.Point(401, 29);
     this.txtCheckingID.Name = "txtCheckingID";
     this.txtCheckingID.Size = new System.Drawing.Size(199, 20);
     this.txtCheckingID.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(303, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(103, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "รหัสการตรวจสอบ  :  ";
     //
     // dptCheckingDate
     //
     this.dptCheckingDate.Location = new System.Drawing.Point(62, 29);
     this.dptCheckingDate.Name = "dptCheckingDate";
     this.dptCheckingDate.Size = new System.Drawing.Size(211, 20);
     this.dptCheckingDate.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(37, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "วันที่  :";
     //
     // btnSaveAll
     //
     this.btnSaveAll.Location = new System.Drawing.Point(702, 28);
     this.btnSaveAll.Name = "btnSaveAll";
     this.btnSaveAll.Size = new System.Drawing.Size(88, 23);
     this.btnSaveAll.TabIndex = 103;
     this.btnSaveAll.Text = "บันทึกทั้งหมด";
     this.btnSaveAll.UseVisualStyleBackColor = true;
     //
     // btnEdit
     //
     this.btnEdit.Location = new System.Drawing.Point(702, 57);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(88, 23);
     this.btnEdit.TabIndex = 104;
     this.btnEdit.Text = "แก้ไขรายการ";
     this.btnEdit.UseVisualStyleBackColor = true;
     //
     // btnDeleteAll
     //
     this.btnDeleteAll.Location = new System.Drawing.Point(702, 86);
     this.btnDeleteAll.Name = "btnDeleteAll";
     this.btnDeleteAll.Size = new System.Drawing.Size(88, 23);
     this.btnDeleteAll.TabIndex = 105;
     this.btnDeleteAll.Text = "ลบรายการ";
     this.btnDeleteAll.UseVisualStyleBackColor = true;
     //
     // lsvCheckingList
     //
     this.lsvCheckingList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lsvCheckingList.FullRowSelect = true;
     this.lsvCheckingList.GridLines = true;
     this.lsvCheckingList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lsvCheckingList.LabelEdit = true;
     this.lsvCheckingList.Location = new System.Drawing.Point(13, 270);
     this.lsvCheckingList.MultiSelect = false;
     this.lsvCheckingList.Name = "lsvCheckingList";
     this.lsvCheckingList.Size = new System.Drawing.Size(962, 252);
     this.lsvCheckingList.TabIndex = 102;
     this.lsvCheckingList.UseCompatibleStateImageBehavior = false;
     this.lsvCheckingList.View = System.Windows.Forms.View.Details;
     //
     // button1
     //
     this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.button1.Location = new System.Drawing.Point(36, 53);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(41, 22);
     this.button1.TabIndex = 111;
     this.button1.Text = "ปิด";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(837, 13);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(93, 51);
     this.button2.TabIndex = 110;
     this.button2.Text = "บันทึกรายการ";
     this.button2.UseVisualStyleBackColor = true;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(696, 56);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(79, 13);
     this.label11.TabIndex = 109;
     this.label11.Text = "ประเภทสินค้า  :";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(696, 73);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 108;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(693, 15);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(86, 13);
     this.label12.TabIndex = 107;
     this.label12.Text = "รายการแปรรูป  :";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(696, 32);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 106;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(575, 57);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(60, 13);
     this.label13.TabIndex = 105;
     this.label13.Text = "ตราสินค้า  :";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(837, 74);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(93, 23);
     this.button3.TabIndex = 84;
     this.button3.Text = "ลบรายการ";
     this.button3.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(578, 73);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(100, 20);
     this.textBox3.TabIndex = 104;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(575, 14);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(51, 13);
     this.label14.TabIndex = 103;
     this.label14.Text = "ลักษณะ  :";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(578, 32);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(100, 20);
     this.textBox4.TabIndex = 102;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowDrop = true;
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToOrderColumns = true;
     this.dataGridView1.BackgroundColor = System.Drawing.Color.Honeydew;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.dataGridView1.Location = new System.Drawing.Point(35, 52);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(526, 53);
     this.dataGridView1.TabIndex = 101;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(555, 13);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(0, 13);
     this.label15.TabIndex = 82;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(451, 14);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(0, 13);
     this.label16.TabIndex = 67;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(503, 15);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(0, 13);
     this.label17.TabIndex = 21;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(36, 33);
     this.textBox5.MaxLength = 100;
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(526, 20);
     this.textBox5.TabIndex = 1;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(170, 56);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(52, 13);
     this.label18.TabIndex = 9;
     this.label18.Text = "ชื่อสินค้า :";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(39, 57);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(58, 13);
     this.label19.TabIndex = 9;
     this.label19.Text = "รหัสสินค้า :";
     //
     // label20
     //
     this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label20.Location = new System.Drawing.Point(35, 74);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(128, 20);
     this.label20.TabIndex = 10;
     //
     // label21
     //
     this.label21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label21.Location = new System.Drawing.Point(169, 74);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(393, 20);
     this.label21.TabIndex = 10;
     //
     // tbPO
     //
     this.tbPO.Controls.Add(this.grbProductDetail);
     this.tbPO.Location = new System.Drawing.Point(4, 22);
     this.tbPO.Name = "tbPO";
     this.tbPO.Padding = new System.Windows.Forms.Padding(3);
     this.tbPO.Size = new System.Drawing.Size(953, 121);
     this.tbPO.TabIndex = 0;
     this.tbPO.Text = "รายการสินค้า";
     this.tbPO.UseVisualStyleBackColor = true;
     //
     // grbProductDetail
     //
     this.grbProductDetail.Controls.Add(this.cmdClose);
     this.grbProductDetail.Controls.Add(this.btnSaveDgv);
     this.grbProductDetail.Controls.Add(this.label10);
     this.grbProductDetail.Controls.Add(this.txtProdKind);
     this.grbProductDetail.Controls.Add(this.label9);
     this.grbProductDetail.Controls.Add(this.txtProdProcess);
     this.grbProductDetail.Controls.Add(this.label8);
     this.grbProductDetail.Controls.Add(this.btnDelete);
     this.grbProductDetail.Controls.Add(this.txtProdBrand);
     this.grbProductDetail.Controls.Add(this.dgvProductList);
     this.grbProductDetail.Controls.Add(this.label7);
     this.grbProductDetail.Controls.Add(this.txtProdType);
     this.grbProductDetail.Controls.Add(this.lblSalePrice);
     this.grbProductDetail.Controls.Add(this.lblUnitPack);
     this.grbProductDetail.Controls.Add(this.lblUnitSale);
     this.grbProductDetail.Controls.Add(this.txtSearch);
     this.grbProductDetail.Controls.Add(this.label6);
     this.grbProductDetail.Controls.Add(this.label23);
     this.grbProductDetail.Controls.Add(this.lblProductId);
     this.grbProductDetail.Controls.Add(this.lblProductName);
     this.grbProductDetail.Location = new System.Drawing.Point(11, 6);
     this.grbProductDetail.Name = "grbProductDetail";
     this.grbProductDetail.Size = new System.Drawing.Size(936, 111);
     this.grbProductDetail.TabIndex = 2;
     this.grbProductDetail.TabStop = false;
     this.grbProductDetail.Text = "รายละเอียดสินค้า";
     //
     // cmdClose
     //
     this.cmdClose.Cursor = System.Windows.Forms.Cursors.Hand;
     this.cmdClose.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.cmdClose.Location = new System.Drawing.Point(37, 52);
     this.cmdClose.Name = "cmdClose";
     this.cmdClose.Size = new System.Drawing.Size(41, 22);
     this.cmdClose.TabIndex = 111;
     this.cmdClose.Text = "ปิด";
     this.cmdClose.UseVisualStyleBackColor = true;
     //
     // btnSaveDgv
     //
     this.btnSaveDgv.Location = new System.Drawing.Point(837, 13);
     this.btnSaveDgv.Name = "btnSaveDgv";
     this.btnSaveDgv.Size = new System.Drawing.Size(93, 51);
     this.btnSaveDgv.TabIndex = 110;
     this.btnSaveDgv.Text = "บันทึกรายการ";
     this.btnSaveDgv.UseVisualStyleBackColor = true;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(696, 56);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(79, 13);
     this.label10.TabIndex = 109;
     this.label10.Text = "ประเภทสินค้า  :";
     //
     // txtProdKind
     //
     this.txtProdKind.Location = new System.Drawing.Point(696, 73);
     this.txtProdKind.Name = "txtProdKind";
     this.txtProdKind.Size = new System.Drawing.Size(100, 20);
     this.txtProdKind.TabIndex = 108;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(693, 15);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(86, 13);
     this.label9.TabIndex = 107;
     this.label9.Text = "รายการแปรรูป  :";
     //
     // txtProdProcess
     //
     this.txtProdProcess.Location = new System.Drawing.Point(696, 32);
     this.txtProdProcess.Name = "txtProdProcess";
     this.txtProdProcess.Size = new System.Drawing.Size(100, 20);
     this.txtProdProcess.TabIndex = 106;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(575, 57);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(60, 13);
     this.label8.TabIndex = 105;
     this.label8.Text = "ตราสินค้า  :";
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(837, 74);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(93, 23);
     this.btnDelete.TabIndex = 84;
     this.btnDelete.Text = "ลบรายการ";
     this.btnDelete.UseVisualStyleBackColor = true;
     //
     // txtProdBrand
     //
     this.txtProdBrand.Location = new System.Drawing.Point(578, 73);
     this.txtProdBrand.Name = "txtProdBrand";
     this.txtProdBrand.Size = new System.Drawing.Size(100, 20);
     this.txtProdBrand.TabIndex = 104;
     //
     // dgvProductList
     //
     this.dgvProductList.AllowDrop = true;
     this.dgvProductList.AllowUserToAddRows = false;
     this.dgvProductList.AllowUserToDeleteRows = false;
     this.dgvProductList.AllowUserToOrderColumns = true;
     this.dgvProductList.BackgroundColor = System.Drawing.Color.Honeydew;
     this.dgvProductList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvProductList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.dgvProductList.Location = new System.Drawing.Point(36, 52);
     this.dgvProductList.Name = "dgvProductList";
     this.dgvProductList.Size = new System.Drawing.Size(526, 53);
     this.dgvProductList.TabIndex = 101;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(575, 14);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(51, 13);
     this.label7.TabIndex = 103;
     this.label7.Text = "ลักษณะ  :";
     //
     // txtProdType
     //
     this.txtProdType.Location = new System.Drawing.Point(578, 32);
     this.txtProdType.Name = "txtProdType";
     this.txtProdType.Size = new System.Drawing.Size(100, 20);
     this.txtProdType.TabIndex = 102;
     //
     // lblSalePrice
     //
     this.lblSalePrice.AutoSize = true;
     this.lblSalePrice.Location = new System.Drawing.Point(555, 13);
     this.lblSalePrice.Name = "lblSalePrice";
     this.lblSalePrice.Size = new System.Drawing.Size(0, 13);
     this.lblSalePrice.TabIndex = 82;
     //
     // lblUnitPack
     //
     this.lblUnitPack.AutoSize = true;
     this.lblUnitPack.Location = new System.Drawing.Point(451, 14);
     this.lblUnitPack.Name = "lblUnitPack";
     this.lblUnitPack.Size = new System.Drawing.Size(0, 13);
     this.lblUnitPack.TabIndex = 67;
     //
     // lblUnitSale
     //
     this.lblUnitSale.AutoSize = true;
     this.lblUnitSale.Location = new System.Drawing.Point(503, 15);
     this.lblUnitSale.Name = "lblUnitSale";
     this.lblUnitSale.Size = new System.Drawing.Size(0, 13);
     this.lblUnitSale.TabIndex = 21;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(36, 33);
     this.txtSearch.MaxLength = 100;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(526, 20);
     this.txtSearch.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(170, 56);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 9;
     this.label6.Text = "ชื่อสินค้า :";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(39, 57);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(58, 13);
     this.label23.TabIndex = 9;
     this.label23.Text = "รหัสสินค้า :";
     //
     // lblProductId
     //
     this.lblProductId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblProductId.Location = new System.Drawing.Point(35, 74);
     this.lblProductId.Name = "lblProductId";
     this.lblProductId.Size = new System.Drawing.Size(128, 20);
     this.lblProductId.TabIndex = 10;
     //
     // lblProductName
     //
     this.lblProductName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblProductName.Location = new System.Drawing.Point(169, 74);
     this.lblProductName.Name = "lblProductName";
     this.lblProductName.Size = new System.Drawing.Size(393, 20);
     this.lblProductName.TabIndex = 10;
     //
     // tbProductDetail
     //
     this.tbProductDetail.Controls.Add(this.tbPO);
     this.tbProductDetail.Location = new System.Drawing.Point(13, 116);
     this.tbProductDetail.Name = "tbProductDetail";
     this.tbProductDetail.SelectedIndex = 0;
     this.tbProductDetail.Size = new System.Drawing.Size(961, 147);
     this.tbProductDetail.TabIndex = 100;
     //
     // btnReport
     //
     this.btnReport.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnReport.Location = new System.Drawing.Point(819, 29);
     this.btnReport.Name = "btnReport";
     this.btnReport.Size = new System.Drawing.Size(94, 81);
     this.btnReport.TabIndex = 106;
     this.btnReport.Text = " รายงาน";
     this.btnReport.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnReport.UseVisualStyleBackColor = true;
     //
     // frmCheckingData
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 534);
     this.Controls.Add(this.btnReport);
     this.Controls.Add(this.btnDeleteAll);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnSaveAll);
     this.Controls.Add(this.lsvCheckingList);
     this.Controls.Add(this.tbProductDetail);
     this.Controls.Add(this.groupBox1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmCheckingData";
     this.Text = "frmCheckingData";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tbPO.ResumeLayout(false);
     this.grbProductDetail.ResumeLayout(false);
     this.grbProductDetail.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvProductList)).EndInit();
     this.tbProductDetail.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductionWithDraw));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label21 = new System.Windows.Forms.Label();
     this.txtNumPProduct = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txt_Product = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.cboDrawPurpose = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtEmployee = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtShipper = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.dateDraw = new System.Windows.Forms.DateTimePicker();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lbDrawHandId = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.lbDrawId = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtDrawHand = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnAdd = new System.Windows.Forms.Button();
     this.lbUnit = new System.Windows.Forms.Label();
     this.txt_NumPP = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.cbo_findlist = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.txt_PProduct = new System.Windows.Forms.TextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label16 = new System.Windows.Forms.Label();
     this.btnPPWeight = new System.Windows.Forms.Button();
     this.btnWeight = new System.Windows.Forms.Button();
     this.lbSumItem = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.btndel = new System.Windows.Forms.Button();
     this.btnalldel = new System.Windows.Forms.Button();
     this.pnl_PProduct = new System.Windows.Forms.Panel();
     this.label13 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.btn_PPclose = new System.Windows.Forms.Button();
     this.dgv_PProduction = new System.Windows.Forms.DataGridView();
     this.lb_UnitSale = new System.Windows.Forms.Label();
     this.lb_UnitPack = new System.Windows.Forms.Label();
     this.lb_NamePProduct = new System.Windows.Forms.Label();
     this.lb_IdPProduct = new System.Windows.Forms.Label();
     this.pnl_Product = new System.Windows.Forms.Panel();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.btnCloseProduct = new System.Windows.Forms.Button();
     this.dgv_Production = new System.Windows.Forms.DataGridView();
     this.pnl_StyleWei = new System.Windows.Forms.Panel();
     this.btn_CloseStyleWei = new System.Windows.Forms.Button();
     this.label37 = new System.Windows.Forms.Label();
     this.lb_numPProduct1 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.lb_namePPack1 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.btnPPWeight1 = new System.Windows.Forms.Button();
     this.btnWeight1 = new System.Windows.Forms.Button();
     this.pnl_Pack = new System.Windows.Forms.Panel();
     this.lb_numPProduct = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.pnlPack = new System.Windows.Forms.Panel();
     this.btnSaveWeightPack = new System.Windows.Forms.Button();
     this.btnDelWeightPack = new System.Windows.Forms.Button();
     this.label32 = new System.Windows.Forms.Label();
     this.txtNumPack = new System.Windows.Forms.TextBox();
     this.lbSumWeightPack = new System.Windows.Forms.Label();
     this.txtTotalWeightPack = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.btnClearWeightPack = new System.Windows.Forms.Button();
     this.label23 = new System.Windows.Forms.Label();
     this.dgvPPack = new System.Windows.Forms.DataGridView();
     this.txtInPutWeightPack = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.txtTotalPack = new System.Windows.Forms.TextBox();
     this.txtInPutPack = new System.Windows.Forms.TextBox();
     this.lb_namePPack = new System.Windows.Forms.Label();
     this.btn_weiPPackclose = new System.Windows.Forms.Button();
     this.label31 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.lbLsv8 = new System.Windows.Forms.Label();
     this.lbLsv4 = new System.Windows.Forms.Label();
     this.lbLsv2 = new System.Windows.Forms.Label();
     this.lbLsv7 = new System.Windows.Forms.Label();
     this.lbLsv6 = new System.Windows.Forms.Label();
     this.btnsave = new System.Windows.Forms.Button();
     this.btnfindPro = new System.Windows.Forms.Button();
     this.pnl_Weight = new System.Windows.Forms.Panel();
     this.lb_numPP = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.pnlWight = new System.Windows.Forms.Panel();
     this.btnDelWeight = new System.Windows.Forms.Button();
     this.lbSumWeight = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.btnClearWeight = new System.Windows.Forms.Button();
     this.label39 = new System.Windows.Forms.Label();
     this.dgvPProduct = new System.Windows.Forms.DataGridView();
     this.btnSaveWeight = new System.Windows.Forms.Button();
     this.txtInPutWeight = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.lblCount = new System.Windows.Forms.Label();
     this.lblText = new System.Windows.Forms.Label();
     this.txtTotalWeight = new System.Windows.Forms.TextBox();
     this.txtNum = new System.Windows.Forms.TextBox();
     this.lb_namePP = new System.Windows.Forms.Label();
     this.btn_weiPPclose = new System.Windows.Forms.Button();
     this.label41 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.pnl_pduCurrent = new System.Windows.Forms.Panel();
     this.txtDrawHandCurrent = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.lbDrawHandIdCurrent = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lbDrawIdCurrent = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.btn_ClosepduCurrent = new System.Windows.Forms.Button();
     this.label43 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.radFail = new System.Windows.Forms.RadioButton();
     this.radTrue = new System.Windows.Forms.RadioButton();
     this.btnCheckBefore = new System.Windows.Forms.Button();
     this.btnSendSave = new System.Windows.Forms.Button();
     this.lsvProductList = new KTCERP.Class.ListViewEx();
     this.lsvProductListCurrent = new KTCERP.Class.ListViewEx();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.pnl_PProduct.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_PProduction)).BeginInit();
     this.pnl_Product.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Production)).BeginInit();
     this.pnl_StyleWei.SuspendLayout();
     this.pnl_Pack.SuspendLayout();
     this.pnlPack.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPPack)).BeginInit();
     this.pnl_Weight.SuspendLayout();
     this.pnlWight.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPProduct)).BeginInit();
     this.pnl_pduCurrent.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.label21);
     this.groupBox1.Controls.Add(this.txtNumPProduct);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.txt_Product);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.cboDrawPurpose);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtEmployee);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.txtShipper);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.dateDraw);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.lbDrawHandId);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.lbDrawId);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtDrawHand);
     this.groupBox1.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(997, 124);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "ข้อมูลเบิกผลิต";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label21.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label21.Location = new System.Drawing.Point(967, 56);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(24, 16);
     this.label21.TabIndex = 33;
     this.label21.Text = "ผืน";
     //
     // txtNumPProduct
     //
     this.txtNumPProduct.BackColor = System.Drawing.SystemColors.Info;
     this.txtNumPProduct.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNumPProduct.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txtNumPProduct.Location = new System.Drawing.Point(874, 52);
     this.txtNumPProduct.Name = "txtNumPProduct";
     this.txtNumPProduct.Size = new System.Drawing.Size(88, 26);
     this.txtNumPProduct.TabIndex = 32;
     this.txtNumPProduct.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtNumPProduct.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumPProduct_KeyPress);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location = new System.Drawing.Point(816, 56);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(52, 16);
     this.label11.TabIndex = 31;
     this.label11.Text = "จำนวน :";
     //
     // txt_Product
     //
     this.txt_Product.BackColor = System.Drawing.SystemColors.Info;
     this.txt_Product.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_Product.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txt_Product.Location = new System.Drawing.Point(328, 51);
     this.txt_Product.Name = "txt_Product";
     this.txt_Product.Size = new System.Drawing.Size(482, 26);
     this.txt_Product.TabIndex = 30;
     this.txt_Product.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProduct_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location = new System.Drawing.Point(261, 56);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(61, 16);
     this.label8.TabIndex = 29;
     this.label8.Text = "ผลิตเป็น :";
     //
     // cboDrawPurpose
     //
     this.cboDrawPurpose.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDrawPurpose.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboDrawPurpose.FormattingEnabled = true;
     this.cboDrawPurpose.Location = new System.Drawing.Point(132, 51);
     this.cboDrawPurpose.Name = "cboDrawPurpose";
     this.cboDrawPurpose.Size = new System.Drawing.Size(123, 26);
     this.cboDrawPurpose.TabIndex = 28;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(6, 56);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(121, 16);
     this.label7.TabIndex = 27;
     this.label7.Text = "วัตถุประสงค์การเบิก :";
     //
     // txtEmployee
     //
     this.txtEmployee.BackColor = System.Drawing.SystemColors.Info;
     this.txtEmployee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmployee.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txtEmployee.Location = new System.Drawing.Point(493, 83);
     this.txtEmployee.Name = "txtEmployee";
     this.txtEmployee.Size = new System.Drawing.Size(476, 26);
     this.txtEmployee.TabIndex = 26;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location = new System.Drawing.Point(384, 87);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(103, 16);
     this.label10.TabIndex = 25;
     this.label10.Text = "เรือนจำ/ชาวบ้าน :";
     //
     // txtShipper
     //
     this.txtShipper.BackColor = System.Drawing.SystemColors.Info;
     this.txtShipper.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtShipper.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txtShipper.Location = new System.Drawing.Point(62, 83);
     this.txtShipper.Name = "txtShipper";
     this.txtShipper.Size = new System.Drawing.Size(316, 26);
     this.txtShipper.TabIndex = 24;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label9.Location = new System.Drawing.Point(9, 87);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(47, 16);
     this.label9.TabIndex = 23;
     this.label9.Text = "ขนส่ง :";
     //
     // dateDraw
     //
     this.dateDraw.Location = new System.Drawing.Point(769, 19);
     this.dateDraw.Name = "dateDraw";
     this.dateDraw.Size = new System.Drawing.Size(200, 26);
     this.dateDraw.TabIndex = 22;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location = new System.Drawing.Point(723, 23);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(40, 16);
     this.label6.TabIndex = 21;
     this.label6.Text = "วันที่ :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location = new System.Drawing.Point(299, 25);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(67, 16);
     this.label5.TabIndex = 20;
     this.label5.Text = "ใบเบิกมือ :";
     //
     // lbDrawHandId
     //
     this.lbDrawHandId.AutoSize = true;
     this.lbDrawHandId.ForeColor = System.Drawing.Color.Brown;
     this.lbDrawHandId.Location = new System.Drawing.Point(211, 23);
     this.lbDrawHandId.Name = "lbDrawHandId";
     this.lbDrawHandId.Size = new System.Drawing.Size(78, 18);
     this.lbDrawHandId.TabIndex = 19;
     this.lbDrawHandId.Text = "[DrawId]";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label3.Location = new System.Drawing.Point(129, 25);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(80, 16);
     this.label3.TabIndex = 18;
     this.label3.Text = "เลขที่ใบเบิก :";
     //
     // lbDrawId
     //
     this.lbDrawId.AutoSize = true;
     this.lbDrawId.ForeColor = System.Drawing.Color.Brown;
     this.lbDrawId.Location = new System.Drawing.Point(61, 23);
     this.lbDrawId.Name = "lbDrawId";
     this.lbDrawId.Size = new System.Drawing.Size(62, 18);
     this.lbDrawId.TabIndex = 17;
     this.lbDrawId.Text = "[LotId]";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location = new System.Drawing.Point(5, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(50, 16);
     this.label1.TabIndex = 16;
     this.label1.Text = "ลอตที่ :";
     //
     // txtDrawHand
     //
     this.txtDrawHand.BackColor = System.Drawing.SystemColors.Info;
     this.txtDrawHand.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDrawHand.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txtDrawHand.Location = new System.Drawing.Point(372, 21);
     this.txtDrawHand.Name = "txtDrawHand";
     this.txtDrawHand.Size = new System.Drawing.Size(150, 26);
     this.txtDrawHand.TabIndex = 15;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox2.Controls.Add(this.btnAdd);
     this.groupBox2.Controls.Add(this.lbUnit);
     this.groupBox2.Controls.Add(this.txt_NumPP);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.cbo_findlist);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.txt_PProduct);
     this.groupBox2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.groupBox2.Location = new System.Drawing.Point(12, 142);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(997, 63);
     this.groupBox2.TabIndex = 14;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "ค้นหาวัตถุดิบ";
     //
     // btnAdd
     //
     this.btnAdd.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnAdd.Location = new System.Drawing.Point(920, 28);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(62, 23);
     this.btnAdd.TabIndex = 154;
     this.btnAdd.Text = "เพิ่ม";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // lbUnit
     //
     this.lbUnit.AutoSize = true;
     this.lbUnit.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lbUnit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbUnit.Location = new System.Drawing.Point(869, 31);
     this.lbUnit.Name = "lbUnit";
     this.lbUnit.Size = new System.Drawing.Size(38, 16);
     this.lbUnit.TabIndex = 96;
     this.lbUnit.Text = "หน่วย";
     //
     // txt_NumPP
     //
     this.txt_NumPP.BackColor = System.Drawing.SystemColors.Info;
     this.txt_NumPP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_NumPP.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txt_NumPP.Location = new System.Drawing.Point(777, 25);
     this.txt_NumPP.Name = "txt_NumPP";
     this.txt_NumPP.Size = new System.Drawing.Size(88, 26);
     this.txt_NumPP.TabIndex = 33;
     this.txt_NumPP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txt_NumPP.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_NumPP_KeyDown);
     this.txt_NumPP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_NumPP_KeyPress);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label20.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label20.Location = new System.Drawing.Point(721, 31);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(52, 16);
     this.label20.TabIndex = 33;
     this.label20.Text = "จำนวน :";
     //
     // cbo_findlist
     //
     this.cbo_findlist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_findlist.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.cbo_findlist.FormattingEnabled = true;
     this.cbo_findlist.Items.AddRange(new object[] {
     "รหัสสินค้า",
     "ชื่อสินค้า"});
     this.cbo_findlist.Location = new System.Drawing.Point(83, 25);
     this.cbo_findlist.Name = "cbo_findlist";
     this.cbo_findlist.Size = new System.Drawing.Size(83, 26);
     this.cbo_findlist.TabIndex = 20;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label12.Location = new System.Drawing.Point(9, 30);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(68, 16);
     this.label12.TabIndex = 95;
     this.label12.Text = "ค้นหาจาก :";
     //
     // txt_PProduct
     //
     this.txt_PProduct.BackColor = System.Drawing.SystemColors.Info;
     this.txt_PProduct.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txt_PProduct.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.txt_PProduct.Location = new System.Drawing.Point(171, 25);
     this.txt_PProduct.Name = "txt_PProduct";
     this.txt_PProduct.Size = new System.Drawing.Size(541, 26);
     this.txt_PProduct.TabIndex = 3;
     this.txt_PProduct.TextChanged += new System.EventHandler(this.txt_PProduct_TextChanged);
     this.txt_PProduct.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPProduct_KeyDown);
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox3.Controls.Add(this.panel1);
     this.groupBox3.Controls.Add(this.lbSumItem);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.btndel);
     this.groupBox3.Controls.Add(this.btnalldel);
     this.groupBox3.Controls.Add(this.lsvProductList);
     this.groupBox3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.groupBox3.Location = new System.Drawing.Point(12, 211);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(998, 277);
     this.groupBox3.TabIndex = 16;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "รายการสินค้า";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.AliceBlue;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.btnPPWeight);
     this.panel1.Controls.Add(this.btnWeight);
     this.panel1.Location = new System.Drawing.Point(321, 237);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(378, 32);
     this.panel1.TabIndex = 153;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label16.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label16.Location = new System.Drawing.Point(5, 6);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(144, 18);
     this.label16.TabIndex = 153;
     this.label16.Text = "ระบุรายละเอียดสินค้า :";
     //
     // btnPPWeight
     //
     this.btnPPWeight.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnPPWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnPPWeight.Location = new System.Drawing.Point(149, 4);
     this.btnPPWeight.Name = "btnPPWeight";
     this.btnPPWeight.Size = new System.Drawing.Size(126, 23);
     this.btnPPWeight.TabIndex = 152;
     this.btnPPWeight.Text = "สินค้าย่อยและน้ำหนัก";
     this.btnPPWeight.UseVisualStyleBackColor = true;
     this.btnPPWeight.Click += new System.EventHandler(this.btnPPWeight_Click);
     //
     // btnWeight
     //
     this.btnWeight.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnWeight.Location = new System.Drawing.Point(281, 4);
     this.btnWeight.Name = "btnWeight";
     this.btnWeight.Size = new System.Drawing.Size(89, 23);
     this.btnWeight.TabIndex = 151;
     this.btnWeight.Text = "เฉพาะน้ำหนัก";
     this.btnWeight.UseVisualStyleBackColor = true;
     this.btnWeight.Click += new System.EventHandler(this.btnWeight_Click);
     //
     // lbSumItem
     //
     this.lbSumItem.AutoSize = true;
     this.lbSumItem.BackColor = System.Drawing.Color.Transparent;
     this.lbSumItem.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lbSumItem.ForeColor = System.Drawing.Color.Navy;
     this.lbSumItem.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbSumItem.Location = new System.Drawing.Point(40, 234);
     this.lbSumItem.Name = "lbSumItem";
     this.lbSumItem.Size = new System.Drawing.Size(15, 16);
     this.lbSumItem.TabIndex = 100;
     this.lbSumItem.Text = "0";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label14.ForeColor = System.Drawing.Color.Black;
     this.label14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label14.Location = new System.Drawing.Point(61, 234);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(48, 16);
     this.label14.TabIndex = 99;
     this.label14.Text = "รายการ";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label15.ForeColor = System.Drawing.Color.Black;
     this.label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label15.Location = new System.Drawing.Point(6, 234);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(28, 16);
     this.label15.TabIndex = 98;
     this.label15.Text = "รวม";
     //
     // btndel
     //
     this.btndel.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btndel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btndel.Location = new System.Drawing.Point(836, 234);
     this.btndel.Name = "btndel";
     this.btndel.Size = new System.Drawing.Size(75, 23);
     this.btndel.TabIndex = 150;
     this.btndel.Text = "ลบ";
     this.btndel.UseVisualStyleBackColor = true;
     this.btndel.Click += new System.EventHandler(this.btndel_Click);
     //
     // btnalldel
     //
     this.btnalldel.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnalldel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnalldel.Location = new System.Drawing.Point(917, 234);
     this.btnalldel.Name = "btnalldel";
     this.btnalldel.Size = new System.Drawing.Size(75, 23);
     this.btnalldel.TabIndex = 149;
     this.btnalldel.Text = "ลบทั้งหมด";
     this.btnalldel.UseVisualStyleBackColor = true;
     this.btnalldel.Click += new System.EventHandler(this.btnalldel_Click);
     //
     // pnl_PProduct
     //
     this.pnl_PProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.pnl_PProduct.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_PProduct.Controls.Add(this.label13);
     this.pnl_PProduct.Controls.Add(this.label17);
     this.pnl_PProduct.Controls.Add(this.btn_PPclose);
     this.pnl_PProduct.Controls.Add(this.dgv_PProduction);
     this.pnl_PProduct.Location = new System.Drawing.Point(95, 196);
     this.pnl_PProduct.Name = "pnl_PProduct";
     this.pnl_PProduct.Size = new System.Drawing.Size(921, 233);
     this.pnl_PProduct.TabIndex = 33;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label13.Location = new System.Drawing.Point(858, -1);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 18);
     this.label13.TabIndex = 96;
     this.label13.Text = "Close";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label17.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label17.Location = new System.Drawing.Point(3, 1);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(87, 18);
     this.label17.TabIndex = 15;
     this.label17.Text = "ข้อมูลวัตถุดิบ";
     //
     // btn_PPclose
     //
     this.btn_PPclose.Image = global::KTCERP.Properties.Resources.delete;
     this.btn_PPclose.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btn_PPclose.Location = new System.Drawing.Point(899, -1);
     this.btn_PPclose.Name = "btn_PPclose";
     this.btn_PPclose.Size = new System.Drawing.Size(21, 20);
     this.btn_PPclose.TabIndex = 95;
     this.btn_PPclose.UseVisualStyleBackColor = true;
     this.btn_PPclose.Click += new System.EventHandler(this.btn_PPclose_Click);
     //
     // dgv_PProduction
     //
     this.dgv_PProduction.AllowUserToAddRows = false;
     this.dgv_PProduction.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Lavender;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
     this.dgv_PProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgv_PProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_PProduction.Location = new System.Drawing.Point(2, 21);
     this.dgv_PProduction.MultiSelect = false;
     this.dgv_PProduction.Name = "dgv_PProduction";
     this.dgv_PProduction.ReadOnly = true;
     this.dgv_PProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv_PProduction.Size = new System.Drawing.Size(915, 209);
     this.dgv_PProduction.TabIndex = 15;
     this.dgv_PProduction.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv_PProduction_CellMouseDoubleClick);
     this.dgv_PProduction.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgv_PProduction_KeyDown);
     //
     // lb_UnitSale
     //
     this.lb_UnitSale.AutoSize = true;
     this.lb_UnitSale.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lb_UnitSale.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_UnitSale.Location = new System.Drawing.Point(246, 491);
     this.lb_UnitSale.Name = "lb_UnitSale";
     this.lb_UnitSale.Size = new System.Drawing.Size(55, 16);
     this.lb_UnitSale.TabIndex = 101;
     this.lb_UnitSale.Text = "UnitSale";
     this.lb_UnitSale.Visible = false;
     //
     // lb_UnitPack
     //
     this.lb_UnitPack.AutoSize = true;
     this.lb_UnitPack.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lb_UnitPack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_UnitPack.Location = new System.Drawing.Point(184, 491);
     this.lb_UnitPack.Name = "lb_UnitPack";
     this.lb_UnitPack.Size = new System.Drawing.Size(56, 16);
     this.lb_UnitPack.TabIndex = 100;
     this.lb_UnitPack.Text = "UnitPack";
     this.lb_UnitPack.Visible = false;
     //
     // lb_NamePProduct
     //
     this.lb_NamePProduct.AutoSize = true;
     this.lb_NamePProduct.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lb_NamePProduct.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_NamePProduct.Location = new System.Drawing.Point(87, 491);
     this.lb_NamePProduct.Name = "lb_NamePProduct";
     this.lb_NamePProduct.Size = new System.Drawing.Size(91, 16);
     this.lb_NamePProduct.TabIndex = 99;
     this.lb_NamePProduct.Text = "NamePProduct";
     this.lb_NamePProduct.Visible = false;
     //
     // lb_IdPProduct
     //
     this.lb_IdPProduct.AutoSize = true;
     this.lb_IdPProduct.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lb_IdPProduct.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_IdPProduct.Location = new System.Drawing.Point(12, 491);
     this.lb_IdPProduct.Name = "lb_IdPProduct";
     this.lb_IdPProduct.Size = new System.Drawing.Size(69, 16);
     this.lb_IdPProduct.TabIndex = 98;
     this.lb_IdPProduct.Text = "IdPProduct";
     this.lb_IdPProduct.Visible = false;
     //
     // pnl_Product
     //
     this.pnl_Product.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.pnl_Product.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_Product.Controls.Add(this.label18);
     this.pnl_Product.Controls.Add(this.label19);
     this.pnl_Product.Controls.Add(this.btnCloseProduct);
     this.pnl_Product.Controls.Add(this.dgv_Production);
     this.pnl_Product.Location = new System.Drawing.Point(340, 88);
     this.pnl_Product.Name = "pnl_Product";
     this.pnl_Product.Size = new System.Drawing.Size(696, 233);
     this.pnl_Product.TabIndex = 97;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label18.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label18.Location = new System.Drawing.Point(631, 0);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(42, 18);
     this.label18.TabIndex = 96;
     this.label18.Text = "Close";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label19.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label19.Location = new System.Drawing.Point(2, 1);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(105, 18);
     this.label19.TabIndex = 15;
     this.label19.Text = "ข้อมูลสินค้าผลิต";
     //
     // btnCloseProduct
     //
     this.btnCloseProduct.Image = global::KTCERP.Properties.Resources.delete;
     this.btnCloseProduct.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnCloseProduct.Location = new System.Drawing.Point(675, -1);
     this.btnCloseProduct.Name = "btnCloseProduct";
     this.btnCloseProduct.Size = new System.Drawing.Size(21, 20);
     this.btnCloseProduct.TabIndex = 95;
     this.btnCloseProduct.UseVisualStyleBackColor = true;
     this.btnCloseProduct.Click += new System.EventHandler(this.btnCloseProduct_Click);
     //
     // dgv_Production
     //
     this.dgv_Production.AllowUserToAddRows = false;
     this.dgv_Production.AllowUserToDeleteRows = false;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.Lavender;
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
     this.dgv_Production.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
     this.dgv_Production.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_Production.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgv_Production.Location = new System.Drawing.Point(1, 21);
     this.dgv_Production.MultiSelect = false;
     this.dgv_Production.Name = "dgv_Production";
     this.dgv_Production.ReadOnly = true;
     this.dgv_Production.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv_Production.Size = new System.Drawing.Size(691, 209);
     this.dgv_Production.TabIndex = 15;
     this.dgv_Production.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgv_Production_CellMouseDoubleClick);
     this.dgv_Production.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgv_Production_KeyDown);
     //
     // pnl_StyleWei
     //
     this.pnl_StyleWei.BackColor = System.Drawing.Color.AliceBlue;
     this.pnl_StyleWei.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_StyleWei.Controls.Add(this.btn_CloseStyleWei);
     this.pnl_StyleWei.Controls.Add(this.label37);
     this.pnl_StyleWei.Controls.Add(this.lb_numPProduct1);
     this.pnl_StyleWei.Controls.Add(this.label36);
     this.pnl_StyleWei.Controls.Add(this.label35);
     this.pnl_StyleWei.Controls.Add(this.lb_namePPack1);
     this.pnl_StyleWei.Controls.Add(this.label22);
     this.pnl_StyleWei.Controls.Add(this.btnPPWeight1);
     this.pnl_StyleWei.Controls.Add(this.btnWeight1);
     this.pnl_StyleWei.Location = new System.Drawing.Point(300, 25);
     this.pnl_StyleWei.Name = "pnl_StyleWei";
     this.pnl_StyleWei.Size = new System.Drawing.Size(446, 455);
     this.pnl_StyleWei.TabIndex = 154;
     //
     // btn_CloseStyleWei
     //
     this.btn_CloseStyleWei.Image = global::KTCERP.Properties.Resources.delete;
     this.btn_CloseStyleWei.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btn_CloseStyleWei.Location = new System.Drawing.Point(425, -2);
     this.btn_CloseStyleWei.Name = "btn_CloseStyleWei";
     this.btn_CloseStyleWei.Size = new System.Drawing.Size(21, 20);
     this.btn_CloseStyleWei.TabIndex = 157;
     this.btn_CloseStyleWei.UseVisualStyleBackColor = true;
     this.btn_CloseStyleWei.Click += new System.EventHandler(this.btn_CloseStyleWei_Click);
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label37.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label37.Location = new System.Drawing.Point(385, 1);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(42, 18);
     this.label37.TabIndex = 156;
     this.label37.Text = "Close";
     //
     // lb_numPProduct1
     //
     this.lb_numPProduct1.AutoSize = true;
     this.lb_numPProduct1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lb_numPProduct1.ForeColor = System.Drawing.Color.Navy;
     this.lb_numPProduct1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_numPProduct1.Location = new System.Drawing.Point(36, 113);
     this.lb_numPProduct1.Name = "lb_numPProduct1";
     this.lb_numPProduct1.Size = new System.Drawing.Size(94, 16);
     this.lb_numPProduct1.TabIndex = 155;
     this.lb_numPProduct1.Text = "[NumPProduct]";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label36.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label36.Location = new System.Drawing.Point(9, 89);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(92, 18);
     this.label36.TabIndex = 154;
     this.label36.Text = "จำนวนสินค้า :";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label35.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label35.Location = new System.Drawing.Point(5, 44);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(70, 18);
     this.label35.TabIndex = 106;
     this.label35.Text = "ชื่อสินค้า :";
     //
     // lb_namePPack1
     //
     this.lb_namePPack1.AutoSize = true;
     this.lb_namePPack1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lb_namePPack1.ForeColor = System.Drawing.Color.Navy;
     this.lb_namePPack1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_namePPack1.Location = new System.Drawing.Point(36, 64);
     this.lb_namePPack1.Name = "lb_namePPack1";
     this.lb_namePPack1.Size = new System.Drawing.Size(101, 16);
     this.lb_namePPack1.TabIndex = 106;
     this.lb_namePPack1.Text = "[NamePProduct]";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.ForeColor = System.Drawing.Color.Navy;
     this.label22.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label22.Location = new System.Drawing.Point(138, 1);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(190, 25);
     this.label22.TabIndex = 153;
     this.label22.Text = "ระบุรายละเอียดสินค้า";
     //
     // btnPPWeight1
     //
     this.btnPPWeight1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPPWeight1.Image = global::KTCERP.Properties.Resources.PPweight;
     this.btnPPWeight1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnPPWeight1.Location = new System.Drawing.Point(52, 148);
     this.btnPPWeight1.Name = "btnPPWeight1";
     this.btnPPWeight1.Size = new System.Drawing.Size(347, 60);
     this.btnPPWeight1.TabIndex = 152;
     this.btnPPWeight1.Text = "สินค้าย่อยและน้ำหนัก";
     this.btnPPWeight1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPPWeight1.UseVisualStyleBackColor = true;
     this.btnPPWeight1.Click += new System.EventHandler(this.btnPPWeight1_Click);
     //
     // btnWeight1
     //
     this.btnWeight1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnWeight1.Image = global::KTCERP.Properties.Resources.weight;
     this.btnWeight1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnWeight1.Location = new System.Drawing.Point(52, 219);
     this.btnWeight1.Name = "btnWeight1";
     this.btnWeight1.Size = new System.Drawing.Size(347, 57);
     this.btnWeight1.TabIndex = 151;
     this.btnWeight1.Text = "เฉพาะน้ำหนัก";
     this.btnWeight1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnWeight1.UseVisualStyleBackColor = true;
     this.btnWeight1.Click += new System.EventHandler(this.btnWeight1_Click);
     //
     // pnl_Pack
     //
     this.pnl_Pack.BackColor = System.Drawing.Color.AliceBlue;
     this.pnl_Pack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_Pack.Controls.Add(this.lb_numPProduct);
     this.pnl_Pack.Controls.Add(this.label27);
     this.pnl_Pack.Controls.Add(this.pnlPack);
     this.pnl_Pack.Controls.Add(this.lb_namePPack);
     this.pnl_Pack.Controls.Add(this.btn_weiPPackclose);
     this.pnl_Pack.Controls.Add(this.label31);
     this.pnl_Pack.Controls.Add(this.label33);
     this.pnl_Pack.Location = new System.Drawing.Point(173, 11);
     this.pnl_Pack.Name = "pnl_Pack";
     this.pnl_Pack.Size = new System.Drawing.Size(760, 420);
     this.pnl_Pack.TabIndex = 155;
     //
     // lb_numPProduct
     //
     this.lb_numPProduct.AutoSize = true;
     this.lb_numPProduct.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_numPProduct.ForeColor = System.Drawing.Color.Navy;
     this.lb_numPProduct.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_numPProduct.Location = new System.Drawing.Point(67, 53);
     this.lb_numPProduct.Name = "lb_numPProduct";
     this.lb_numPProduct.Size = new System.Drawing.Size(108, 18);
     this.lb_numPProduct.TabIndex = 105;
     this.lb_numPProduct.Text = "[NumPProduct]";
     this.lb_numPProduct.Visible = false;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label27.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label27.Location = new System.Drawing.Point(3, 51);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(58, 18);
     this.label27.TabIndex = 104;
     this.label27.Text = "จำนวน :";
     this.label27.Visible = false;
     //
     // pnlPack
     //
     this.pnlPack.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.pnlPack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlPack.Controls.Add(this.btnSaveWeightPack);
     this.pnlPack.Controls.Add(this.btnDelWeightPack);
     this.pnlPack.Controls.Add(this.label32);
     this.pnlPack.Controls.Add(this.txtNumPack);
     this.pnlPack.Controls.Add(this.lbSumWeightPack);
     this.pnlPack.Controls.Add(this.txtTotalWeightPack);
     this.pnlPack.Controls.Add(this.label28);
     this.pnlPack.Controls.Add(this.label24);
     this.pnlPack.Controls.Add(this.label29);
     this.pnlPack.Controls.Add(this.btnClearWeightPack);
     this.pnlPack.Controls.Add(this.label23);
     this.pnlPack.Controls.Add(this.dgvPPack);
     this.pnlPack.Controls.Add(this.txtInPutWeightPack);
     this.pnlPack.Controls.Add(this.label25);
     this.pnlPack.Controls.Add(this.label26);
     this.pnlPack.Controls.Add(this.label30);
     this.pnlPack.Controls.Add(this.txtTotalPack);
     this.pnlPack.Controls.Add(this.txtInPutPack);
     this.pnlPack.Location = new System.Drawing.Point(-1, 88);
     this.pnlPack.Name = "pnlPack";
     this.pnlPack.Size = new System.Drawing.Size(761, 331);
     this.pnlPack.TabIndex = 103;
     //
     // btnSaveWeightPack
     //
     this.btnSaveWeightPack.Image = global::KTCERP.Properties.Resources.saveas32;
     this.btnSaveWeightPack.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSaveWeightPack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnSaveWeightPack.Location = new System.Drawing.Point(671, 9);
     this.btnSaveWeightPack.Name = "btnSaveWeightPack";
     this.btnSaveWeightPack.Size = new System.Drawing.Size(70, 56);
     this.btnSaveWeightPack.TabIndex = 163;
     this.btnSaveWeightPack.Text = "บันทึก";
     this.btnSaveWeightPack.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSaveWeightPack.UseVisualStyleBackColor = true;
     this.btnSaveWeightPack.Click += new System.EventHandler(this.btnSaveWeightPack_Click);
     //
     // btnDelWeightPack
     //
     this.btnDelWeightPack.Image = global::KTCERP.Properties.Resources.trashb32;
     this.btnDelWeightPack.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnDelWeightPack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnDelWeightPack.Location = new System.Drawing.Point(671, 71);
     this.btnDelWeightPack.Name = "btnDelWeightPack";
     this.btnDelWeightPack.Size = new System.Drawing.Size(70, 56);
     this.btnDelWeightPack.TabIndex = 157;
     this.btnDelWeightPack.Text = "ลบ";
     this.btnDelWeightPack.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnDelWeightPack.UseVisualStyleBackColor = true;
     this.btnDelWeightPack.Click += new System.EventHandler(this.btnDelWeightPack_Click);
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label32.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label32.Location = new System.Drawing.Point(287, 12);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(92, 18);
     this.label32.TabIndex = 162;
     this.label32.Text = "บรรจุภัณฑ์ที่ :";
     //
     // txtNumPack
     //
     this.txtNumPack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.txtNumPack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNumPack.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtNumPack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.txtNumPack.Location = new System.Drawing.Point(383, 9);
     this.txtNumPack.Name = "txtNumPack";
     this.txtNumPack.ReadOnly = true;
     this.txtNumPack.Size = new System.Drawing.Size(137, 27);
     this.txtNumPack.TabIndex = 161;
     this.txtNumPack.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lbSumWeightPack
     //
     this.lbSumWeightPack.AutoSize = true;
     this.lbSumWeightPack.BackColor = System.Drawing.Color.Transparent;
     this.lbSumWeightPack.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lbSumWeightPack.ForeColor = System.Drawing.Color.Navy;
     this.lbSumWeightPack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbSumWeightPack.Location = new System.Drawing.Point(181, 262);
     this.lbSumWeightPack.Name = "lbSumWeightPack";
     this.lbSumWeightPack.Size = new System.Drawing.Size(15, 16);
     this.lbSumWeightPack.TabIndex = 156;
     this.lbSumWeightPack.Text = "0";
     //
     // txtTotalWeightPack
     //
     this.txtTotalWeightPack.BackColor = System.Drawing.Color.Red;
     this.txtTotalWeightPack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTotalWeightPack.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
     this.txtTotalWeightPack.ForeColor = System.Drawing.Color.Yellow;
     this.txtTotalWeightPack.Location = new System.Drawing.Point(453, 286);
     this.txtTotalWeightPack.Name = "txtTotalWeightPack";
     this.txtTotalWeightPack.ReadOnly = true;
     this.txtTotalWeightPack.Size = new System.Drawing.Size(180, 36);
     this.txtTotalWeightPack.TabIndex = 34;
     this.txtTotalWeightPack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label28.ForeColor = System.Drawing.Color.Black;
     this.label28.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label28.Location = new System.Drawing.Point(204, 262);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(48, 16);
     this.label28.TabIndex = 155;
     this.label28.Text = "รายการ";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label24.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label24.Location = new System.Drawing.Point(363, 297);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(84, 18);
     this.label24.TabIndex = 33;
     this.label24.Text = "น้ำหนักรวม :";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.BackColor = System.Drawing.Color.Transparent;
     this.label29.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label29.ForeColor = System.Drawing.Color.Black;
     this.label29.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label29.Location = new System.Drawing.Point(149, 262);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(28, 16);
     this.label29.TabIndex = 154;
     this.label29.Text = "รวม";
     //
     // btnClearWeightPack
     //
     this.btnClearWeightPack.Image = global::KTCERP.Properties.Resources.cutb32;
     this.btnClearWeightPack.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnClearWeightPack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnClearWeightPack.Location = new System.Drawing.Point(671, 133);
     this.btnClearWeightPack.Name = "btnClearWeightPack";
     this.btnClearWeightPack.Size = new System.Drawing.Size(70, 56);
     this.btnClearWeightPack.TabIndex = 32;
     this.btnClearWeightPack.Text = "ล้างรายการ";
     this.btnClearWeightPack.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnClearWeightPack.UseVisualStyleBackColor = true;
     this.btnClearWeightPack.Click += new System.EventHandler(this.btnClearWeightPack_Click);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label23.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label23.Location = new System.Drawing.Point(7, 297);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(139, 18);
     this.label23.TabIndex = 31;
     this.label23.Text = "สินค้าในกระสอบรวม :";
     //
     // dgvPPack
     //
     this.dgvPPack.AllowUserToAddRows = false;
     this.dgvPPack.AllowUserToDeleteRows = false;
     this.dgvPPack.AllowUserToResizeColumns = false;
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.Lavender;
     this.dgvPPack.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvPPack.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPPack.Location = new System.Drawing.Point(152, 111);
     this.dgvPPack.MultiSelect = false;
     this.dgvPPack.Name = "dgvPPack";
     this.dgvPPack.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgvPPack.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvPPack.Size = new System.Drawing.Size(481, 150);
     this.dgvPPack.TabIndex = 30;
     this.dgvPPack.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvPPack_CellValidating);
     this.dgvPPack.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPPack_CellValueChanged);
     //
     // txtInPutWeightPack
     //
     this.txtInPutWeightPack.BackColor = System.Drawing.SystemColors.Window;
     this.txtInPutWeightPack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInPutWeightPack.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtInPutWeightPack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.txtInPutWeightPack.Location = new System.Drawing.Point(383, 76);
     this.txtInPutWeightPack.Name = "txtInPutWeightPack";
     this.txtInPutWeightPack.Size = new System.Drawing.Size(137, 27);
     this.txtInPutWeightPack.TabIndex = 29;
     this.txtInPutWeightPack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInPutWeightPack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInPutWeightPack_KeyDown);
     this.txtInPutWeightPack.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInPutWeightPack_KeyPress);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label25.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label25.Location = new System.Drawing.Point(317, 79);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(62, 18);
     this.label25.TabIndex = 27;
     this.label25.Text = "น้ำหนัก :";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.ForeColor = System.Drawing.Color.DarkGreen;
     this.label26.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label26.Location = new System.Drawing.Point(419, 46);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(0, 13);
     this.label26.TabIndex = 26;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label30.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label30.Location = new System.Drawing.Point(220, 46);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(157, 18);
     this.label30.TabIndex = 25;
     this.label30.Text = "จำนวนสินค้าในกระสอบ :";
     //
     // txtTotalPack
     //
     this.txtTotalPack.BackColor = System.Drawing.Color.Red;
     this.txtTotalPack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTotalPack.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
     this.txtTotalPack.ForeColor = System.Drawing.Color.Yellow;
     this.txtTotalPack.Location = new System.Drawing.Point(152, 286);
     this.txtTotalPack.Name = "txtTotalPack";
     this.txtTotalPack.ReadOnly = true;
     this.txtTotalPack.Size = new System.Drawing.Size(180, 36);
     this.txtTotalPack.TabIndex = 23;
     this.txtTotalPack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtInPutPack
     //
     this.txtInPutPack.BackColor = System.Drawing.SystemColors.Window;
     this.txtInPutPack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInPutPack.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtInPutPack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.txtInPutPack.Location = new System.Drawing.Point(383, 43);
     this.txtInPutPack.Name = "txtInPutPack";
     this.txtInPutPack.Size = new System.Drawing.Size(137, 27);
     this.txtInPutPack.TabIndex = 24;
     this.txtInPutPack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInPutPack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInPutPack_KeyDown);
     this.txtInPutPack.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInPutPack_KeyPress);
     //
     // lb_namePPack
     //
     this.lb_namePPack.AutoSize = true;
     this.lb_namePPack.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_namePPack.ForeColor = System.Drawing.Color.Navy;
     this.lb_namePPack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_namePPack.Location = new System.Drawing.Point(79, 14);
     this.lb_namePPack.Name = "lb_namePPack";
     this.lb_namePPack.Size = new System.Drawing.Size(116, 18);
     this.lb_namePPack.TabIndex = 102;
     this.lb_namePPack.Text = "[NamePProduct]";
     //
     // btn_weiPPackclose
     //
     this.btn_weiPPackclose.Image = global::KTCERP.Properties.Resources.delete;
     this.btn_weiPPackclose.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btn_weiPPackclose.Location = new System.Drawing.Point(739, -1);
     this.btn_weiPPackclose.Name = "btn_weiPPackclose";
     this.btn_weiPPackclose.Size = new System.Drawing.Size(21, 20);
     this.btn_weiPPackclose.TabIndex = 97;
     this.btn_weiPPackclose.UseVisualStyleBackColor = true;
     this.btn_weiPPackclose.Click += new System.EventHandler(this.btn_weiPPackclose_Click);
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label31.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label31.Location = new System.Drawing.Point(3, 14);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(70, 18);
     this.label31.TabIndex = 101;
     this.label31.Text = "ชื่อสินค้า :";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label33.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label33.Location = new System.Drawing.Point(699, 2);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(42, 18);
     this.label33.TabIndex = 97;
     this.label33.Text = "Close";
     //
     // lbLsv8
     //
     this.lbLsv8.AutoSize = true;
     this.lbLsv8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbLsv8.Location = new System.Drawing.Point(1016, 482);
     this.lbLsv8.Name = "lbLsv8";
     this.lbLsv8.Size = new System.Drawing.Size(33, 13);
     this.lbLsv8.TabIndex = 160;
     this.lbLsv8.Text = "lblist8";
     this.lbLsv8.Visible = false;
     //
     // lbLsv4
     //
     this.lbLsv4.AutoSize = true;
     this.lbLsv4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbLsv4.Location = new System.Drawing.Point(1016, 435);
     this.lbLsv4.Name = "lbLsv4";
     this.lbLsv4.Size = new System.Drawing.Size(33, 13);
     this.lbLsv4.TabIndex = 159;
     this.lbLsv4.Text = "lblist4";
     this.lbLsv4.Visible = false;
     //
     // lbLsv2
     //
     this.lbLsv2.AutoSize = true;
     this.lbLsv2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbLsv2.Location = new System.Drawing.Point(1016, 420);
     this.lbLsv2.Name = "lbLsv2";
     this.lbLsv2.Size = new System.Drawing.Size(33, 13);
     this.lbLsv2.TabIndex = 158;
     this.lbLsv2.Text = "lblist2";
     this.lbLsv2.Visible = false;
     //
     // lbLsv7
     //
     this.lbLsv7.AutoSize = true;
     this.lbLsv7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbLsv7.Location = new System.Drawing.Point(1016, 467);
     this.lbLsv7.Name = "lbLsv7";
     this.lbLsv7.Size = new System.Drawing.Size(33, 13);
     this.lbLsv7.TabIndex = 157;
     this.lbLsv7.Text = "lblist7";
     this.lbLsv7.Visible = false;
     //
     // lbLsv6
     //
     this.lbLsv6.AutoSize = true;
     this.lbLsv6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbLsv6.Location = new System.Drawing.Point(1016, 451);
     this.lbLsv6.Name = "lbLsv6";
     this.lbLsv6.Size = new System.Drawing.Size(33, 13);
     this.lbLsv6.TabIndex = 156;
     this.lbLsv6.Text = "lblist6";
     this.lbLsv6.Visible = false;
     //
     // btnsave
     //
     this.btnsave.Image = global::KTCERP.Properties.Resources.save1;
     this.btnsave.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnsave.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnsave.Location = new System.Drawing.Point(1013, 83);
     this.btnsave.Name = "btnsave";
     this.btnsave.Size = new System.Drawing.Size(89, 74);
     this.btnsave.TabIndex = 102;
     this.btnsave.Text = "บันทึก";
     this.btnsave.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnsave.UseVisualStyleBackColor = true;
     this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
     //
     // btnfindPro
     //
     this.btnfindPro.Image = ((System.Drawing.Image)(resources.GetObject("btnfindPro.Image")));
     this.btnfindPro.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnfindPro.Location = new System.Drawing.Point(1075, 161);
     this.btnfindPro.Name = "btnfindPro";
     this.btnfindPro.Size = new System.Drawing.Size(28, 24);
     this.btnfindPro.TabIndex = 95;
     this.btnfindPro.UseVisualStyleBackColor = true;
     this.btnfindPro.Visible = false;
     this.btnfindPro.Click += new System.EventHandler(this.btnfindPro_Click);
     //
     // pnl_Weight
     //
     this.pnl_Weight.BackColor = System.Drawing.Color.AliceBlue;
     this.pnl_Weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_Weight.Controls.Add(this.lb_numPP);
     this.pnl_Weight.Controls.Add(this.label44);
     this.pnl_Weight.Controls.Add(this.pnlWight);
     this.pnl_Weight.Controls.Add(this.lb_namePP);
     this.pnl_Weight.Controls.Add(this.btn_weiPPclose);
     this.pnl_Weight.Controls.Add(this.label41);
     this.pnl_Weight.Controls.Add(this.label42);
     this.pnl_Weight.Location = new System.Drawing.Point(173, 11);
     this.pnl_Weight.Name = "pnl_Weight";
     this.pnl_Weight.Size = new System.Drawing.Size(759, 420);
     this.pnl_Weight.TabIndex = 161;
     //
     // lb_numPP
     //
     this.lb_numPP.AutoSize = true;
     this.lb_numPP.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_numPP.ForeColor = System.Drawing.Color.Navy;
     this.lb_numPP.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_numPP.Location = new System.Drawing.Point(79, 55);
     this.lb_numPP.Name = "lb_numPP";
     this.lb_numPP.Size = new System.Drawing.Size(108, 18);
     this.lb_numPP.TabIndex = 107;
     this.lb_numPP.Text = "[NumPProduct]";
     this.lb_numPP.Visible = false;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label44.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label44.Location = new System.Drawing.Point(15, 53);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(58, 18);
     this.label44.TabIndex = 106;
     this.label44.Text = "จำนวน :";
     this.label44.Visible = false;
     //
     // pnlWight
     //
     this.pnlWight.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.pnlWight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlWight.Controls.Add(this.btnDelWeight);
     this.pnlWight.Controls.Add(this.lbSumWeight);
     this.pnlWight.Controls.Add(this.label34);
     this.pnlWight.Controls.Add(this.label38);
     this.pnlWight.Controls.Add(this.btnClearWeight);
     this.pnlWight.Controls.Add(this.label39);
     this.pnlWight.Controls.Add(this.dgvPProduct);
     this.pnlWight.Controls.Add(this.btnSaveWeight);
     this.pnlWight.Controls.Add(this.txtInPutWeight);
     this.pnlWight.Controls.Add(this.label40);
     this.pnlWight.Controls.Add(this.lblCount);
     this.pnlWight.Controls.Add(this.lblText);
     this.pnlWight.Controls.Add(this.txtTotalWeight);
     this.pnlWight.Controls.Add(this.txtNum);
     this.pnlWight.Location = new System.Drawing.Point(-1, 88);
     this.pnlWight.Name = "pnlWight";
     this.pnlWight.Size = new System.Drawing.Size(759, 331);
     this.pnlWight.TabIndex = 103;
     //
     // btnDelWeight
     //
     this.btnDelWeight.Image = global::KTCERP.Properties.Resources.trashb32;
     this.btnDelWeight.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnDelWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnDelWeight.Location = new System.Drawing.Point(554, 93);
     this.btnDelWeight.Name = "btnDelWeight";
     this.btnDelWeight.Size = new System.Drawing.Size(70, 56);
     this.btnDelWeight.TabIndex = 160;
     this.btnDelWeight.Text = "ลบ";
     this.btnDelWeight.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnDelWeight.UseVisualStyleBackColor = true;
     this.btnDelWeight.Click += new System.EventHandler(this.btnDelWeight_Click);
     //
     // lbSumWeight
     //
     this.lbSumWeight.AutoSize = true;
     this.lbSumWeight.BackColor = System.Drawing.Color.Transparent;
     this.lbSumWeight.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lbSumWeight.ForeColor = System.Drawing.Color.Navy;
     this.lbSumWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lbSumWeight.Location = new System.Drawing.Point(224, 251);
     this.lbSumWeight.Name = "lbSumWeight";
     this.lbSumWeight.Size = new System.Drawing.Size(15, 16);
     this.lbSumWeight.TabIndex = 159;
     this.lbSumWeight.Text = "0";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.BackColor = System.Drawing.Color.Transparent;
     this.label34.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label34.ForeColor = System.Drawing.Color.Black;
     this.label34.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label34.Location = new System.Drawing.Point(245, 251);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(48, 16);
     this.label34.TabIndex = 158;
     this.label34.Text = "รายการ";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.BackColor = System.Drawing.Color.Transparent;
     this.label38.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label38.ForeColor = System.Drawing.Color.Black;
     this.label38.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label38.Location = new System.Drawing.Point(190, 251);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(28, 16);
     this.label38.TabIndex = 157;
     this.label38.Text = "รวม";
     //
     // btnClearWeight
     //
     this.btnClearWeight.Image = global::KTCERP.Properties.Resources.cutb32;
     this.btnClearWeight.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnClearWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnClearWeight.Location = new System.Drawing.Point(554, 156);
     this.btnClearWeight.Name = "btnClearWeight";
     this.btnClearWeight.Size = new System.Drawing.Size(70, 56);
     this.btnClearWeight.TabIndex = 32;
     this.btnClearWeight.Text = "ลบท้ังหมด";
     this.btnClearWeight.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnClearWeight.UseVisualStyleBackColor = true;
     this.btnClearWeight.Click += new System.EventHandler(this.btnClearWeight_Click);
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label39.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label39.Location = new System.Drawing.Point(235, 297);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(84, 18);
     this.label39.TabIndex = 31;
     this.label39.Text = "น้ำหนักรวม :";
     //
     // dgvPProduct
     //
     this.dgvPProduct.AllowUserToAddRows = false;
     this.dgvPProduct.AllowUserToDeleteRows = false;
     this.dgvPProduct.AllowUserToResizeColumns = false;
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.Lavender;
     this.dgvPProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvPProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPProduct.Location = new System.Drawing.Point(192, 98);
     this.dgvPProduct.MultiSelect = false;
     this.dgvPProduct.Name = "dgvPProduct";
     this.dgvPProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgvPProduct.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvPProduct.Size = new System.Drawing.Size(309, 150);
     this.dgvPProduct.TabIndex = 30;
     this.dgvPProduct.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvPProduct_CellValidating);
     this.dgvPProduct.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPProduct_CellValueChanged);
     this.dgvPProduct.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPProduct_RowEnter);
     this.dgvPProduct.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPProduct_RowLeave);
     //
     // btnSaveWeight
     //
     this.btnSaveWeight.Image = global::KTCERP.Properties.Resources.saveas32;
     this.btnSaveWeight.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSaveWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnSaveWeight.Location = new System.Drawing.Point(554, 30);
     this.btnSaveWeight.Name = "btnSaveWeight";
     this.btnSaveWeight.Size = new System.Drawing.Size(70, 56);
     this.btnSaveWeight.TabIndex = 28;
     this.btnSaveWeight.Text = "บันทึก";
     this.btnSaveWeight.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSaveWeight.UseVisualStyleBackColor = true;
     this.btnSaveWeight.Click += new System.EventHandler(this.btnSaveWeight_Click);
     //
     // txtInPutWeight
     //
     this.txtInPutWeight.BackColor = System.Drawing.SystemColors.Window;
     this.txtInPutWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInPutWeight.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtInPutWeight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.txtInPutWeight.Location = new System.Drawing.Point(325, 63);
     this.txtInPutWeight.Name = "txtInPutWeight";
     this.txtInPutWeight.Size = new System.Drawing.Size(137, 27);
     this.txtInPutWeight.TabIndex = 29;
     this.txtInPutWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInPutWeight.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInPutWeight_KeyDown);
     this.txtInPutWeight.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInPutWeight_KeyPress);
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label40.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label40.Location = new System.Drawing.Point(259, 66);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(62, 18);
     this.label40.TabIndex = 27;
     this.label40.Text = "น้ำหนัก :";
     //
     // lblCount
     //
     this.lblCount.AutoSize = true;
     this.lblCount.ForeColor = System.Drawing.Color.DarkGreen;
     this.lblCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lblCount.Location = new System.Drawing.Point(361, 33);
     this.lblCount.Name = "lblCount";
     this.lblCount.Size = new System.Drawing.Size(0, 13);
     this.lblCount.TabIndex = 26;
     //
     // lblText
     //
     this.lblText.AutoSize = true;
     this.lblText.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.lblText.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lblText.Location = new System.Drawing.Point(229, 33);
     this.lblText.Name = "lblText";
     this.lblText.Size = new System.Drawing.Size(92, 18);
     this.lblText.TabIndex = 25;
     this.lblText.Text = "บรรจุภัณฑ์ที่ :";
     //
     // txtTotalWeight
     //
     this.txtTotalWeight.BackColor = System.Drawing.Color.Red;
     this.txtTotalWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTotalWeight.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
     this.txtTotalWeight.ForeColor = System.Drawing.Color.Yellow;
     this.txtTotalWeight.Location = new System.Drawing.Point(325, 286);
     this.txtTotalWeight.Name = "txtTotalWeight";
     this.txtTotalWeight.ReadOnly = true;
     this.txtTotalWeight.Size = new System.Drawing.Size(180, 36);
     this.txtTotalWeight.TabIndex = 23;
     this.txtTotalWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtNum
     //
     this.txtNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.txtNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNum.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.txtNum.Location = new System.Drawing.Point(325, 30);
     this.txtNum.Name = "txtNum";
     this.txtNum.ReadOnly = true;
     this.txtNum.Size = new System.Drawing.Size(137, 27);
     this.txtNum.TabIndex = 24;
     this.txtNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lb_namePP
     //
     this.lb_namePP.AutoSize = true;
     this.lb_namePP.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.lb_namePP.ForeColor = System.Drawing.Color.Navy;
     this.lb_namePP.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lb_namePP.Location = new System.Drawing.Point(79, 14);
     this.lb_namePP.Name = "lb_namePP";
     this.lb_namePP.Size = new System.Drawing.Size(116, 18);
     this.lb_namePP.TabIndex = 102;
     this.lb_namePP.Text = "[NamePProduct]";
     //
     // btn_weiPPclose
     //
     this.btn_weiPPclose.Image = global::KTCERP.Properties.Resources.delete;
     this.btn_weiPPclose.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btn_weiPPclose.Location = new System.Drawing.Point(738, -2);
     this.btn_weiPPclose.Name = "btn_weiPPclose";
     this.btn_weiPPclose.Size = new System.Drawing.Size(21, 20);
     this.btn_weiPPclose.TabIndex = 97;
     this.btn_weiPPclose.UseVisualStyleBackColor = true;
     this.btn_weiPPclose.Click += new System.EventHandler(this.btn_weiPPclose_Click);
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label41.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label41.Location = new System.Drawing.Point(3, 14);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(70, 18);
     this.label41.TabIndex = 101;
     this.label41.Text = "ชื่อสินค้า :";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label42.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label42.Location = new System.Drawing.Point(698, 1);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(42, 18);
     this.label42.TabIndex = 97;
     this.label42.Text = "Close";
     //
     // pnl_pduCurrent
     //
     this.pnl_pduCurrent.BackColor = System.Drawing.Color.AliceBlue;
     this.pnl_pduCurrent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_pduCurrent.Controls.Add(this.txtDrawHandCurrent);
     this.pnl_pduCurrent.Controls.Add(this.label47);
     this.pnl_pduCurrent.Controls.Add(this.lbDrawHandIdCurrent);
     this.pnl_pduCurrent.Controls.Add(this.label2);
     this.pnl_pduCurrent.Controls.Add(this.lbDrawIdCurrent);
     this.pnl_pduCurrent.Controls.Add(this.label45);
     this.pnl_pduCurrent.Controls.Add(this.lsvProductListCurrent);
     this.pnl_pduCurrent.Controls.Add(this.btn_ClosepduCurrent);
     this.pnl_pduCurrent.Controls.Add(this.label43);
     this.pnl_pduCurrent.Controls.Add(this.label49);
     this.pnl_pduCurrent.Location = new System.Drawing.Point(12, 11);
     this.pnl_pduCurrent.Name = "pnl_pduCurrent";
     this.pnl_pduCurrent.Size = new System.Drawing.Size(998, 151);
     this.pnl_pduCurrent.TabIndex = 158;
     //
     // txtDrawHandCurrent
     //
     this.txtDrawHandCurrent.AutoSize = true;
     this.txtDrawHandCurrent.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.txtDrawHandCurrent.ForeColor = System.Drawing.Color.Brown;
     this.txtDrawHandCurrent.Location = new System.Drawing.Point(616, 5);
     this.txtDrawHandCurrent.Name = "txtDrawHandCurrent";
     this.txtDrawHandCurrent.Size = new System.Drawing.Size(116, 18);
     this.txtDrawHandCurrent.TabIndex = 163;
     this.txtDrawHandCurrent.Text = "[DrawHandId]";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label47.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label47.Location = new System.Drawing.Point(543, 6);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(67, 16);
     this.label47.TabIndex = 162;
     this.label47.Text = "ใบเบิกมือ :";
     //
     // lbDrawHandIdCurrent
     //
     this.lbDrawHandIdCurrent.AutoSize = true;
     this.lbDrawHandIdCurrent.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.lbDrawHandIdCurrent.ForeColor = System.Drawing.Color.Brown;
     this.lbDrawHandIdCurrent.Location = new System.Drawing.Point(451, 5);
     this.lbDrawHandIdCurrent.Name = "lbDrawHandIdCurrent";
     this.lbDrawHandIdCurrent.Size = new System.Drawing.Size(78, 18);
     this.lbDrawHandIdCurrent.TabIndex = 161;
     this.lbDrawHandIdCurrent.Text = "[DrawId]";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location = new System.Drawing.Point(365, 7);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 160;
     this.label2.Text = "เลขที่ใบเบิก :";
     //
     // lbDrawIdCurrent
     //
     this.lbDrawIdCurrent.AutoSize = true;
     this.lbDrawIdCurrent.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.lbDrawIdCurrent.ForeColor = System.Drawing.Color.Brown;
     this.lbDrawIdCurrent.Location = new System.Drawing.Point(284, 5);
     this.lbDrawIdCurrent.Name = "lbDrawIdCurrent";
     this.lbDrawIdCurrent.Size = new System.Drawing.Size(62, 18);
     this.lbDrawIdCurrent.TabIndex = 159;
     this.lbDrawIdCurrent.Text = "[LotId]";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label45.Location = new System.Drawing.Point(231, 7);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(50, 16);
     this.label45.TabIndex = 158;
     this.label45.Text = "ลอตที่ :";
     //
     // btn_ClosepduCurrent
     //
     this.btn_ClosepduCurrent.Image = global::KTCERP.Properties.Resources.delete;
     this.btn_ClosepduCurrent.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btn_ClosepduCurrent.Location = new System.Drawing.Point(976, -1);
     this.btn_ClosepduCurrent.Name = "btn_ClosepduCurrent";
     this.btn_ClosepduCurrent.Size = new System.Drawing.Size(21, 20);
     this.btn_ClosepduCurrent.TabIndex = 157;
     this.btn_ClosepduCurrent.UseVisualStyleBackColor = true;
     this.btn_ClosepduCurrent.Click += new System.EventHandler(this.btn_ClosepduCurrent_Click);
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Tahoma", 11.25F);
     this.label43.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label43.Location = new System.Drawing.Point(936, 2);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(42, 18);
     this.label43.TabIndex = 156;
     this.label43.Text = "Close";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.BackColor = System.Drawing.Color.Moccasin;
     this.label49.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label49.ForeColor = System.Drawing.Color.Navy;
     this.label49.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label49.Location = new System.Drawing.Point(6, 2);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(201, 23);
     this.label49.TabIndex = 153;
     this.label49.Text = "รายละเอียดการเบิกสินค้า";
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox4.Controls.Add(this.radFail);
     this.groupBox4.Controls.Add(this.radTrue);
     this.groupBox4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.Location = new System.Drawing.Point(1016, 13);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(85, 64);
     this.groupBox4.TabIndex = 159;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "สถานะเบิก";
     //
     // radFail
     //
     this.radFail.AutoSize = true;
     this.radFail.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.radFail.Location = new System.Drawing.Point(6, 38);
     this.radFail.Name = "radFail";
     this.radFail.Size = new System.Drawing.Size(63, 20);
     this.radFail.TabIndex = 1;
     this.radFail.TabStop = true;
     this.radFail.Text = "ไม่ครบ";
     this.radFail.UseVisualStyleBackColor = true;
     //
     // radTrue
     //
     this.radTrue.AutoSize = true;
     this.radTrue.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.radTrue.Location = new System.Drawing.Point(6, 17);
     this.radTrue.Name = "radTrue";
     this.radTrue.Size = new System.Drawing.Size(48, 20);
     this.radTrue.TabIndex = 0;
     this.radTrue.TabStop = true;
     this.radTrue.Text = "ครบ";
     this.radTrue.UseVisualStyleBackColor = true;
     //
     // btnCheckBefore
     //
     this.btnCheckBefore.Image = global::KTCERP.Properties.Resources.Search;
     this.btnCheckBefore.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnCheckBefore.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnCheckBefore.Location = new System.Drawing.Point(1014, 210);
     this.btnCheckBefore.Name = "btnCheckBefore";
     this.btnCheckBefore.Size = new System.Drawing.Size(89, 74);
     this.btnCheckBefore.TabIndex = 162;
     this.btnCheckBefore.Text = "รายการเบิกก่อนหน้า";
     this.btnCheckBefore.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnCheckBefore.UseVisualStyleBackColor = true;
     this.btnCheckBefore.Click += new System.EventHandler(this.btnCheckBefore_Click);
     //
     // btnSendSave
     //
     this.btnSendSave.Location = new System.Drawing.Point(1071, 472);
     this.btnSendSave.Name = "btnSendSave";
     this.btnSendSave.Size = new System.Drawing.Size(30, 23);
     this.btnSendSave.TabIndex = 163;
     this.btnSendSave.Text = "button1";
     this.btnSendSave.UseVisualStyleBackColor = true;
     this.btnSendSave.Visible = false;
     this.btnSendSave.Click += new System.EventHandler(this.btnSendSave_Click);
     //
     // lsvProductList
     //
     this.lsvProductList.BackColor = System.Drawing.SystemColors.Info;
     this.lsvProductList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lsvProductList.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lsvProductList.FullRowSelect = true;
     this.lsvProductList.GridLines = true;
     this.lsvProductList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lsvProductList.LabelEdit = true;
     this.lsvProductList.Location = new System.Drawing.Point(6, 25);
     this.lsvProductList.MultiSelect = false;
     this.lsvProductList.Name = "lsvProductList";
     this.lsvProductList.Size = new System.Drawing.Size(986, 206);
     this.lsvProductList.TabIndex = 148;
     this.lsvProductList.UseCompatibleStateImageBehavior = false;
     this.lsvProductList.View = System.Windows.Forms.View.Details;
     this.lsvProductList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lsvProductList_ItemSelectionChanged);
     this.lsvProductList.Click += new System.EventHandler(this.lsvProductList_Click);
     //
     // lsvProductListCurrent
     //
     this.lsvProductListCurrent.BackColor = System.Drawing.SystemColors.Info;
     this.lsvProductListCurrent.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lsvProductListCurrent.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.lsvProductListCurrent.FullRowSelect = true;
     this.lsvProductListCurrent.GridLines = true;
     this.lsvProductListCurrent.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lsvProductListCurrent.LabelEdit = true;
     this.lsvProductListCurrent.Location = new System.Drawing.Point(5, 28);
     this.lsvProductListCurrent.MultiSelect = false;
     this.lsvProductListCurrent.Name = "lsvProductListCurrent";
     this.lsvProductListCurrent.Size = new System.Drawing.Size(986, 118);
     this.lsvProductListCurrent.TabIndex = 154;
     this.lsvProductListCurrent.UseCompatibleStateImageBehavior = false;
     this.lsvProductListCurrent.View = System.Windows.Forms.View.Details;
     //
     // frmProductionWithDraw
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.ClientSize = new System.Drawing.Size(1109, 504);
     this.Controls.Add(this.btnSendSave);
     this.Controls.Add(this.pnl_PProduct);
     this.Controls.Add(this.btnCheckBefore);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.pnl_Weight);
     this.Controls.Add(this.lbLsv8);
     this.Controls.Add(this.lbLsv4);
     this.Controls.Add(this.lbLsv2);
     this.Controls.Add(this.lbLsv7);
     this.Controls.Add(this.lbLsv6);
     this.Controls.Add(this.pnl_Pack);
     this.Controls.Add(this.pnl_StyleWei);
     this.Controls.Add(this.pnl_Product);
     this.Controls.Add(this.btnsave);
     this.Controls.Add(this.lb_UnitSale);
     this.Controls.Add(this.lb_UnitPack);
     this.Controls.Add(this.lb_NamePProduct);
     this.Controls.Add(this.lb_IdPProduct);
     this.Controls.Add(this.btnfindPro);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.pnl_pduCurrent);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmProductionWithDraw";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmProductionWithDraw";
     this.Load += new System.EventHandler(this.frmProductionWithDraw_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.pnl_PProduct.ResumeLayout(false);
     this.pnl_PProduct.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_PProduction)).EndInit();
     this.pnl_Product.ResumeLayout(false);
     this.pnl_Product.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Production)).EndInit();
     this.pnl_StyleWei.ResumeLayout(false);
     this.pnl_StyleWei.PerformLayout();
     this.pnl_Pack.ResumeLayout(false);
     this.pnl_Pack.PerformLayout();
     this.pnlPack.ResumeLayout(false);
     this.pnlPack.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPPack)).EndInit();
     this.pnl_Weight.ResumeLayout(false);
     this.pnl_Weight.PerformLayout();
     this.pnlWight.ResumeLayout(false);
     this.pnlWight.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPProduct)).EndInit();
     this.pnl_pduCurrent.ResumeLayout(false);
     this.pnl_pduCurrent.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSelect_Add));
     this.button1 = new System.Windows.Forms.Button();
     this.dptDateAdj = new System.Windows.Forms.DateTimePicker();
     this.btnAdd = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cboselecttable = new System.Windows.Forms.ComboBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.lsvProductList = new KTCERP.Class.ListViewEx();
     this.groupBox27 = new System.Windows.Forms.GroupBox();
     this.ckListofstock = new System.Windows.Forms.CheckBox();
     this.dtpEnd = new System.Windows.Forms.DateTimePicker();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox27.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(81, 69);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(120, 23);
     this.button1.TabIndex = 101;
     this.button1.Text = "แสดงข้อมูล";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // dptDateAdj
     //
     this.dptDateAdj.Location = new System.Drawing.Point(88, 26);
     this.dptDateAdj.Name = "dptDateAdj";
     this.dptDateAdj.Size = new System.Drawing.Size(135, 20);
     this.dptDateAdj.TabIndex = 102;
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(88, 61);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(113, 23);
     this.btnAdd.TabIndex = 163;
     this.btnAdd.Text = "บันทึกการปรับยอด";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(74, 13);
     this.label1.TabIndex = 164;
     this.label1.Text = "วันที่ปรับยอด :";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cboselecttable);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Location = new System.Drawing.Point(856, 115);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(230, 136);
     this.groupBox1.TabIndex = 165;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "แสดงรายการ :";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 38);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 13);
     this.label2.TabIndex = 165;
     this.label2.Text = "เลือกตาราง :";
     //
     // cboselecttable
     //
     this.cboselecttable.FormattingEnabled = true;
     this.cboselecttable.Location = new System.Drawing.Point(81, 36);
     this.cboselecttable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cboselecttable.Name = "cboselecttable";
     this.cboselecttable.Size = new System.Drawing.Size(121, 21);
     this.cboselecttable.TabIndex = 102;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnAdd);
     this.groupBox2.Controls.Add(this.dptDateAdj);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(856, 297);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(230, 100);
     this.groupBox2.TabIndex = 166;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "ปรับยอด :";
     //
     // lsvProductList
     //
     this.lsvProductList.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lsvProductList.FullRowSelect = true;
     this.lsvProductList.GridLines = true;
     this.lsvProductList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lsvProductList.LabelEdit = true;
     this.lsvProductList.Location = new System.Drawing.Point(12, 5);
     this.lsvProductList.MultiSelect = false;
     this.lsvProductList.Name = "lsvProductList";
     this.lsvProductList.Size = new System.Drawing.Size(808, 556);
     this.lsvProductList.TabIndex = 100;
     this.lsvProductList.UseCompatibleStateImageBehavior = false;
     this.lsvProductList.View = System.Windows.Forms.View.Details;
     //
     // groupBox27
     //
     this.groupBox27.Controls.Add(this.ckListofstock);
     this.groupBox27.Controls.Add(this.dtpEnd);
     this.groupBox27.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.groupBox27.ForeColor = System.Drawing.Color.Blue;
     this.groupBox27.Location = new System.Drawing.Point(861, 5);
     this.groupBox27.Name = "groupBox27";
     this.groupBox27.Size = new System.Drawing.Size(225, 97);
     this.groupBox27.TabIndex = 175;
     this.groupBox27.TabStop = false;
     this.groupBox27.Text = "เงื่อนไข";
     //
     // ckListofstock
     //
     this.ckListofstock.AutoSize = true;
     this.ckListofstock.Location = new System.Drawing.Point(6, 50);
     this.ckListofstock.Name = "ckListofstock";
     this.ckListofstock.Size = new System.Drawing.Size(76, 20);
     this.ckListofstock.TabIndex = 149;
     this.ckListofstock.Text = "วันที่สิ้นสุด";
     this.ckListofstock.UseVisualStyleBackColor = true;
     //
     // dtpEnd
     //
     this.dtpEnd.Location = new System.Drawing.Point(83, 48);
     this.dtpEnd.Name = "dtpEnd";
     this.dtpEnd.Size = new System.Drawing.Size(135, 22);
     this.dtpEnd.TabIndex = 169;
     //
     // frmSelect_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1107, 586);
     this.Controls.Add(this.groupBox27);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lsvProductList);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmSelect_Add";
     this.Text = "frmSelect_Add";
     this.Load += new System.EventHandler(this.frmSelect_Add_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox27.ResumeLayout(false);
     this.groupBox27.PerformLayout();
     this.ResumeLayout(false);
 }