From 510643d77bd33d73bb9afae041120941e978b91c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 28 十月 2024 16:30:57 +0800 Subject: [PATCH] 增加了来料检验申请 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 103 +++++++++++++++++++++++++++++++++++---------------- 1 files changed, 71 insertions(+), 32 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs index bd97e56..29d52e1 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs @@ -46,14 +46,17 @@ this.btnFchk = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnPrint = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnHb = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnOut = new DevExpress.XtraBars.BarLargeButtonItem(); - this.btnIn = 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(); + this.btnOut = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnRole = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnReport = new DevExpress.XtraBars.BarLargeButtonItem(); this.btnDesign = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnJianYan = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnFjianYan = new DevExpress.XtraBars.BarLargeButtonItem(); + this.btnPiZhun = new DevExpress.XtraBars.BarLargeButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); @@ -107,9 +110,12 @@ this.btnRole, this.btnReport, this.btnQuery, - this.btnDesign}); + this.btnDesign, + this.btnJianYan, + this.btnFjianYan, + this.btnPiZhun}); this.barManager1.MainMenu = this.bar2; - this.barManager1.MaxItemId = 27; + this.barManager1.MaxItemId = 30; // // bar2 // @@ -135,7 +141,10 @@ new DevExpress.XtraBars.LinkPersistInfo(this.btnOut), new DevExpress.XtraBars.LinkPersistInfo(this.btnRole), new DevExpress.XtraBars.LinkPersistInfo(this.btnReport), - new DevExpress.XtraBars.LinkPersistInfo(this.btnDesign)}); + new DevExpress.XtraBars.LinkPersistInfo(this.btnDesign), + new DevExpress.XtraBars.LinkPersistInfo(this.btnJianYan), + new DevExpress.XtraBars.LinkPersistInfo(this.btnFjianYan), + new DevExpress.XtraBars.LinkPersistInfo(this.btnPiZhun)}); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; @@ -252,29 +261,6 @@ this.btnHb.Name = "btnHb"; this.btnHb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // - // btnOut - // - 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.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); - this.btnOut.ItemAppearance.Normal.Options.UseFont = true; - this.btnOut.Name = "btnOut"; - this.btnOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; - // - // btnIn - // - 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.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); - this.btnIn.ItemAppearance.Normal.Options.UseFont = true; - this.btnIn.Name = "btnIn"; - this.btnIn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; - // // btnLog // this.btnLog.Caption = "鏃ュ織"; @@ -301,6 +287,29 @@ this.btnQuery.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.zoom100_32x32; this.btnQuery.Name = "btnQuery"; this.btnQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnIn + // + 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.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnIn.ItemAppearance.Normal.Options.UseFont = true; + this.btnIn.Name = "btnIn"; + this.btnIn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnOut + // + 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.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnOut.ItemAppearance.Normal.Options.UseFont = true; + this.btnOut.Name = "btnOut"; + this.btnOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // // btnRole // @@ -329,13 +338,40 @@ this.btnDesign.Name = "btnDesign"; this.btnDesign.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // + // btnJianYan + // + this.btnJianYan.Caption = "鎻愪氦妫�楠�"; + this.btnJianYan.Id = 27; + this.btnJianYan.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x16; + this.btnJianYan.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbuttons_32x32; + this.btnJianYan.Name = "btnJianYan"; + this.btnJianYan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnFjianYan + // + this.btnFjianYan.Caption = "鎾ゅ洖妫�楠�"; + this.btnFjianYan.Id = 28; + this.btnFjianYan.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.radiobuttons_16x16; + this.btnFjianYan.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.radiobuttons_32x32; + this.btnFjianYan.Name = "btnFjianYan"; + this.btnFjianYan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // btnPiZhun + // + this.btnPiZhun.Caption = "鎵瑰噯"; + this.btnPiZhun.Id = 29; + this.btnPiZhun.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boposition2_16x161; + this.btnPiZhun.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boposition2_32x32; + this.btnPiZhun.Name = "btnPiZhun"; + this.btnPiZhun.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Manager = this.barManager1; - this.barDockControlTop.Size = new System.Drawing.Size(1293, 74); + this.barDockControlTop.Size = new System.Drawing.Size(1543, 74); // // barDockControlBottom // @@ -343,13 +379,13 @@ this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 77); this.barDockControlBottom.Manager = this.barManager1; - this.barDockControlBottom.Size = new System.Drawing.Size(1293, 0); + this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; - this.barDockControlRight.Location = new System.Drawing.Point(1293, 74); + this.barDockControlRight.Location = new System.Drawing.Point(1543, 74); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 3); // @@ -362,7 +398,7 @@ this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UcToolBarMenu"; - this.Size = new System.Drawing.Size(1293, 77); + this.Size = new System.Drawing.Size(1543, 77); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -396,5 +432,8 @@ private DevExpress.XtraBars.BarLargeButtonItem btnReport; private DevExpress.XtraBars.BarLargeButtonItem btnQuery; private DevExpress.XtraBars.BarLargeButtonItem btnDesign; + private DevExpress.XtraBars.BarLargeButtonItem btnJianYan; + private DevExpress.XtraBars.BarLargeButtonItem btnFjianYan; + private DevExpress.XtraBars.BarLargeButtonItem btnPiZhun; } } -- Gitblit v1.9.3