Pārlūkot izejas kodu

质量登记添加釉料颜色列

林勇 冯 3 gadi atpakaļ
vecāks
revīzija
b69da8f3da
2 mainītis faili ar 191 papildinājumiem un 178 dzēšanām
  1. 188 178
      DK.Client/PMModule/F_PM_1201.Designer.cs
  2. 3 0
      DK.Client/PMModule/F_PM_1201.resx

+ 188 - 178
DK.Client/PMModule/F_PM_1201.Designer.cs

@@ -32,14 +32,14 @@
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
-			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
-			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
-			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
 			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
+			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
+			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
 			this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
 			this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
 			this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
@@ -73,6 +73,16 @@
 			this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
 			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
 			this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
+			this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
+			this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectStaffNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.Goodsleveltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -82,6 +92,7 @@
 			this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+			this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -100,16 +111,6 @@
 			this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
-			this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectStaffNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-			this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
 			this.tsrOperate.SuspendLayout();
 			this.gbxCondition.SuspendLayout();
 			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
@@ -571,6 +572,7 @@
             this.GoodsCode,
             this.GoodsName,
             this.GoodsTypeName,
+            this.DICTIONARYVALUE,
             this.UserCode,
             this.OrganizationID,
             this.GroutingMouldCode,
@@ -626,6 +628,144 @@
 			this.dgvProduction.ViewRowFilter = "";
 			this.dgvProduction.SelectionChanged += new System.EventHandler(this.dgvProduction_SelectionChanged);
 			// 
+			// dgvDefect
+			// 
+			this.dgvDefect.AllowUserToAddRows = false;
+			this.dgvDefect.AllowUserToModifyRows = true;
+			dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
+			this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
+			this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+			this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
+			this.dgvDefect.CellHeight = 23;
+			this.dgvDefect.ChildNodeColumnName = null;
+			this.dgvDefect.ChildNodeColumnText = null;
+			this.dgvDefect.ColumnDeep = 1;
+			this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
+			dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+			dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
+			dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
+			dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+			dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+			dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+			this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
+			this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
+			this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+            this.DefectName,
+            this.DefectPositionName,
+            this.DefectProcedureName,
+            this.DefectFine,
+            this.DefectDeductionNum,
+            this.DefectUserName,
+            this.DefectStaffNames,
+            this.JobsName,
+            this.DefectRemarks});
+			this.dgvDefect.ColumnTreeView = null;
+			this.dgvDefect.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
+			this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.dgvDefect.DynamicColumnName = "";
+			this.dgvDefect.EnableHeadersVisualStyles = false;
+			this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+			this.dgvDefect.FormatQuantityColumns = null;
+			this.dgvDefect.HorizontalMergeColumn = null;
+			this.dgvDefect.IsAutoCountSum = true;
+			this.dgvDefect.IsAutoResizeColumns = false;
+			this.dgvDefect.IsClickF12 = false;
+			this.dgvDefect.IsOpenMergeCellFlag = false;
+			this.dgvDefect.IsSubTotalFlag = false;
+			this.dgvDefect.IsTopDeep = false;
+			this.dgvDefect.Location = new System.Drawing.Point(0, 0);
+			this.dgvDefect.Margin = new System.Windows.Forms.Padding(0);
+			this.dgvDefect.MergeColumnNames = null;
+			this.dgvDefect.MergeDetailColumnNames = null;
+			this.dgvDefect.MergeDetailOnlyColumn = null;
+			this.dgvDefect.MergeOnlyColumn = null;
+			this.dgvDefect.MultiSelect = false;
+			this.dgvDefect.Name = "dgvDefect";
+			this.dgvDefect.ReadOnly = true;
+			this.dgvDefect.RefreshAtHscroll = false;
+			this.dgvDefect.RowHeadersWidth = 50;
+			this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
+			dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
+			this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle11;
+			this.dgvDefect.RowTemplate.Height = 25;
+			this.dgvDefect.Size = new System.Drawing.Size(1090, 171);
+			this.dgvDefect.SortOrderColumnName = null;
+			this.dgvDefect.TabIndex = 0;
+			this.dgvDefect.Tag = true;
+			this.dgvDefect.TotalSumColumns = null;
+			this.dgvDefect.ViewRowFilter = "";
+			// 
+			// DefectName
+			// 
+			this.DefectName.DataPropertyName = "DefectName";
+			this.DefectName.HeaderText = "缺陷";
+			this.DefectName.Name = "DefectName";
+			this.DefectName.ReadOnly = true;
+			// 
+			// DefectPositionName
+			// 
+			this.DefectPositionName.DataPropertyName = "DefectPositionName";
+			this.DefectPositionName.HeaderText = "缺陷位置";
+			this.DefectPositionName.Name = "DefectPositionName";
+			this.DefectPositionName.ReadOnly = true;
+			// 
+			// DefectProcedureName
+			// 
+			this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
+			this.DefectProcedureName.HeaderText = "责任工序";
+			this.DefectProcedureName.Name = "DefectProcedureName";
+			this.DefectProcedureName.ReadOnly = true;
+			// 
+			// DefectFine
+			// 
+			this.DefectFine.DataPropertyName = "DefectFine";
+			dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
+			this.DefectFine.DefaultCellStyle = dataGridViewCellStyle9;
+			this.DefectFine.HeaderText = "缺陷扣罚";
+			this.DefectFine.Name = "DefectFine";
+			this.DefectFine.ReadOnly = true;
+			// 
+			// DefectDeductionNum
+			// 
+			this.DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
+			dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
+			this.DefectDeductionNum.DefaultCellStyle = dataGridViewCellStyle10;
+			this.DefectDeductionNum.HeaderText = "缺陷扣除数";
+			this.DefectDeductionNum.Name = "DefectDeductionNum";
+			this.DefectDeductionNum.ReadOnly = true;
+			// 
+			// DefectUserName
+			// 
+			this.DefectUserName.DataPropertyName = "DefectUserCode";
+			this.DefectUserName.HeaderText = "责任工号";
+			this.DefectUserName.Name = "DefectUserName";
+			this.DefectUserName.ReadOnly = true;
+			// 
+			// DefectStaffNames
+			// 
+			this.DefectStaffNames.DataPropertyName = "DefectStaffNames";
+			this.DefectStaffNames.HeaderText = "责任员工";
+			this.DefectStaffNames.Name = "DefectStaffNames";
+			this.DefectStaffNames.ReadOnly = true;
+			// 
+			// JobsName
+			// 
+			this.JobsName.DataPropertyName = "JobsName";
+			this.JobsName.HeaderText = "责任工种";
+			this.JobsName.Name = "JobsName";
+			this.JobsName.ReadOnly = true;
+			// 
+			// DefectRemarks
+			// 
+			this.DefectRemarks.DataPropertyName = "Remarks";
+			this.DefectRemarks.HeaderText = "备注";
+			this.DefectRemarks.MaxInputLength = 200;
+			this.DefectRemarks.Name = "DefectRemarks";
+			this.DefectRemarks.ReadOnly = true;
+			this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+			this.DefectRemarks.Width = 200;
+			// 
 			// BarCode
 			// 
 			this.BarCode.DataPropertyName = "BarCode";
@@ -690,6 +830,13 @@
 			this.GoodsTypeName.Name = "GoodsTypeName";
 			this.GoodsTypeName.ReadOnly = true;
 			// 
+			// DICTIONARYVALUE
+			// 
+			this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
+			this.DICTIONARYVALUE.HeaderText = "釉料颜色";
+			this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
+			this.DICTIONARYVALUE.ReadOnly = true;
+			// 
 			// UserCode
 			// 
 			this.UserCode.DataPropertyName = "UserCode";
@@ -841,144 +988,6 @@
 			this.LogoCodeName.Name = "LogoCodeName";
 			this.LogoCodeName.ReadOnly = true;
 			// 
-			// dgvDefect
-			// 
-			this.dgvDefect.AllowUserToAddRows = false;
-			this.dgvDefect.AllowUserToModifyRows = true;
-			dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
-			this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
-			this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
-			this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
-			this.dgvDefect.CellHeight = 23;
-			this.dgvDefect.ChildNodeColumnName = null;
-			this.dgvDefect.ChildNodeColumnText = null;
-			this.dgvDefect.ColumnDeep = 1;
-			this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
-			dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
-			dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
-			dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
-			dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
-			dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
-			dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-			this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
-			this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
-			this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
-            this.DefectName,
-            this.DefectPositionName,
-            this.DefectProcedureName,
-            this.DefectFine,
-            this.DefectDeductionNum,
-            this.DefectUserName,
-            this.DefectStaffNames,
-            this.JobsName,
-            this.DefectRemarks});
-			this.dgvDefect.ColumnTreeView = null;
-			this.dgvDefect.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
-			this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
-			this.dgvDefect.DynamicColumnName = "";
-			this.dgvDefect.EnableHeadersVisualStyles = false;
-			this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.dgvDefect.FormatQuantityColumns = null;
-			this.dgvDefect.HorizontalMergeColumn = null;
-			this.dgvDefect.IsAutoCountSum = true;
-			this.dgvDefect.IsAutoResizeColumns = false;
-			this.dgvDefect.IsClickF12 = false;
-			this.dgvDefect.IsOpenMergeCellFlag = false;
-			this.dgvDefect.IsSubTotalFlag = false;
-			this.dgvDefect.IsTopDeep = false;
-			this.dgvDefect.Location = new System.Drawing.Point(0, 0);
-			this.dgvDefect.Margin = new System.Windows.Forms.Padding(0);
-			this.dgvDefect.MergeColumnNames = null;
-			this.dgvDefect.MergeDetailColumnNames = null;
-			this.dgvDefect.MergeDetailOnlyColumn = null;
-			this.dgvDefect.MergeOnlyColumn = null;
-			this.dgvDefect.MultiSelect = false;
-			this.dgvDefect.Name = "dgvDefect";
-			this.dgvDefect.ReadOnly = true;
-			this.dgvDefect.RefreshAtHscroll = false;
-			this.dgvDefect.RowHeadersWidth = 50;
-			this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
-			dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
-			this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle11;
-			this.dgvDefect.RowTemplate.Height = 25;
-			this.dgvDefect.Size = new System.Drawing.Size(1090, 171);
-			this.dgvDefect.SortOrderColumnName = null;
-			this.dgvDefect.TabIndex = 0;
-			this.dgvDefect.Tag = true;
-			this.dgvDefect.TotalSumColumns = null;
-			this.dgvDefect.ViewRowFilter = "";
-			// 
-			// DefectName
-			// 
-			this.DefectName.DataPropertyName = "DefectName";
-			this.DefectName.HeaderText = "缺陷";
-			this.DefectName.Name = "DefectName";
-			this.DefectName.ReadOnly = true;
-			// 
-			// DefectPositionName
-			// 
-			this.DefectPositionName.DataPropertyName = "DefectPositionName";
-			this.DefectPositionName.HeaderText = "缺陷位置";
-			this.DefectPositionName.Name = "DefectPositionName";
-			this.DefectPositionName.ReadOnly = true;
-			// 
-			// DefectProcedureName
-			// 
-			this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
-			this.DefectProcedureName.HeaderText = "责任工序";
-			this.DefectProcedureName.Name = "DefectProcedureName";
-			this.DefectProcedureName.ReadOnly = true;
-			// 
-			// DefectFine
-			// 
-			this.DefectFine.DataPropertyName = "DefectFine";
-			dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
-			this.DefectFine.DefaultCellStyle = dataGridViewCellStyle9;
-			this.DefectFine.HeaderText = "缺陷扣罚";
-			this.DefectFine.Name = "DefectFine";
-			this.DefectFine.ReadOnly = true;
-			// 
-			// DefectDeductionNum
-			// 
-			this.DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
-			dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
-			this.DefectDeductionNum.DefaultCellStyle = dataGridViewCellStyle10;
-			this.DefectDeductionNum.HeaderText = "缺陷扣除数";
-			this.DefectDeductionNum.Name = "DefectDeductionNum";
-			this.DefectDeductionNum.ReadOnly = true;
-			// 
-			// DefectUserName
-			// 
-			this.DefectUserName.DataPropertyName = "DefectUserCode";
-			this.DefectUserName.HeaderText = "责任工号";
-			this.DefectUserName.Name = "DefectUserName";
-			this.DefectUserName.ReadOnly = true;
-			// 
-			// DefectStaffNames
-			// 
-			this.DefectStaffNames.DataPropertyName = "DefectStaffNames";
-			this.DefectStaffNames.HeaderText = "责任员工";
-			this.DefectStaffNames.Name = "DefectStaffNames";
-			this.DefectStaffNames.ReadOnly = true;
-			// 
-			// JobsName
-			// 
-			this.JobsName.DataPropertyName = "JobsName";
-			this.JobsName.HeaderText = "责任工种";
-			this.JobsName.Name = "JobsName";
-			this.JobsName.ReadOnly = true;
-			// 
-			// DefectRemarks
-			// 
-			this.DefectRemarks.DataPropertyName = "Remarks";
-			this.DefectRemarks.HeaderText = "备注";
-			this.DefectRemarks.MaxInputLength = 200;
-			this.DefectRemarks.Name = "DefectRemarks";
-			this.DefectRemarks.ReadOnly = true;
-			this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
-			this.DefectRemarks.Width = 200;
-			// 
 			// F_PM_1201
 			// 
 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -1038,33 +1047,6 @@
         private System.Windows.Forms.SplitContainer splitContainer1;
         private Basics.BaseControls.C_DataGridView dgvProduction;
         private Basics.BaseControls.C_DataGridView dgvDefect;
-        private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn Goodsleveltype;
-        private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPositionName;
-        private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
-        private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
-        private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
-        private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
-        private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
-        private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
-        private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
-        private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
-        private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
-        private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
-        private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
-        private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
-        private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
-        private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
-        private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
         private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
         private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
         private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
@@ -1078,5 +1060,33 @@
 		private Controls.SearchBox.ScbGoodsType scbGoodsType;
 		private Basics.BaseControls.C_Label lblOrganization;
 		private Controls.SearchBox.ScbOrganization scbOrganization;
+		private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
+		private System.Windows.Forms.DataGridViewTextBoxColumn Goodsleveltype;
+		private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
+		private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
+		private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPositionName;
+		private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
+		private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
+		private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
+		private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
+		private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
+		private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
+		private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
+		private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
+		private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
+		private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
+		private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
+		private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
+		private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
+		private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
+		private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
+		private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
+		private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
 	}
 }

+ 3 - 0
DK.Client/PMModule/F_PM_1201.resx

@@ -212,6 +212,9 @@
   <metadata name="GoodsTypeName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>
+  <metadata name="DICTIONARYVALUE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>True</value>
+  </metadata>
   <metadata name="GroutingMouldCode.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>