From 062c6a8d88046f555a9d4e0bae0ec8cada7e216d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 七月 2025 11:28:14 +0800
Subject: [PATCH] 返工

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 2325b6f..f52625b 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -130,7 +130,7 @@
             this.btnFPiZhun,
             this.btnAll});
             this.barManager1.MainMenu = this.bar2;
-            this.barManager1.MaxItemId = 68;
+            this.barManager1.MaxItemId = 69;
             // 
             // bar2
             // 
@@ -181,7 +181,6 @@
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
             new DevExpress.XtraBars.LinkPersistInfo(this.btnAll)});
-            this.bar2.OptionsBar.AllowQuickCustomization = false;
             this.bar2.OptionsBar.DrawBorder = false;
             this.bar2.OptionsBar.DrawDragBorder = false;
             this.bar2.OptionsBar.MultiLine = true;
@@ -573,7 +572,7 @@
             // 
             this.barDockControlBottom.CausesValidation = false;
             this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.barDockControlBottom.Location = new System.Drawing.Point(0, 144);
+            this.barDockControlBottom.Location = new System.Drawing.Point(0, 67);
             this.barDockControlBottom.Manager = this.barManager1;
             this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
             // 
@@ -583,7 +582,7 @@
             this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
             this.barDockControlLeft.Location = new System.Drawing.Point(0, 142);
             this.barDockControlLeft.Manager = this.barManager1;
-            this.barDockControlLeft.Size = new System.Drawing.Size(0, 2);
+            this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
             // 
             // barDockControlRight
             // 
@@ -591,7 +590,7 @@
             this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
             this.barDockControlRight.Location = new System.Drawing.Point(1543, 142);
             this.barDockControlRight.Manager = this.barManager1;
-            this.barDockControlRight.Size = new System.Drawing.Size(0, 2);
+            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
             // 
             // UcToolBarMenu
             // 
@@ -602,7 +601,7 @@
             this.Controls.Add(this.barDockControlBottom);
             this.Controls.Add(this.barDockControlTop);
             this.Name = "UcToolBarMenu";
-            this.Size = new System.Drawing.Size(1543, 144);
+            this.Size = new System.Drawing.Size(1543, 67);
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
             this.ResumeLayout(false);
             this.PerformLayout();
@@ -654,5 +653,6 @@
         private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem4;
         private DevExpress.XtraBars.BarLargeButtonItem btnFPiZhun;
         private DevExpress.XtraBars.BarLargeButtonItem btnAll;
+       
     }
 }

--
Gitblit v1.9.3