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 |   92 ++++++++++++++++++++++++++-------------------
 1 files changed, 53 insertions(+), 39 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
index b886fce..f96de65 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -76,6 +76,7 @@
             this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layDianJian = new DevExpress.XtraLayout.LayoutControlItem();
             this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
             this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
             this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
@@ -131,7 +132,6 @@
             this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.alertControl1 = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
-            this.layDianJian = new DevExpress.XtraLayout.LayoutControlItem();
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
             this.splitMx1.Panel1.SuspendLayout();
@@ -178,6 +178,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.prog1.Properties)).BeginInit();
             this.panel3.SuspendLayout();
             this.panel2.SuspendLayout();
@@ -191,7 +192,6 @@
             this.tabMxPage2.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).BeginInit();
             this.SuspendLayout();
             // 
             // splitMx1
@@ -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);
@@ -677,10 +681,23 @@
             this.layoutControlItem11.Text = "浜у搧瑙勬牸";
             this.layoutControlItem11.TextSize = new System.Drawing.Size(87, 18);
             // 
+            // layDianJian
+            // 
+            this.layDianJian.Control = this.txt_dianJianPath;
+            this.layDianJian.Location = new System.Drawing.Point(202, 174);
+            this.layDianJian.Name = "layDianJian";
+            this.layDianJian.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layDianJian.OptionsTableLayoutItem.RowIndex = 5;
+            this.layDianJian.Size = new System.Drawing.Size(202, 35);
+            this.layDianJian.Text = "鐢垫璺緞";
+            this.layDianJian.TextSize = new System.Drawing.Size(87, 18);
+            // 
             // 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);
@@ -690,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);
@@ -700,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);
@@ -710,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);
@@ -720,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);
@@ -749,16 +774,17 @@
             // lbSum4
             // 
             this.lbSum4.AutoSize = true;
-            this.lbSum4.Location = new System.Drawing.Point(45, 54);
+            this.lbSum4.Font = new System.Drawing.Font("Tahoma", 22F);
+            this.lbSum4.Location = new System.Drawing.Point(30, 41);
             this.lbSum4.Name = "lbSum4";
-            this.lbSum4.Size = new System.Drawing.Size(16, 18);
+            this.lbSum4.Size = new System.Drawing.Size(40, 45);
             this.lbSum4.TabIndex = 1;
             this.lbSum4.Text = "0";
             // 
             // label6
             // 
             this.label6.AutoSize = true;
-            this.label6.Location = new System.Drawing.Point(18, 10);
+            this.label6.Location = new System.Drawing.Point(16, 10);
             this.label6.Name = "label6";
             this.label6.Size = new System.Drawing.Size(68, 18);
             this.label6.TabIndex = 0;
@@ -778,16 +804,17 @@
             // lbSum3
             // 
             this.lbSum3.AutoSize = true;
-            this.lbSum3.Location = new System.Drawing.Point(45, 54);
+            this.lbSum3.Font = new System.Drawing.Font("Tahoma", 22F);
+            this.lbSum3.Location = new System.Drawing.Point(30, 41);
             this.lbSum3.Name = "lbSum3";
-            this.lbSum3.Size = new System.Drawing.Size(16, 18);
+            this.lbSum3.Size = new System.Drawing.Size(40, 45);
             this.lbSum3.TabIndex = 1;
             this.lbSum3.Text = "0";
             // 
             // label4
             // 
             this.label4.AutoSize = true;
-            this.label4.Location = new System.Drawing.Point(18, 10);
+            this.label4.Location = new System.Drawing.Point(16, 10);
             this.label4.Name = "label4";
             this.label4.Size = new System.Drawing.Size(68, 18);
             this.label4.TabIndex = 0;
@@ -807,9 +834,10 @@
             // lbSum2
             // 
             this.lbSum2.AutoSize = true;
-            this.lbSum2.Location = new System.Drawing.Point(45, 54);
+            this.lbSum2.Font = new System.Drawing.Font("Tahoma", 22F);
+            this.lbSum2.Location = new System.Drawing.Point(34, 41);
             this.lbSum2.Name = "lbSum2";
-            this.lbSum2.Size = new System.Drawing.Size(16, 18);
+            this.lbSum2.Size = new System.Drawing.Size(40, 45);
             this.lbSum2.TabIndex = 1;
             this.lbSum2.Text = "0";
             // 
@@ -836,16 +864,17 @@
             // lbSum1
             // 
             this.lbSum1.AutoSize = true;
-            this.lbSum1.Location = new System.Drawing.Point(45, 54);
+            this.lbSum1.Font = new System.Drawing.Font("Tahoma", 22F);
+            this.lbSum1.Location = new System.Drawing.Point(31, 41);
             this.lbSum1.Name = "lbSum1";
-            this.lbSum1.Size = new System.Drawing.Size(16, 18);
+            this.lbSum1.Size = new System.Drawing.Size(40, 45);
             this.lbSum1.TabIndex = 1;
             this.lbSum1.Text = "0";
             // 
             // label1
             // 
             this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(18, 10);
+            this.label1.Location = new System.Drawing.Point(17, 10);
             this.label1.Name = "label1";
             this.label1.Size = new System.Drawing.Size(68, 18);
             this.label1.TabIndex = 0;
@@ -868,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
             // 
@@ -967,8 +996,6 @@
             this.gridColumn6.FieldName = "itemModel";
             this.gridColumn6.Name = "gridColumn6";
             this.gridColumn6.OptionsColumn.ReadOnly = true;
-            this.gridColumn6.Visible = true;
-            this.gridColumn6.VisibleIndex = 4;
             this.gridColumn6.Width = 94;
             // 
             // gridColumn3
@@ -979,7 +1006,7 @@
             this.gridColumn3.Name = "gridColumn3";
             this.gridColumn3.OptionsColumn.ReadOnly = true;
             this.gridColumn3.Visible = true;
-            this.gridColumn3.VisibleIndex = 6;
+            this.gridColumn3.VisibleIndex = 5;
             this.gridColumn3.Width = 94;
             // 
             // gvMx2tlQty
@@ -991,7 +1018,7 @@
             this.gvMx2tlQty.OptionsColumn.ReadOnly = true;
             this.gvMx2tlQty.Tag = "query_a.tl_qty";
             this.gvMx2tlQty.Visible = true;
-            this.gvMx2tlQty.VisibleIndex = 5;
+            this.gvMx2tlQty.VisibleIndex = 4;
             this.gvMx2tlQty.Width = 94;
             // 
             // gridColumn2
@@ -1002,7 +1029,7 @@
             this.gridColumn2.Name = "gridColumn2";
             this.gridColumn2.OptionsColumn.ReadOnly = true;
             this.gridColumn2.Visible = true;
-            this.gridColumn2.VisibleIndex = 7;
+            this.gridColumn2.VisibleIndex = 6;
             this.gridColumn2.Width = 94;
             // 
             // gridColumn1
@@ -1022,7 +1049,7 @@
             this.gridColumn4.Name = "gridColumn4";
             this.gridColumn4.OptionsColumn.ReadOnly = true;
             this.gridColumn4.Visible = true;
-            this.gridColumn4.VisibleIndex = 8;
+            this.gridColumn4.VisibleIndex = 7;
             this.gridColumn4.Width = 94;
             // 
             // gridColumn14
@@ -1033,7 +1060,7 @@
             this.gridColumn14.Name = "gridColumn14";
             this.gridColumn14.OptionsColumn.ReadOnly = true;
             this.gridColumn14.Visible = true;
-            this.gridColumn14.VisibleIndex = 9;
+            this.gridColumn14.VisibleIndex = 8;
             this.gridColumn14.Width = 94;
             // 
             // gridColumn15
@@ -1044,7 +1071,7 @@
             this.gridColumn15.Name = "gridColumn15";
             this.gridColumn15.OptionsColumn.ReadOnly = true;
             this.gridColumn15.Visible = true;
-            this.gridColumn15.VisibleIndex = 10;
+            this.gridColumn15.VisibleIndex = 9;
             this.gridColumn15.Width = 94;
             // 
             // gridColumn24
@@ -1055,7 +1082,7 @@
             this.gridColumn24.Name = "gridColumn24";
             this.gridColumn24.OptionsColumn.ReadOnly = true;
             this.gridColumn24.Visible = true;
-            this.gridColumn24.VisibleIndex = 11;
+            this.gridColumn24.VisibleIndex = 10;
             this.gridColumn24.Width = 94;
             // 
             // tabMxPage2
@@ -1214,7 +1241,7 @@
             // 
             // gridColumn20
             // 
-            this.gridColumn20.Caption = "缁撴灉";
+            this.gridColumn20.Caption = "缁翠慨缁撴灉";
             this.gridColumn20.FieldName = "checkResult";
             this.gridColumn20.MinWidth = 25;
             this.gridColumn20.Name = "gridColumn20";
@@ -1247,7 +1274,7 @@
             // 
             // gridColumn23
             // 
-            this.gridColumn23.Caption = "涓嶈壇椤圭洰";
+            this.gridColumn23.Caption = "涓嶈壇鍘熷洜";
             this.gridColumn23.FieldName = "badReson";
             this.gridColumn23.MinWidth = 25;
             this.gridColumn23.Name = "gridColumn23";
@@ -1261,20 +1288,7 @@
             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;
-            // 
-            // layDianJian
-            // 
-            this.layDianJian.Control = this.txt_dianJianPath;
-            this.layDianJian.Location = new System.Drawing.Point(202, 174);
-            this.layDianJian.Name = "layDianJian";
-            this.layDianJian.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layDianJian.OptionsTableLayoutItem.RowIndex = 5;
-            this.layDianJian.Size = new System.Drawing.Size(202, 35);
-            this.layDianJian.Text = "鐢垫璺緞";
-            this.layDianJian.TextSize = new System.Drawing.Size(87, 18);
             // 
             // Frm_Work01
             // 
@@ -1334,6 +1348,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.prog1.Properties)).EndInit();
             this.panel3.ResumeLayout(false);
             this.panel3.PerformLayout();
@@ -1351,7 +1366,6 @@
             this.tabMxPage2.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layDianJian)).EndInit();
             this.ResumeLayout(false);
 
         }

--
Gitblit v1.9.3