From 4a1815cf918c3fc3996b64697046795f10f1f367 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 01 七月 2025 10:35:44 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index 2325b6f..b6f4e5e 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -71,6 +71,7 @@ this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnAll = new DevExpress.XtraBars.BarLargeButtonItem(); + this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); @@ -128,9 +129,10 @@ this.barLargeButtonItem3, this.barLargeButtonItem4, this.btnFPiZhun, - this.btnAll}); + this.btnAll, + this.barLargeButtonItem5}); this.barManager1.MainMenu = this.bar2; - this.barManager1.MaxItemId = 68; + this.barManager1.MaxItemId = 69; // // bar2 // @@ -180,7 +182,8 @@ new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2), new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3), new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4), - new DevExpress.XtraBars.LinkPersistInfo(this.btnAll)}); + new DevExpress.XtraBars.LinkPersistInfo(this.btnAll), + new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem5)}); this.bar2.OptionsBar.AllowQuickCustomization = false; this.bar2.OptionsBar.DrawBorder = false; this.bar2.OptionsBar.DrawDragBorder = false; @@ -561,6 +564,14 @@ this.btnAll.Name = "btnAll"; this.btnAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // barLargeButtonItem5 + // + this.barLargeButtonItem5.Caption = "test"; + this.barLargeButtonItem5.Id = 68; + this.barLargeButtonItem5.ImageOptions.SvgImage = global::Gs.DevApp.Properties.Resources.pie; + this.barLargeButtonItem5.Name = "barLargeButtonItem5"; + this.barLargeButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // barDockControlTop // this.barDockControlTop.CausesValidation = false; @@ -573,7 +584,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, 454); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // @@ -583,7 +594,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, 312); // // barDockControlRight // @@ -591,7 +602,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, 312); // // UcToolBarMenu // @@ -602,7 +613,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, 454); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -654,5 +665,6 @@ private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem4; private DevExpress.XtraBars.BarLargeButtonItem btnFPiZhun; private DevExpress.XtraBars.BarLargeButtonItem btnAll; + private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem5; } } -- Gitblit v1.9.3