From 2b1c73c9f79ff6118324581e9ab6138e944d0bfe Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 26 四月 2025 15:29:41 +0800 Subject: [PATCH] 多级审核 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 77 ++++++++++++++++++++++++++++++++------ 1 files changed, 64 insertions(+), 13 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index d25a2cd..39f1d89 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -58,15 +58,19 @@ this.btnLog = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnTzbl = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnKg = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnShouJian = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnWg = new DevExpress.XtraBars.BarLargeButtonItem(); 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.btnShouHouChk = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnShouHouFchk = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnCaiWuChk = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnCaiWuFchk = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnFont = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnShouJian = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); @@ -120,9 +124,13 @@ this.btnLayout, this.btnOa, this.btnFont, - this.btnShouJian}); + this.btnShouJian, + this.btnCaiWuChk, + this.btnCaiWuFchk, + this.btnShouHouChk, + this.btnShouHouFchk}); this.barManager1.MainMenu = this.bar2; - this.barManager1.MaxItemId = 58; + this.barManager1.MaxItemId = 62; // // bar2 // @@ -166,6 +174,10 @@ new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnJieAn, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnFjieAn, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnOa, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), + new DevExpress.XtraBars.LinkPersistInfo(this.btnShouHouChk), + new DevExpress.XtraBars.LinkPersistInfo(this.btnShouHouFchk), + new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiWuChk), + new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiWuFchk), new DevExpress.XtraBars.LinkPersistInfo(this.btnLayout), new DevExpress.XtraBars.LinkPersistInfo(this.btnFont), new DevExpress.XtraBars.LinkPersistInfo(this.btnHelp)}); @@ -428,6 +440,15 @@ this.btnKg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnKg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnShouJian + // + this.btnShouJian.Caption = "鐢熸垚棣栨"; + this.btnShouJian.Id = 56; + this.btnShouJian.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.inlinesizelegend_16x16; + this.btnShouJian.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.inlinesizelegend_32x32; + this.btnShouJian.Name = "btnShouJian"; + this.btnShouJian.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // btnWg // this.btnWg.Caption = "鎵嬪姩瀹屽伐"; @@ -476,6 +497,42 @@ this.btnOa.Name = "btnOa"; this.btnOa.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnShouHouChk + // + this.btnShouHouChk.Caption = "鍞悗瀹℃牳"; + this.btnShouHouChk.Id = 60; + this.btnShouHouChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.user_16x163; + this.btnShouHouChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.user_32x321; + this.btnShouHouChk.Name = "btnShouHouChk"; + this.btnShouHouChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnShouHouFchk + // + this.btnShouHouFchk.Caption = "鍞悗鍙嶅鏍�"; + this.btnShouHouFchk.Id = 61; + this.btnShouHouFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.employee_16x161; + this.btnShouHouFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.employee_32x322; + this.btnShouHouFchk.Name = "btnShouHouFchk"; + this.btnShouHouFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnCaiWuChk + // + this.btnCaiWuChk.Caption = "璐㈠姟瀹℃牳"; + this.btnCaiWuChk.Id = 58; + this.btnCaiWuChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_showmarkup_32x32; + this.btnCaiWuChk.Name = "btnCaiWuChk"; + this.btnCaiWuChk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; + this.btnCaiWuChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnCaiWuFchk + // + this.btnCaiWuFchk.Caption = "璐㈠姟鍙嶅鏍�"; + this.btnCaiWuFchk.Id = 59; + this.btnCaiWuFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.insertdatafield_32x32; + this.btnCaiWuFchk.Name = "btnCaiWuFchk"; + this.btnCaiWuFchk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; + this.btnCaiWuFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // btnLayout // this.btnLayout.Caption = "鐗堥潰"; @@ -502,15 +559,6 @@ this.btnHelp.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.knowledgebasearticle_32x32; this.btnHelp.ItemAppearance.Normal.Options.UseFont = true; this.btnHelp.Name = "btnHelp"; - // - // btnShouJian - // - this.btnShouJian.Caption = "鐢熸垚棣栨"; - this.btnShouJian.Id = 56; - this.btnShouJian.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.inlinesizelegend_16x16; - this.btnShouJian.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.inlinesizelegend_32x32; - this.btnShouJian.Name = "btnShouJian"; - this.btnShouJian.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // // barDockControlTop // @@ -601,6 +649,9 @@ private DevExpress.XtraBars.BarLargeButtonItem btnOa; private DevExpress.XtraBars.BarLargeButtonItem btnFont; private DevExpress.XtraBars.BarLargeButtonItem btnShouJian; - + private DevExpress.XtraBars.BarLargeButtonItem btnCaiWuChk; + private DevExpress.XtraBars.BarLargeButtonItem btnCaiWuFchk; + private DevExpress.XtraBars.BarLargeButtonItem btnShouHouChk; + private DevExpress.XtraBars.BarLargeButtonItem btnShouHouFchk; } } -- Gitblit v1.9.3