From 5c66ff724a6ab1bef5fe7877821ec91997151484 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 20 二月 2025 11:05:40 +0800 Subject: [PATCH] 委外 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index b216ae3..8ee9837 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -62,8 +62,8 @@ this.btnZhongTai = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnJieAn = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnFjieAn = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); @@ -397,6 +397,7 @@ this.btnTzbl.Caption = "閫氱煡澶囨枡"; this.btnTzbl.Id = 41; this.btnTzbl.ImageOptions.ImageUri.Uri = "business%20objects/bo_security_permission_object"; + this.btnTzbl.ImageOptions.SvgImage = global::Gs.DevApp.Properties.Resources.time; this.btnTzbl.Name = "btnTzbl"; this.btnTzbl.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnTzbl.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; @@ -444,6 +445,15 @@ this.btnFjieAn.Name = "btnFjieAn"; this.btnFjieAn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnLayout + // + this.btnLayout.Caption = "淇濆瓨鐗堥潰"; + this.btnLayout.Id = 51; + this.btnLayout.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.globalcolorscheme_16x16; + this.btnLayout.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.globalcolorscheme_32x32; + this.btnLayout.Name = "btnLayout"; + this.btnLayout.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // btnHelp // this.btnHelp.Caption = "甯姪"; @@ -453,15 +463,6 @@ this.btnHelp.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); this.btnHelp.ItemAppearance.Normal.Options.UseFont = true; this.btnHelp.Name = "btnHelp"; - // - // btnLayout - // - this.btnLayout.Caption = "淇濆瓨鐗堥潰"; - this.btnLayout.Id = 51; - this.btnLayout.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.globalcolorscheme_16x16; - this.btnLayout.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.globalcolorscheme_32x32; - this.btnLayout.Name = "btnLayout"; - this.btnLayout.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // // barDockControlTop // @@ -475,7 +476,7 @@ // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 68); + this.barDockControlBottom.Location = new System.Drawing.Point(0, 61); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // @@ -504,7 +505,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UcToolBarMenu"; - this.Size = new System.Drawing.Size(1543, 68); + this.Size = new System.Drawing.Size(1543, 61); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); -- Gitblit v1.9.3