From 80671ec5eca956171492699780d1a3be9d7906d4 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 28 十月 2021 13:59:35 +0800
Subject: [PATCH] 条码异常查询模块新增删除按钮:可删除缓存中未上传条码记录

---
 SCM/条码打印/WMS_BarCodeStatusQuery.designer.cs |   57 +++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 41 insertions(+), 16 deletions(-)

diff --git "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/WMS_BarCodeStatusQuery.designer.cs" "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/WMS_BarCodeStatusQuery.designer.cs"
index 214b01f..8ba4580 100644
--- "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/WMS_BarCodeStatusQuery.designer.cs"
+++ "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/WMS_BarCodeStatusQuery.designer.cs"
@@ -45,6 +45,7 @@
             this.dy2 = new System.Windows.Forms.ToolStripButton();
             this.yl = new System.Windows.Forms.ToolStripButton();
             this.yc = new System.Windows.Forms.ToolStripButton();
+            this.dc = new System.Windows.Forms.ToolStripButton();
             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
             this.sx = new System.Windows.Forms.ToolStripButton();
             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
@@ -61,7 +62,8 @@
             this.grdPrint = new System.Windows.Forms.DataGridView();
             this.groupBox1 = new System.Windows.Forms.GroupBox();
             this.grdSum = new System.Windows.Forms.DataGridView();
-            this.dc = new System.Windows.Forms.ToolStripButton();
+            this.sc = new System.Windows.Forms.ToolStripButton();
+            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
             this.pPic.SuspendLayout();
             this.panel1.SuspendLayout();
             this.Tool.SuspendLayout();
@@ -179,6 +181,8 @@
             this.yl,
             this.yc,
             this.dc,
+            this.toolStripSeparator4,
+            this.sc,
             this.toolStripSeparator2,
             this.sx,
             this.toolStripSeparator1,
@@ -269,6 +273,21 @@
             this.yc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
             this.yc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
             this.yc.Click += new System.EventHandler(this.yc_Click);
+            // 
+            // 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(36, 47);
+            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);
             // 
             // toolStripSeparator2
             // 
@@ -383,10 +402,10 @@
             this.grdMain.RowTemplate.Height = 23;
             this.grdMain.Size = new System.Drawing.Size(1011, 397);
             this.grdMain.TabIndex = 19;
-            this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp);
             this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
-            this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint);
+            this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp);
             this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
+            this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint);
             // 
             // grdPrint
             // 
@@ -423,20 +442,24 @@
             this.grdSum.Size = new System.Drawing.Size(1011, 19);
             this.grdSum.TabIndex = 52;
             // 
-            // dc
+            // sc
             // 
-            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(36, 47);
-            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);
+            this.sc.AutoSize = false;
+            this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image")));
+            this.sc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+            this.sc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+            this.sc.ImageTransparentColor = System.Drawing.Color.Magenta;
+            this.sc.Name = "sc";
+            this.sc.Size = new System.Drawing.Size(36, 47);
+            this.sc.Text = "鍒犻櫎";
+            this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+            this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+            this.sc.Click += new System.EventHandler(this.sc_Click);
+            // 
+            // toolStripSeparator4
+            // 
+            this.toolStripSeparator4.Name = "toolStripSeparator4";
+            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
             // 
             // WMS_BarCodeStatusQuery
             // 
@@ -500,5 +523,7 @@
         private System.Windows.Forms.ToolStripButton yc;
         private System.Windows.Forms.DataGridView grdSum;
         private System.Windows.Forms.ToolStripButton dc;
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
+        private System.Windows.Forms.ToolStripButton sc;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1