bug
lu
2025-06-18 714cba76f99b7a6959b8420cd5a6c54396e0d111
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -307,6 +307,10 @@
            // 
            this.txt_barCode.Location = new System.Drawing.Point(84, 96);
            this.txt_barCode.Name = "txt_barCode";
            this.txt_barCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.txt_barCode.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
            this.txt_barCode.Properties.Appearance.Options.UseFont = true;
            this.txt_barCode.Properties.Appearance.Options.UseForeColor = true;
            this.txt_barCode.Size = new System.Drawing.Size(328, 24);
            this.txt_barCode.StyleController = this.layoutMx1;
            this.txt_barCode.TabIndex = 1;
@@ -324,6 +328,10 @@
            // 
            this.txt_gwm.Location = new System.Drawing.Point(84, 152);
            this.txt_gwm.Name = "txt_gwm";
            this.txt_gwm.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.txt_gwm.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
            this.txt_gwm.Properties.Appearance.Options.UseFont = true;
            this.txt_gwm.Properties.Appearance.Options.UseForeColor = true;
            this.txt_gwm.Size = new System.Drawing.Size(126, 24);
            this.txt_gwm.StyleController = this.layoutMx1;
            this.txt_gwm.TabIndex = 9;
@@ -1028,8 +1036,6 @@
            this.gridColumn1.FieldName = "badDescription";
            this.gridColumn1.MinWidth = 25;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 8;
            this.gridColumn1.Width = 94;
            // 
            // gridColumn4
@@ -1039,27 +1045,27 @@
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 9;
            this.gridColumn4.VisibleIndex = 8;
            this.gridColumn4.Width = 94;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "上报人";
            this.gridColumn14.FieldName = "collectByName";
            this.gridColumn14.FieldName = "createBy";
            this.gridColumn14.MinWidth = 25;
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 10;
            this.gridColumn14.VisibleIndex = 9;
            this.gridColumn14.Width = 94;
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "上报时间";
            this.gridColumn15.Caption = "最后上报时间";
            this.gridColumn15.FieldName = "createDate";
            this.gridColumn15.MinWidth = 25;
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 11;
            this.gridColumn15.VisibleIndex = 10;
            this.gridColumn15.Width = 94;
            // 
            // tabMxPage2
@@ -1225,7 +1231,7 @@
            // gridColumn21
            // 
            this.gridColumn21.Caption = "上报人";
            this.gridColumn21.FieldName = "collectByName";
            this.gridColumn21.FieldName = "createBy";
            this.gridColumn21.MinWidth = 25;
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
@@ -1248,8 +1254,6 @@
            this.gridColumn23.FieldName = "badReson";
            this.gridColumn23.MinWidth = 25;
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 12;
            this.gridColumn23.Width = 94;
            // 
            // Frm_Work01