From 7136af81cbb280d56a09c673a2bed49a557a4e0d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 24 三月 2025 10:53:12 +0800
Subject: [PATCH] 条码打印

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

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 77d5dae..0fa741a 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -74,8 +74,6 @@
             // 
             // barManager1
             // 
-            this.barManager1.AllowCustomization = false;
-            this.barManager1.AllowMoveBarOnToolbar = false;
             this.barManager1.AllowShowToolbarsPopup = false;
             this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
             this.bar2});
@@ -160,8 +158,6 @@
             new DevExpress.XtraBars.LinkPersistInfo(this.btnLayout),
             new DevExpress.XtraBars.LinkPersistInfo(this.btnHelp)});
             this.bar2.OptionsBar.AllowQuickCustomization = false;
-            this.bar2.OptionsBar.DrawBorder = false;
-            this.bar2.OptionsBar.DrawDragBorder = false;
             this.bar2.OptionsBar.MultiLine = true;
             this.bar2.OptionsBar.UseWholeRow = true;
             this.bar2.Text = "Main menu";
@@ -491,7 +487,7 @@
             // 
             this.barDockControlBottom.CausesValidation = false;
             this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.barDockControlBottom.Location = new System.Drawing.Point(0, 72);
+            this.barDockControlBottom.Location = new System.Drawing.Point(0, 67);
             this.barDockControlBottom.Manager = this.barManager1;
             this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
             // 
@@ -520,7 +516,7 @@
             this.Controls.Add(this.barDockControlBottom);
             this.Controls.Add(this.barDockControlTop);
             this.Name = "UcToolBarMenu";
-            this.Size = new System.Drawing.Size(1543, 72);
+            this.Size = new System.Drawing.Size(1543, 67);
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
             this.ResumeLayout(false);
             this.PerformLayout();

--
Gitblit v1.9.3