From 75c6229509e8e0888a0cbb21906468e43ce83b13 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 11 九月 2025 17:49:54 +0800 Subject: [PATCH] 销售挪移 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index 3ae304a..ce62208 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -70,13 +70,13 @@ this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnChbg = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnChbg = new DevExpress.XtraBars.BarLargeButtonItem(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); this.SuspendLayout(); // @@ -154,8 +154,8 @@ new DevExpress.XtraBars.LinkPersistInfo(this.btnLoad), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.btnChk), - new DevExpress.XtraBars.LinkPersistInfo(this.btnFchk), new DevExpress.XtraBars.LinkPersistInfo(this.btnHb), + new DevExpress.XtraBars.LinkPersistInfo(this.btnFchk), new DevExpress.XtraBars.LinkPersistInfo(this.btnQuery), new DevExpress.XtraBars.LinkPersistInfo(this.btnIn), new DevExpress.XtraBars.LinkPersistInfo(this.btnOut), @@ -275,7 +275,7 @@ // // btnHb // - this.btnHb.Caption = "鍚堝苟"; + this.btnHb.Caption = "鍚堝苟瀹℃牳"; this.btnHb.Id = 16; this.btnHb.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHb.ImageOptions.Image"))); this.btnHb.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnHb.ImageOptions.LargeImage"))); @@ -556,6 +556,15 @@ this.barLargeButtonItem4.Tag = "Never"; this.barLargeButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnChbg + // + this.btnChbg.Caption = "鎾ゅ洖鎶ュ伐"; + this.btnChbg.Id = 69; + this.btnChbg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnChbg.ImageOptions.Image"))); + this.btnChbg.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnChbg.ImageOptions.LargeImage"))); + this.btnChbg.Name = "btnChbg"; + this.btnChbg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // barDockControlTop // this.barDockControlTop.CausesValidation = false; @@ -607,15 +616,6 @@ this.barLargeButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.Image"))); this.barLargeButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.LargeImage"))); this.barLargeButtonItem5.Name = "barLargeButtonItem5"; - // - // btnChbg - // - this.btnChbg.Caption = "鎾ゅ洖鎶ュ伐"; - this.btnChbg.Id = 69; - this.btnChbg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.Image"))); - this.btnChbg.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.LargeImage"))); - this.btnChbg.Name = "btnChbg"; - this.btnChbg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // // UcToolBarMenu // -- Gitblit v1.9.3