|
|
@@ -30,7 +30,7 @@
|
|
|
{
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = 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();
|
|
|
@@ -44,6 +44,7 @@
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.dgvMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
|
|
|
this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
@@ -99,6 +100,7 @@
|
|
|
this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mouldmaterialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -108,6 +110,7 @@
|
|
|
this.StandardGroutingSum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingNums = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.notusedGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingDateEnd = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LastGroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -165,6 +168,7 @@
|
|
|
this.ProductionDate,
|
|
|
this.GoodsID,
|
|
|
this.GoodsCode,
|
|
|
+ this.mouldmaterialcode,
|
|
|
this.UserID,
|
|
|
this.UserCode,
|
|
|
this.Weight,
|
|
|
@@ -174,6 +178,7 @@
|
|
|
this.StandardGroutingSum,
|
|
|
this.GroutingNum,
|
|
|
this.GroutingNums,
|
|
|
+ this.notusedGroutingNum,
|
|
|
this.GroutingDateBegin,
|
|
|
this.GroutingDateEnd,
|
|
|
this.LastGroutingBatchNo,
|
|
|
@@ -212,8 +217,8 @@
|
|
|
this.dgvMould.RefreshAtHscroll = false;
|
|
|
this.dgvMould.RowHeadersWidth = 50;
|
|
|
this.dgvMould.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle16;
|
|
|
+ dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle17;
|
|
|
this.dgvMould.RowTemplate.Height = 21;
|
|
|
this.dgvMould.Size = new System.Drawing.Size(984, 213);
|
|
|
this.dgvMould.SortOrderColumnName = null;
|
|
|
@@ -755,6 +760,13 @@
|
|
|
this.GoodsCode.Name = "GoodsCode";
|
|
|
this.GoodsCode.ReadOnly = true;
|
|
|
//
|
|
|
+ // mouldmaterialcode
|
|
|
+ //
|
|
|
+ this.mouldmaterialcode.DataPropertyName = "mouldmaterialcode";
|
|
|
+ this.mouldmaterialcode.HeaderText = "物料编码";
|
|
|
+ this.mouldmaterialcode.Name = "mouldmaterialcode";
|
|
|
+ this.mouldmaterialcode.ReadOnly = true;
|
|
|
+ //
|
|
|
// UserID
|
|
|
//
|
|
|
this.UserID.DataPropertyName = "UserID";
|
|
|
@@ -841,12 +853,22 @@
|
|
|
this.GroutingNums.Name = "GroutingNums";
|
|
|
this.GroutingNums.ReadOnly = true;
|
|
|
//
|
|
|
+ // notusedGroutingNum
|
|
|
+ //
|
|
|
+ this.notusedGroutingNum.DataPropertyName = "notusedGroutingNum";
|
|
|
+ dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ dataGridViewCellStyle11.Format = "N0";
|
|
|
+ this.notusedGroutingNum.DefaultCellStyle = dataGridViewCellStyle11;
|
|
|
+ this.notusedGroutingNum.HeaderText = "剩余次数";
|
|
|
+ this.notusedGroutingNum.Name = "notusedGroutingNum";
|
|
|
+ this.notusedGroutingNum.ReadOnly = true;
|
|
|
+ //
|
|
|
// GroutingDateBegin
|
|
|
//
|
|
|
this.GroutingDateBegin.DataPropertyName = "GroutingDateBegin";
|
|
|
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle11.Format = "yyyy-MM-dd";
|
|
|
- this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle11;
|
|
|
+ dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle12.Format = "yyyy-MM-dd";
|
|
|
+ this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle12;
|
|
|
this.GroutingDateBegin.HeaderText = "注浆日期(起始)";
|
|
|
this.GroutingDateBegin.Name = "GroutingDateBegin";
|
|
|
this.GroutingDateBegin.ReadOnly = true;
|
|
|
@@ -854,9 +876,9 @@
|
|
|
// GroutingDateEnd
|
|
|
//
|
|
|
this.GroutingDateEnd.DataPropertyName = "GroutingDateEnd";
|
|
|
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle12.Format = "yyyy-MM-dd";
|
|
|
- this.GroutingDateEnd.DefaultCellStyle = dataGridViewCellStyle12;
|
|
|
+ dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle13.Format = "yyyy-MM-dd";
|
|
|
+ this.GroutingDateEnd.DefaultCellStyle = dataGridViewCellStyle13;
|
|
|
this.GroutingDateEnd.HeaderText = "注浆日期(当前)";
|
|
|
this.GroutingDateEnd.Name = "GroutingDateEnd";
|
|
|
this.GroutingDateEnd.ReadOnly = true;
|
|
|
@@ -864,9 +886,9 @@
|
|
|
// LastGroutingBatchNo
|
|
|
//
|
|
|
this.LastGroutingBatchNo.DataPropertyName = "LastGroutingBatchNo";
|
|
|
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- dataGridViewCellStyle13.Format = "N0";
|
|
|
- this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle13;
|
|
|
+ dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ dataGridViewCellStyle14.Format = "N0";
|
|
|
+ this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle14;
|
|
|
this.LastGroutingBatchNo.HeaderText = "注浆批次(当前)";
|
|
|
this.LastGroutingBatchNo.Name = "LastGroutingBatchNo";
|
|
|
this.LastGroutingBatchNo.ReadOnly = true;
|
|
|
@@ -900,9 +922,9 @@
|
|
|
// ScrapDate
|
|
|
//
|
|
|
this.ScrapDate.DataPropertyName = "ScrapDate";
|
|
|
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle14.Format = "yyyy-MM-dd";
|
|
|
- this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle14;
|
|
|
+ dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle15.Format = "yyyy-MM-dd";
|
|
|
+ this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle15;
|
|
|
this.ScrapDate.HeaderText = "报废日期";
|
|
|
this.ScrapDate.Name = "ScrapDate";
|
|
|
this.ScrapDate.ReadOnly = true;
|
|
|
@@ -952,9 +974,9 @@
|
|
|
// CreateTime
|
|
|
//
|
|
|
this.CreateTime.DataPropertyName = "CreateTime";
|
|
|
- dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle15.Format = "yyyy-MM-dd";
|
|
|
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle15;
|
|
|
+ dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle16.Format = "yyyy-MM-dd";
|
|
|
+ this.CreateTime.DefaultCellStyle = dataGridViewCellStyle16;
|
|
|
this.CreateTime.HeaderText = "创建日期";
|
|
|
this.CreateTime.Name = "CreateTime";
|
|
|
this.CreateTime.ReadOnly = true;
|
|
|
@@ -1044,6 +1066,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mouldmaterialcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Weight;
|
|
|
@@ -1053,6 +1076,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingSum;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNums;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn notusedGroutingNum;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateBegin;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateEnd;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingBatchNo;
|