From d5e5d25e25799fb798648819fe18a5a429e30beb Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 25 八月 2025 22:25:45 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 6b00aa0..894d7c2 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -74,7 +74,7 @@
             this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem();
             this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
             this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
-            this.btnWeight = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
             this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -86,6 +86,7 @@
             // 
             this.barManager1.AllowCustomization = false;
             this.barManager1.AllowMoveBarOnToolbar = false;
+            this.barManager1.AllowQuickCustomization = false;
             this.barManager1.AllowShowToolbarsPopup = false;
             this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
             this.bar2});
@@ -136,9 +137,9 @@
             this.btnGongZi,
             this.btnLianBan,
             this.btnGx,
-            this.btnWeight});
+            this.btnBaoGao});
             this.barManager1.MainMenu = this.bar2;
-            this.barManager1.MaxItemId = 74;
+            this.barManager1.MaxItemId = 76;
             // 
             // bar2
             // 
@@ -192,7 +193,7 @@
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
-            new DevExpress.XtraBars.LinkPersistInfo(this.btnWeight)});
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao)});
             this.bar2.OptionsBar.DrawDragBorder = false;
             this.bar2.OptionsBar.MultiLine = true;
             this.bar2.OptionsBar.UseWholeRow = true;
@@ -598,14 +599,14 @@
             this.barLargeButtonItem4.Tag = "Never";
             this.barLargeButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
             // 
-            // btnWeight
+            // btnBaoGao
             // 
-            this.btnWeight.Caption = "绉伴噸";
-            this.btnWeight.Id = 73;
-            this.btnWeight.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnWeight.ImageOptions.Image")));
-            this.btnWeight.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnWeight.ImageOptions.LargeImage")));
-            this.btnWeight.Name = "btnWeight";
-            this.btnWeight.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            this.btnBaoGao.Caption = "鐢熸垚鎶ュ憡";
+            this.btnBaoGao.Id = 75;
+            this.btnBaoGao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.Image")));
+            this.btnBaoGao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.LargeImage")));
+            this.btnBaoGao.Name = "btnBaoGao";
+            this.btnBaoGao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
             // 
             // barDockControlTop
             // 
@@ -619,7 +620,7 @@
             // 
             this.barDockControlBottom.CausesValidation = false;
             this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.barDockControlBottom.Location = new System.Drawing.Point(0, 206);
+            this.barDockControlBottom.Location = new System.Drawing.Point(0, 69);
             this.barDockControlBottom.Manager = this.barManager1;
             this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
             // 
@@ -648,7 +649,7 @@
             this.Controls.Add(this.barDockControlBottom);
             this.Controls.Add(this.barDockControlTop);
             this.Name = "UcToolBarMenu";
-            this.Size = new System.Drawing.Size(1543, 206);
+            this.Size = new System.Drawing.Size(1543, 69);
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
             this.ResumeLayout(false);
             this.PerformLayout();
@@ -703,6 +704,6 @@
         private DevExpress.XtraBars.BarLargeButtonItem btnGongZi;
         private DevExpress.XtraBars.BarLargeButtonItem btnLianBan;
         private DevExpress.XtraBars.BarLargeButtonItem btnGx;
-        private DevExpress.XtraBars.BarLargeButtonItem btnWeight;
+        private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
     }
 }

--
Gitblit v1.9.3