From d3089b86af2ef68f56ab0fcbd7faeda3b6228e0a Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 03 十二月 2025 13:08:38 +0800
Subject: [PATCH] 备单领料按钮优化

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 7162d45..7ab4893 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -78,11 +78,11 @@
             this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
             this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
             this.btnBDLingLiao = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnWj = new DevExpress.XtraBars.BarLargeButtonItem();
             this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
-            this.btnWj = new DevExpress.XtraBars.BarLargeButtonItem();
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
             this.SuspendLayout();
             // 
@@ -643,16 +643,15 @@
             // 
             this.btnBDLingLiao.Caption = "澶囧崟棰嗘枡";
             this.btnBDLingLiao.Id = 78;
-            this.btnBDLingLiao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.Image")));
-            this.btnBDLingLiao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.LargeImage")));
+            this.btnBDLingLiao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBDLingLiao.ImageOptions.Image")));
+            this.btnBDLingLiao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnBDLingLiao.ImageOptions.LargeImage")));
             this.btnBDLingLiao.Name = "btnBDLingLiao";
+            this.btnBDLingLiao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
             // 
             // btnWj
             // 
             this.btnWj.Caption = "瀹岀粨";
             this.btnWj.Id = 79;
-            this.btnWj.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnWj.ImageOptions.Image")));
-            this.btnWj.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnWj.ImageOptions.LargeImage")));
             this.btnWj.Name = "btnWj";
             this.btnWj.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
             // 

--
Gitblit v1.9.3