From 9c2dd09bc32849ed4adaf6763ddec140b16bc5a3 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 31 十月 2024 08:18:51 +0800 Subject: [PATCH] 改了组织表 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index 239e247..0651dc1 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -44,7 +44,6 @@ this.btnFchk = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnPrint = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnHb = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnLog = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnKG = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnQuery = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnIn = new DevExpress.XtraBars.BarLargeButtonItem(); @@ -54,6 +53,7 @@ this.btnDesign = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnJianYan = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnFjianYan = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnLog = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnPiZhun = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnZhiLiangChk = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnZhiLiangFchk = new DevExpress.XtraBars.BarLargeButtonItem(); @@ -128,7 +128,6 @@ new DevExpress.XtraBars.LinkPersistInfo(this.btnFchk), new DevExpress.XtraBars.LinkPersistInfo(this.btnPrint), new DevExpress.XtraBars.LinkPersistInfo(this.btnHb), - new DevExpress.XtraBars.LinkPersistInfo(this.btnLog), new DevExpress.XtraBars.LinkPersistInfo(this.btnKG), new DevExpress.XtraBars.LinkPersistInfo(this.btnQuery), new DevExpress.XtraBars.LinkPersistInfo(this.btnIn), @@ -142,7 +141,8 @@ new DevExpress.XtraBars.LinkPersistInfo(this.btnZhiLiangChk), new DevExpress.XtraBars.LinkPersistInfo(this.btnZhiLiangFchk), new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouChk), - new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouFchk)}); + new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouFchk), + new DevExpress.XtraBars.LinkPersistInfo(this.btnLog)}); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; @@ -259,15 +259,6 @@ this.btnHb.Name = "btnHb"; this.btnHb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // - // btnLog - // - this.btnLog.Caption = "鏃ュ織"; - this.btnLog.Id = 18; - this.btnLog.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_16x16; - this.btnLog.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_32x32; - this.btnLog.Name = "btnLog"; - this.btnLog.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; - // // btnKG // this.btnKG.Caption = "寮�宸�"; @@ -281,8 +272,8 @@ // this.btnQuery.Caption = "鏌ヨ"; this.btnQuery.Id = 23; - this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; - this.btnQuery.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.zoom100_32x32; + this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.viewmergeddata_16x16; + this.btnQuery.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.viewmergeddata_32x32; this.btnQuery.Name = "btnQuery"; this.btnQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // @@ -290,8 +281,8 @@ // this.btnIn.Caption = "瀵煎叆"; this.btnIn.Id = 17; - this.btnIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.Image"))); - this.btnIn.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnIn.ImageOptions.LargeImage"))); + this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.sendxls_16x16; + this.btnIn.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.sendxls_32x32; this.btnIn.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); this.btnIn.ItemAppearance.Normal.Options.UseFont = true; this.btnIn.Name = "btnIn"; @@ -302,8 +293,8 @@ this.btnOut.Caption = "瀵煎嚭"; this.btnOut.Description = "瀵煎嚭"; this.btnOut.Id = 12; - this.btnOut.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOut.ImageOptions.Image"))); - this.btnOut.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOut.ImageOptions.LargeImage"))); + this.btnOut.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.wraptext2_16x16; + this.btnOut.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.wraptext2_32x32; this.btnOut.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); this.btnOut.ItemAppearance.Normal.Options.UseFont = true; this.btnOut.Name = "btnOut"; @@ -354,6 +345,15 @@ this.btnFjianYan.Name = "btnFjianYan"; this.btnFjianYan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnLog + // + this.btnLog.Caption = "鏃ュ織"; + this.btnLog.Id = 18; + this.btnLog.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_16x16; + this.btnLog.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_32x32; + this.btnLog.Name = "btnLog"; + this.btnLog.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // btnPiZhun // this.btnPiZhun.Caption = "鎵瑰噯"; @@ -367,8 +367,8 @@ // this.btnZhiLiangChk.Caption = "璐ㄩ噺瀹℃牳"; this.btnZhiLiangChk.Id = 31; - this.btnZhiLiangChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_16x161; - this.btnZhiLiangChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbox2_32x322; + this.btnZhiLiangChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x162; + this.btnZhiLiangChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbuttons_32x321; this.btnZhiLiangChk.Name = "btnZhiLiangChk"; this.btnZhiLiangChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // @@ -411,7 +411,7 @@ // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 73); + this.barDockControlBottom.Location = new System.Drawing.Point(0, 69); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // @@ -432,7 +432,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UcToolBarMenu"; - this.Size = new System.Drawing.Size(1543, 73); + this.Size = new System.Drawing.Size(1543, 69); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); -- Gitblit v1.9.3