From 6d3511abe5917aa73a2e98ce2b8c92b120be8521 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 19 九月 2025 15:41:34 +0800 Subject: [PATCH] 增加物料分区 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs index 6e2b6d0..f96de65 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs @@ -408,7 +408,9 @@ // btnGood // this.btnGood.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success; + this.btnGood.Appearance.Font = new System.Drawing.Font("Tahoma", 20F); this.btnGood.Appearance.Options.UseBackColor = true; + this.btnGood.Appearance.Options.UseFont = true; this.btnGood.Location = new System.Drawing.Point(416, 116); this.btnGood.Name = "btnGood"; this.btnGood.Size = new System.Drawing.Size(198, 96); @@ -419,7 +421,9 @@ // btnBad // this.btnBad.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; + this.btnBad.Appearance.Font = new System.Drawing.Font("Tahoma", 20F); this.btnBad.Appearance.Options.UseBackColor = true; + this.btnBad.Appearance.Options.UseFont = true; this.btnBad.Location = new System.Drawing.Point(618, 116); this.btnBad.Name = "btnBad"; this.btnBad.Size = new System.Drawing.Size(198, 96); @@ -691,7 +695,9 @@ // simpleButton7 // this.simpleButton7.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + this.simpleButton7.Appearance.Font = new System.Drawing.Font("Tahoma", 15F); this.simpleButton7.Appearance.Options.UseBackColor = true; + this.simpleButton7.Appearance.Options.UseFont = true; this.simpleButton7.Location = new System.Drawing.Point(122, 154); this.simpleButton7.Name = "simpleButton7"; this.simpleButton7.Size = new System.Drawing.Size(86, 56); @@ -701,7 +707,9 @@ // simpleButton6 // this.simpleButton6.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + this.simpleButton6.Appearance.Font = new System.Drawing.Font("Tahoma", 15F); this.simpleButton6.Appearance.Options.UseBackColor = true; + this.simpleButton6.Appearance.Options.UseFont = true; this.simpleButton6.Location = new System.Drawing.Point(425, 154); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(86, 56); @@ -711,7 +719,9 @@ // simpleButton5 // this.simpleButton5.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + this.simpleButton5.Appearance.Font = new System.Drawing.Font("Tahoma", 15F); this.simpleButton5.Appearance.Options.UseBackColor = true; + this.simpleButton5.Appearance.Options.UseFont = true; this.simpleButton5.Location = new System.Drawing.Point(223, 154); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(86, 56); @@ -721,7 +731,9 @@ // simpleButton4 // this.simpleButton4.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + this.simpleButton4.Appearance.Font = new System.Drawing.Font("Tahoma", 15F); this.simpleButton4.Appearance.Options.UseBackColor = true; + this.simpleButton4.Appearance.Options.UseFont = true; this.simpleButton4.Location = new System.Drawing.Point(324, 154); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(86, 56); @@ -731,7 +743,9 @@ // simpleButton3 // this.simpleButton3.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 15F); this.simpleButton3.Appearance.Options.UseBackColor = true; + this.simpleButton3.Appearance.Options.UseFont = true; this.simpleButton3.Location = new System.Drawing.Point(21, 154); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(86, 56); @@ -883,7 +897,7 @@ this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; this.tabMxPage1.Size = new System.Drawing.Size(1365, 346); - this.tabMxPage1.Text = "鑹搧鍚嶇О"; + this.tabMxPage1.Text = "鑹搧鏄庣粏"; // // gcMx1 // @@ -1227,7 +1241,7 @@ // // gridColumn20 // - this.gridColumn20.Caption = "缁撴灉"; + this.gridColumn20.Caption = "缁翠慨缁撴灉"; this.gridColumn20.FieldName = "checkResult"; this.gridColumn20.MinWidth = 25; this.gridColumn20.Name = "gridColumn20"; @@ -1260,7 +1274,7 @@ // // gridColumn23 // - this.gridColumn23.Caption = "涓嶈壇椤圭洰"; + this.gridColumn23.Caption = "涓嶈壇鍘熷洜"; this.gridColumn23.FieldName = "badReson"; this.gridColumn23.MinWidth = 25; this.gridColumn23.Name = "gridColumn23"; @@ -1274,8 +1288,6 @@ this.gridColumn25.MinWidth = 25; this.gridColumn25.Name = "gridColumn25"; this.gridColumn25.OptionsColumn.ReadOnly = true; - this.gridColumn25.Visible = true; - this.gridColumn25.VisibleIndex = 12; this.gridColumn25.Width = 94; // // Frm_Work01 -- Gitblit v1.9.3