From 9167264eeb081fdbb94d8a1d2f76f35a6ccdd5fe Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 06 四月 2022 11:02:33 +0800
Subject: [PATCH] nothing

---
 WarM/报表分析/Kf_BarCodeOutInReport.designer.cs |  484 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 278 insertions(+), 206 deletions(-)

diff --git "a/WarM/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_BarCodeOutInReport.designer.cs" "b/WarM/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_BarCodeOutInReport.designer.cs"
index 2c8a4db..8c70245 100644
--- "a/WarM/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_BarCodeOutInReport.designer.cs"
+++ "b/WarM/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_BarCodeOutInReport.designer.cs"
@@ -32,6 +32,7 @@
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Kf_BarCodeOutInReport));
             this.timer1 = new System.Windows.Forms.Timer(this.components);
             this.Tool = new System.Windows.Forms.ToolStrip();
+            this.dc = new System.Windows.Forms.ToolStripButton();
             this.yl = new System.Windows.Forms.ToolStripButton();
             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
             this.dy = new System.Windows.Forms.ToolStripButton();
@@ -47,30 +48,36 @@
             this.bclk = new System.Windows.Forms.ToolStripButton();
             this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
             this.pPic = new System.Windows.Forms.Panel();
-            this.cmbBillType = new System.Windows.Forms.ComboBox();
-            this.label10 = new System.Windows.Forms.Label();
-            this.dtpHBDate = new System.Windows.Forms.DateTimePicker();
-            this.dtpHEDate = new System.Windows.Forms.DateTimePicker();
-            this.label5 = new System.Windows.Forms.Label();
-            this.label6 = new System.Windows.Forms.Label();
-            this.txtHSPName = new System.Windows.Forms.TextBox();
-            this.label3 = new System.Windows.Forms.Label();
-            this.txtHWHName = new System.Windows.Forms.TextBox();
-            this.label2 = new System.Windows.Forms.Label();
-            this.txtHMater = new System.Windows.Forms.TextBox();
-            this.label4 = new System.Windows.Forms.Label();
-            this.txtHBatchNo = new System.Windows.Forms.TextBox();
-            this.label1 = new System.Windows.Forms.Label();
-            this.txtHBarCode = new System.Windows.Forms.TextBox();
-            this.label7 = new System.Windows.Forms.Label();
             this.lblCaption = new System.Windows.Forms.Label();
             this.timer2 = new System.Windows.Forms.Timer(this.components);
             this.grdMain = new System.Windows.Forms.DataGridView();
+            this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.txtHSourceBillNo = new System.Windows.Forms.TextBox();
             this.txtHBillNo = new System.Windows.Forms.TextBox();
+            this.dtpHBDate = new System.Windows.Forms.DateTimePicker();
+            this.cmbBillType = new System.Windows.Forms.ComboBox();
+            this.txtHBarCode = new System.Windows.Forms.TextBox();
+            this.txtHBatchNo = new System.Windows.Forms.TextBox();
+            this.dtpHEDate = new System.Windows.Forms.DateTimePicker();
+            this.txtHMater = new System.Windows.Forms.TextBox();
+            this.txtHSPName = new System.Windows.Forms.TextBox();
+            this.txtHWHName = new System.Windows.Forms.TextBox();
+            this.label9 = new System.Windows.Forms.Label();
             this.label8 = new System.Windows.Forms.Label();
+            this.label7 = new System.Windows.Forms.Label();
+            this.label10 = new System.Windows.Forms.Label();
+            this.label1 = new System.Windows.Forms.Label();
+            this.label4 = new System.Windows.Forms.Label();
+            this.label5 = new System.Windows.Forms.Label();
+            this.label6 = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.label3 = new System.Windows.Forms.Label();
+            this.label11 = new System.Windows.Forms.Label();
+            this.txtHMaker = new System.Windows.Forms.TextBox();
             this.Tool.SuspendLayout();
             this.pPic.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
+            this.groupBox1.SuspendLayout();
             this.SuspendLayout();
             // 
             // timer1
@@ -85,6 +92,7 @@
             this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
             this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
             this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.dc,
             this.yl,
             this.toolStripSeparator4,
             this.dy,
@@ -106,6 +114,21 @@
             this.Tool.Stretch = true;
             this.Tool.TabIndex = 16;
             this.Tool.Text = "toolStrip1";
+            // 
+            // dc
+            // 
+            this.dc.AutoSize = false;
+            this.dc.Image = ((System.Drawing.Image)(resources.GetObject("dc.Image")));
+            this.dc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+            this.dc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+            this.dc.ImageTransparentColor = System.Drawing.Color.Magenta;
+            this.dc.Name = "dc";
+            this.dc.Size = new System.Drawing.Size(35, 42);
+            this.dc.Text = "瀵煎嚭";
+            this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+            this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+            this.dc.ToolTipText = "瀵煎嚭";
+            this.dc.Click += new System.EventHandler(this.dc_Click);
             // 
             // yl
             // 
@@ -251,181 +274,12 @@
             this.pPic.BackColor = System.Drawing.Color.White;
             this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage")));
             this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
-            this.pPic.Controls.Add(this.txtHBillNo);
-            this.pPic.Controls.Add(this.label8);
-            this.pPic.Controls.Add(this.cmbBillType);
-            this.pPic.Controls.Add(this.label10);
-            this.pPic.Controls.Add(this.dtpHBDate);
-            this.pPic.Controls.Add(this.dtpHEDate);
-            this.pPic.Controls.Add(this.label5);
-            this.pPic.Controls.Add(this.label6);
-            this.pPic.Controls.Add(this.txtHSPName);
-            this.pPic.Controls.Add(this.label3);
-            this.pPic.Controls.Add(this.txtHWHName);
-            this.pPic.Controls.Add(this.label2);
-            this.pPic.Controls.Add(this.txtHMater);
-            this.pPic.Controls.Add(this.label4);
-            this.pPic.Controls.Add(this.txtHBatchNo);
-            this.pPic.Controls.Add(this.label1);
-            this.pPic.Controls.Add(this.txtHBarCode);
-            this.pPic.Controls.Add(this.label7);
             this.pPic.Controls.Add(this.lblCaption);
             this.pPic.Dock = System.Windows.Forms.DockStyle.Top;
             this.pPic.Location = new System.Drawing.Point(0, 47);
             this.pPic.Name = "pPic";
-            this.pPic.Size = new System.Drawing.Size(1138, 53);
+            this.pPic.Size = new System.Drawing.Size(1138, 41);
             this.pPic.TabIndex = 17;
-            // 
-            // cmbBillType
-            // 
-            this.cmbBillType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-            this.cmbBillType.FormattingEnabled = true;
-            this.cmbBillType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
-            this.cmbBillType.Items.AddRange(new object[] {
-            "鍏ㄩ儴",
-            "澶栬喘鍏ュ簱",
-            "浜у搧鍏ュ簱",
-            "鐢熶骇棰嗘枡鍗�",
-            "璋冩嫧鍗�",
-            "鍏朵粬鍏ュ簱",
-            "鍏朵粬鍑哄簱鍗�",
-            "濮斿鍔犲伐鍏ュ簱鍗�",
-            "濮斿鍔犲伐鍑哄簱鍗�"});
-            this.cmbBillType.Location = new System.Drawing.Point(964, 2);
-            this.cmbBillType.Name = "cmbBillType";
-            this.cmbBillType.Size = new System.Drawing.Size(130, 20);
-            this.cmbBillType.TabIndex = 62;
-            // 
-            // label10
-            // 
-            this.label10.AutoSize = true;
-            this.label10.ForeColor = System.Drawing.Color.Black;
-            this.label10.Location = new System.Drawing.Point(907, 6);
-            this.label10.Name = "label10";
-            this.label10.Size = new System.Drawing.Size(53, 12);
-            this.label10.TabIndex = 63;
-            this.label10.Text = "鍗曟嵁绫诲瀷";
-            // 
-            // dtpHBDate
-            // 
-            this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
-            this.dtpHBDate.Location = new System.Drawing.Point(241, 2);
-            this.dtpHBDate.Name = "dtpHBDate";
-            this.dtpHBDate.Size = new System.Drawing.Size(122, 21);
-            this.dtpHBDate.TabIndex = 59;
-            // 
-            // dtpHEDate
-            // 
-            this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
-            this.dtpHEDate.Location = new System.Drawing.Point(241, 28);
-            this.dtpHEDate.Name = "dtpHEDate";
-            this.dtpHEDate.Size = new System.Drawing.Size(122, 21);
-            this.dtpHEDate.TabIndex = 61;
-            // 
-            // label5
-            // 
-            this.label5.AutoSize = true;
-            this.label5.BackColor = System.Drawing.Color.Transparent;
-            this.label5.Location = new System.Drawing.Point(179, 6);
-            this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(65, 12);
-            this.label5.TabIndex = 58;
-            this.label5.Text = "寮�濮嬫棩鏈燂細";
-            // 
-            // label6
-            // 
-            this.label6.AutoSize = true;
-            this.label6.BackColor = System.Drawing.Color.Transparent;
-            this.label6.Location = new System.Drawing.Point(179, 32);
-            this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(65, 12);
-            this.label6.TabIndex = 60;
-            this.label6.Text = "缁撴潫鏃ユ湡锛�";
-            // 
-            // txtHSPName
-            // 
-            this.txtHSPName.Location = new System.Drawing.Point(588, 28);
-            this.txtHSPName.Name = "txtHSPName";
-            this.txtHSPName.Size = new System.Drawing.Size(130, 21);
-            this.txtHSPName.TabIndex = 57;
-            // 
-            // label3
-            // 
-            this.label3.AutoSize = true;
-            this.label3.BackColor = System.Drawing.Color.Transparent;
-            this.label3.Location = new System.Drawing.Point(545, 32);
-            this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(47, 12);
-            this.label3.TabIndex = 56;
-            this.label3.Text = "浠� 浣嶏細";
-            // 
-            // txtHWHName
-            // 
-            this.txtHWHName.Location = new System.Drawing.Point(588, 2);
-            this.txtHWHName.Name = "txtHWHName";
-            this.txtHWHName.Size = new System.Drawing.Size(130, 21);
-            this.txtHWHName.TabIndex = 55;
-            // 
-            // label2
-            // 
-            this.label2.AutoSize = true;
-            this.label2.BackColor = System.Drawing.Color.Transparent;
-            this.label2.Location = new System.Drawing.Point(545, 6);
-            this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(47, 12);
-            this.label2.TabIndex = 54;
-            this.label2.Text = "浠� 搴擄細";
-            // 
-            // txtHMater
-            // 
-            this.txtHMater.Location = new System.Drawing.Point(409, 2);
-            this.txtHMater.Name = "txtHMater";
-            this.txtHMater.Size = new System.Drawing.Size(130, 21);
-            this.txtHMater.TabIndex = 53;
-            // 
-            // label4
-            // 
-            this.label4.AutoSize = true;
-            this.label4.BackColor = System.Drawing.Color.Transparent;
-            this.label4.Location = new System.Drawing.Point(367, 6);
-            this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(47, 12);
-            this.label4.TabIndex = 52;
-            this.label4.Text = "鐗� 鏂欙細";
-            // 
-            // txtHBatchNo
-            // 
-            this.txtHBatchNo.Location = new System.Drawing.Point(409, 28);
-            this.txtHBatchNo.Name = "txtHBatchNo";
-            this.txtHBatchNo.Size = new System.Drawing.Size(130, 21);
-            this.txtHBatchNo.TabIndex = 51;
-            // 
-            // label1
-            // 
-            this.label1.AutoSize = true;
-            this.label1.BackColor = System.Drawing.Color.Transparent;
-            this.label1.Location = new System.Drawing.Point(367, 32);
-            this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(47, 12);
-            this.label1.TabIndex = 50;
-            this.label1.Text = "鎵� 鍙凤細";
-            // 
-            // txtHBarCode
-            // 
-            this.txtHBarCode.Location = new System.Drawing.Point(772, 28);
-            this.txtHBarCode.Name = "txtHBarCode";
-            this.txtHBarCode.Size = new System.Drawing.Size(130, 21);
-            this.txtHBarCode.TabIndex = 49;
-            // 
-            // label7
-            // 
-            this.label7.AutoSize = true;
-            this.label7.BackColor = System.Drawing.Color.Transparent;
-            this.label7.Location = new System.Drawing.Point(724, 32);
-            this.label7.Name = "label7";
-            this.label7.Size = new System.Drawing.Size(53, 12);
-            this.label7.TabIndex = 48;
-            this.label7.Text = "鏉″舰鐮侊細";
             // 
             // lblCaption
             // 
@@ -451,29 +305,238 @@
             this.grdMain.BackgroundColor = System.Drawing.Color.White;
             this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
             this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.grdMain.Location = new System.Drawing.Point(0, 100);
+            this.grdMain.Location = new System.Drawing.Point(0, 153);
             this.grdMain.Name = "grdMain";
             this.grdMain.ReadOnly = true;
             this.grdMain.RowTemplate.Height = 23;
-            this.grdMain.Size = new System.Drawing.Size(1138, 353);
+            this.grdMain.Size = new System.Drawing.Size(1138, 300);
             this.grdMain.TabIndex = 69;
+            // 
+            // groupBox1
+            // 
+            this.groupBox1.BackColor = System.Drawing.Color.Lavender;
+            this.groupBox1.Controls.Add(this.txtHSourceBillNo);
+            this.groupBox1.Controls.Add(this.txtHMaker);
+            this.groupBox1.Controls.Add(this.txtHBillNo);
+            this.groupBox1.Controls.Add(this.dtpHBDate);
+            this.groupBox1.Controls.Add(this.cmbBillType);
+            this.groupBox1.Controls.Add(this.txtHBarCode);
+            this.groupBox1.Controls.Add(this.txtHBatchNo);
+            this.groupBox1.Controls.Add(this.dtpHEDate);
+            this.groupBox1.Controls.Add(this.txtHMater);
+            this.groupBox1.Controls.Add(this.txtHSPName);
+            this.groupBox1.Controls.Add(this.txtHWHName);
+            this.groupBox1.Controls.Add(this.label9);
+            this.groupBox1.Controls.Add(this.label11);
+            this.groupBox1.Controls.Add(this.label8);
+            this.groupBox1.Controls.Add(this.label7);
+            this.groupBox1.Controls.Add(this.label10);
+            this.groupBox1.Controls.Add(this.label1);
+            this.groupBox1.Controls.Add(this.label4);
+            this.groupBox1.Controls.Add(this.label5);
+            this.groupBox1.Controls.Add(this.label6);
+            this.groupBox1.Controls.Add(this.label2);
+            this.groupBox1.Controls.Add(this.label3);
+            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.groupBox1.Location = new System.Drawing.Point(0, 88);
+            this.groupBox1.Name = "groupBox1";
+            this.groupBox1.Size = new System.Drawing.Size(1138, 65);
+            this.groupBox1.TabIndex = 71;
+            this.groupBox1.TabStop = false;
+            // 
+            // txtHSourceBillNo
+            // 
+            this.txtHSourceBillNo.Location = new System.Drawing.Point(623, 40);
+            this.txtHSourceBillNo.Name = "txtHSourceBillNo";
+            this.txtHSourceBillNo.Size = new System.Drawing.Size(122, 21);
+            this.txtHSourceBillNo.TabIndex = 69;
             // 
             // txtHBillNo
             // 
-            this.txtHBillNo.Location = new System.Drawing.Point(772, 2);
+            this.txtHBillNo.Location = new System.Drawing.Point(804, 14);
             this.txtHBillNo.Name = "txtHBillNo";
-            this.txtHBillNo.Size = new System.Drawing.Size(130, 21);
+            this.txtHBillNo.Size = new System.Drawing.Size(122, 21);
             this.txtHBillNo.TabIndex = 65;
+            // 
+            // dtpHBDate
+            // 
+            this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
+            this.dtpHBDate.Location = new System.Drawing.Point(79, 14);
+            this.dtpHBDate.Name = "dtpHBDate";
+            this.dtpHBDate.Size = new System.Drawing.Size(122, 21);
+            this.dtpHBDate.TabIndex = 59;
+            // 
+            // cmbBillType
+            // 
+            this.cmbBillType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cmbBillType.FormattingEnabled = true;
+            this.cmbBillType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
+            this.cmbBillType.Items.AddRange(new object[] {
+            "鍏ㄩ儴"});
+            this.cmbBillType.Location = new System.Drawing.Point(993, 14);
+            this.cmbBillType.Name = "cmbBillType";
+            this.cmbBillType.Size = new System.Drawing.Size(122, 20);
+            this.cmbBillType.TabIndex = 62;
+            // 
+            // txtHBarCode
+            // 
+            this.txtHBarCode.Location = new System.Drawing.Point(623, 14);
+            this.txtHBarCode.Name = "txtHBarCode";
+            this.txtHBarCode.Size = new System.Drawing.Size(122, 21);
+            this.txtHBarCode.TabIndex = 49;
+            // 
+            // txtHBatchNo
+            // 
+            this.txtHBatchNo.Location = new System.Drawing.Point(253, 40);
+            this.txtHBatchNo.Name = "txtHBatchNo";
+            this.txtHBatchNo.Size = new System.Drawing.Size(122, 21);
+            this.txtHBatchNo.TabIndex = 51;
+            // 
+            // dtpHEDate
+            // 
+            this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
+            this.dtpHEDate.Location = new System.Drawing.Point(79, 40);
+            this.dtpHEDate.Name = "dtpHEDate";
+            this.dtpHEDate.Size = new System.Drawing.Size(122, 21);
+            this.dtpHEDate.TabIndex = 61;
+            // 
+            // txtHMater
+            // 
+            this.txtHMater.Location = new System.Drawing.Point(253, 14);
+            this.txtHMater.Name = "txtHMater";
+            this.txtHMater.Size = new System.Drawing.Size(122, 21);
+            this.txtHMater.TabIndex = 53;
+            // 
+            // txtHSPName
+            // 
+            this.txtHSPName.Location = new System.Drawing.Point(429, 40);
+            this.txtHSPName.Name = "txtHSPName";
+            this.txtHSPName.Size = new System.Drawing.Size(122, 21);
+            this.txtHSPName.TabIndex = 57;
+            // 
+            // txtHWHName
+            // 
+            this.txtHWHName.Location = new System.Drawing.Point(429, 14);
+            this.txtHWHName.Name = "txtHWHName";
+            this.txtHWHName.Size = new System.Drawing.Size(122, 21);
+            this.txtHWHName.TabIndex = 55;
+            // 
+            // label9
+            // 
+            this.label9.AutoSize = true;
+            this.label9.BackColor = System.Drawing.Color.Transparent;
+            this.label9.Location = new System.Drawing.Point(559, 44);
+            this.label9.Name = "label9";
+            this.label9.Size = new System.Drawing.Size(65, 12);
+            this.label9.TabIndex = 68;
+            this.label9.Text = "婧愬崟鍗曞彿锛�";
             // 
             // label8
             // 
             this.label8.AutoSize = true;
             this.label8.BackColor = System.Drawing.Color.Transparent;
-            this.label8.Location = new System.Drawing.Point(724, 6);
+            this.label8.Location = new System.Drawing.Point(752, 18);
             this.label8.Name = "label8";
             this.label8.Size = new System.Drawing.Size(53, 12);
             this.label8.TabIndex = 64;
             this.label8.Text = "鍗曟嵁鍙凤細";
+            // 
+            // label7
+            // 
+            this.label7.AutoSize = true;
+            this.label7.BackColor = System.Drawing.Color.Transparent;
+            this.label7.Location = new System.Drawing.Point(559, 18);
+            this.label7.Name = "label7";
+            this.label7.Size = new System.Drawing.Size(65, 12);
+            this.label7.TabIndex = 48;
+            this.label7.Text = "鏉$爜缂栧彿锛�";
+            // 
+            // label10
+            // 
+            this.label10.AutoSize = true;
+            this.label10.ForeColor = System.Drawing.Color.Black;
+            this.label10.Location = new System.Drawing.Point(931, 18);
+            this.label10.Name = "label10";
+            this.label10.Size = new System.Drawing.Size(65, 12);
+            this.label10.TabIndex = 63;
+            this.label10.Text = "鍗曟嵁绫诲瀷锛�";
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.BackColor = System.Drawing.Color.Transparent;
+            this.label1.Location = new System.Drawing.Point(209, 44);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(47, 12);
+            this.label1.TabIndex = 50;
+            this.label1.Text = "鎵� 鍙凤細";
+            // 
+            // label4
+            // 
+            this.label4.AutoSize = true;
+            this.label4.BackColor = System.Drawing.Color.Transparent;
+            this.label4.Location = new System.Drawing.Point(209, 18);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(47, 12);
+            this.label4.TabIndex = 52;
+            this.label4.Text = "鐗� 鏂欙細";
+            // 
+            // label5
+            // 
+            this.label5.AutoSize = true;
+            this.label5.BackColor = System.Drawing.Color.Transparent;
+            this.label5.Location = new System.Drawing.Point(17, 18);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(65, 12);
+            this.label5.TabIndex = 58;
+            this.label5.Text = "寮�濮嬫棩鏈燂細";
+            // 
+            // label6
+            // 
+            this.label6.AutoSize = true;
+            this.label6.BackColor = System.Drawing.Color.Transparent;
+            this.label6.Location = new System.Drawing.Point(17, 44);
+            this.label6.Name = "label6";
+            this.label6.Size = new System.Drawing.Size(65, 12);
+            this.label6.TabIndex = 60;
+            this.label6.Text = "缁撴潫鏃ユ湡锛�";
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.BackColor = System.Drawing.Color.Transparent;
+            this.label2.Location = new System.Drawing.Point(383, 18);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(47, 12);
+            this.label2.TabIndex = 54;
+            this.label2.Text = "浠� 搴擄細";
+            // 
+            // label3
+            // 
+            this.label3.AutoSize = true;
+            this.label3.BackColor = System.Drawing.Color.Transparent;
+            this.label3.Location = new System.Drawing.Point(383, 44);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(47, 12);
+            this.label3.TabIndex = 56;
+            this.label3.Text = "浠� 浣嶏細";
+            // 
+            // label11
+            // 
+            this.label11.AutoSize = true;
+            this.label11.BackColor = System.Drawing.Color.Transparent;
+            this.label11.Location = new System.Drawing.Point(752, 44);
+            this.label11.Name = "label11";
+            this.label11.Size = new System.Drawing.Size(53, 12);
+            this.label11.TabIndex = 66;
+            this.label11.Text = "鍒跺崟浜猴細";
+            // 
+            // txtHMaker
+            // 
+            this.txtHMaker.Location = new System.Drawing.Point(804, 40);
+            this.txtHMaker.Name = "txtHMaker";
+            this.txtHMaker.Size = new System.Drawing.Size(122, 21);
+            this.txtHMaker.TabIndex = 67;
             // 
             // Kf_BarCodeOutInReport
             // 
@@ -481,19 +544,22 @@
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(1138, 453);
             this.Controls.Add(this.grdMain);
+            this.Controls.Add(this.groupBox1);
             this.Controls.Add(this.pPic);
             this.Controls.Add(this.Tool);
             this.KeyPreview = true;
             this.Name = "Kf_BarCodeOutInReport";
             this.Text = "ReportTemplet";
             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
-            this.Load += new System.EventHandler(this.Frm_EasyReport_Load);
+            this.Load += new System.EventHandler(this.Kf_BarCodeOutInReport_Load);
             this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Xs_SellOutPriceReport_KeyUp);
             this.Tool.ResumeLayout(false);
             this.Tool.PerformLayout();
             this.pPic.ResumeLayout(false);
             this.pPic.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
+            this.groupBox1.ResumeLayout(false);
+            this.groupBox1.PerformLayout();
             this.ResumeLayout(false);
 
         }
@@ -519,24 +585,30 @@
         private System.Windows.Forms.Panel pPic;
         private System.Windows.Forms.Label lblCaption;
         private System.Windows.Forms.Timer timer2;
-        public System.Windows.Forms.TextBox txtHBarCode;
-        private System.Windows.Forms.Label label7;
         private System.Windows.Forms.DataGridView grdMain;
-        private System.Windows.Forms.TextBox txtHSPName;
-        private System.Windows.Forms.Label label3;
-        private System.Windows.Forms.TextBox txtHWHName;
-        private System.Windows.Forms.Label label2;
-        private System.Windows.Forms.TextBox txtHMater;
-        private System.Windows.Forms.Label label4;
-        private System.Windows.Forms.TextBox txtHBatchNo;
-        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.GroupBox groupBox1;
+        public System.Windows.Forms.TextBox txtHSourceBillNo;
+        public System.Windows.Forms.TextBox txtHBillNo;
         private System.Windows.Forms.DateTimePicker dtpHBDate;
+        private System.Windows.Forms.ComboBox cmbBillType;
+        public System.Windows.Forms.TextBox txtHBarCode;
+        private System.Windows.Forms.TextBox txtHBatchNo;
         private System.Windows.Forms.DateTimePicker dtpHEDate;
+        private System.Windows.Forms.TextBox txtHMater;
+        private System.Windows.Forms.TextBox txtHSPName;
+        private System.Windows.Forms.TextBox txtHWHName;
+        private System.Windows.Forms.Label label9;
+        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.Label label7;
+        private System.Windows.Forms.Label label10;
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Label label4;
         private System.Windows.Forms.Label label5;
         private System.Windows.Forms.Label label6;
-        private System.Windows.Forms.ComboBox cmbBillType;
-        private System.Windows.Forms.Label label10;
-        public System.Windows.Forms.TextBox txtHBillNo;
-        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Label label3;
+        private System.Windows.Forms.ToolStripButton dc;
+        public System.Windows.Forms.TextBox txtHMaker;
+        private System.Windows.Forms.Label label11;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1