From a92916c2c69e95bb8da9c9a0f6f3e124c0e76f48 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 17 三月 2025 13:42:06 +0800 Subject: [PATCH] 报表 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index 377fe4c..77d5dae 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -62,9 +62,9 @@ this.btnZhongTai = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnJieAn = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnFjieAn = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnOa = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnOa = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); @@ -74,6 +74,8 @@ // // barManager1 // + this.barManager1.AllowCustomization = false; + this.barManager1.AllowMoveBarOnToolbar = false; this.barManager1.AllowShowToolbarsPopup = false; this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar2}); @@ -158,6 +160,8 @@ 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"; @@ -448,6 +452,15 @@ this.btnFjieAn.Name = "btnFjieAn"; this.btnFjieAn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnOa + // + this.btnOa.Caption = "鎻愪氦OA"; + this.btnOa.Id = 54; + this.btnOa.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.meeting_16x16; + this.btnOa.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.meeting_32x321; + this.btnOa.Name = "btnOa"; + this.btnOa.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // btnLayout // this.btnLayout.Caption = "淇濆瓨鐗堥潰"; @@ -465,15 +478,6 @@ this.btnHelp.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); this.btnHelp.ItemAppearance.Normal.Options.UseFont = true; this.btnHelp.Name = "btnHelp"; - // - // btnOa - // - this.btnOa.Caption = "鎻愪氦OA"; - this.btnOa.Id = 54; - this.btnOa.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.meeting_16x16; - this.btnOa.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.meeting_32x321; - this.btnOa.Name = "btnOa"; - this.btnOa.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // // barDockControlTop // -- Gitblit v1.9.3