kyy
2025-10-17 a9023ab92e8887a357ba9284209234c8468ea95c
DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs
@@ -99,8 +99,6 @@
            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
            this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1guid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.caaGuid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1daa002 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -116,6 +114,9 @@
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
@@ -906,31 +907,16 @@
            this.gridColumn14,
            this.gridColumn15,
            this.gridColumn16,
            this.gridColumn23,
            this.gridColumn20,
            this.gridColumn21});
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn23});
            this.gvMx1.DetailHeight = 272;
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gvMx1.OptionsFind.ShowSearchNavButtons = false;
            this.gvMx1.OptionsView.ShowGroupPanel = false;
            //
            // gridColumn21
            //
            this.gridColumn21.Caption = "gridColumn21";
            this.gridColumn21.FieldName = "lfRkqty";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 12;
            //
            // gridColumn20
            //
            this.gridColumn20.Caption = "gridColumn20";
            this.gridColumn20.FieldName = "gfRkqty";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 13;
            // 
            // gvMx1guid
            // 
@@ -1106,6 +1092,36 @@
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 11;
            this.gridColumn16.Width = 82;
            //
            // gridColumn20
            //
            this.gridColumn20.Caption = "合格入库数";
            this.gridColumn20.FieldName = "okRkqty";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Tag = "";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 12;
            this.gridColumn20.Width = 66;
            //
            // gridColumn21
            //
            this.gridColumn21.Caption = "工废入库数";
            this.gridColumn21.FieldName = "gfRkqty";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Tag = "edit";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 13;
            this.gridColumn21.Width = 66;
            //
            // gridColumn22
            //
            this.gridColumn22.Caption = "料废入库数";
            this.gridColumn22.FieldName = "lfRkqty";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Tag = "edit";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 14;
            this.gridColumn22.Width = 66;
            // 
            // gridColumn23
            // 
@@ -1379,6 +1395,9 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
        private DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit repositoryItemSearchLookUpEdit1;
@@ -1387,7 +1406,5 @@
        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox3;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
    }
}