CCD结果为20项
This commit is contained in:
-341
@@ -63,38 +63,6 @@
|
||||
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
||||
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
||||
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column138 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column96 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column97 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column98 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column99 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column101 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column103 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column104 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column105 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column106 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column107 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column108 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column109 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column110 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column111 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column112 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column113 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column114 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column147 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.groupBoxEX3.SuspendLayout();
|
||||
@@ -496,39 +464,6 @@
|
||||
this.dgvBlankingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dgvBlankingData.ColumnHeadersHeight = 34;
|
||||
this.dgvBlankingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
this.dgvBlankingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.dataGridViewTextBoxColumn1,
|
||||
this.dataGridViewTextBoxColumn2,
|
||||
this.Column7,
|
||||
this.dataGridViewTextBoxColumn5,
|
||||
this.Column33,
|
||||
this.Column29,
|
||||
this.Column3,
|
||||
this.Column138,
|
||||
this.Column25,
|
||||
this.Column96,
|
||||
this.Column97,
|
||||
this.Column98,
|
||||
this.Column99,
|
||||
this.Column100,
|
||||
this.Column101,
|
||||
this.Column103,
|
||||
this.Column104,
|
||||
this.Column105,
|
||||
this.Column106,
|
||||
this.Column107,
|
||||
this.Column108,
|
||||
this.Column109,
|
||||
this.Column110,
|
||||
this.Column111,
|
||||
this.Column112,
|
||||
this.Column113,
|
||||
this.Column114,
|
||||
this.Column147,
|
||||
this.Column34,
|
||||
this.Column35,
|
||||
this.Column102,
|
||||
this.Column22});
|
||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
||||
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
@@ -562,250 +497,6 @@
|
||||
this.dgvBlankingData.TabIndex = 10;
|
||||
this.dgvBlankingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBlankingData_CellContentClick);
|
||||
//
|
||||
// dataGridViewTextBoxColumn1
|
||||
//
|
||||
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
|
||||
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
||||
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||||
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||||
this.dataGridViewTextBoxColumn1.Width = 52;
|
||||
//
|
||||
// dataGridViewTextBoxColumn2
|
||||
//
|
||||
this.dataGridViewTextBoxColumn2.DataPropertyName = "CSBYHASCANNINGTIME";
|
||||
this.dataGridViewTextBoxColumn2.HeaderText = "时间";
|
||||
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
|
||||
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||||
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
||||
this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
this.dataGridViewTextBoxColumn2.Width = 160;
|
||||
//
|
||||
// Column7
|
||||
//
|
||||
this.Column7.DataPropertyName = "ChannelNo";
|
||||
this.Column7.HeaderText = "通道";
|
||||
this.Column7.Name = "Column7";
|
||||
this.Column7.ReadOnly = true;
|
||||
//
|
||||
// dataGridViewTextBoxColumn5
|
||||
//
|
||||
this.dataGridViewTextBoxColumn5.DataPropertyName = "BarCode";
|
||||
this.dataGridViewTextBoxColumn5.HeaderText = "电芯码";
|
||||
this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
|
||||
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
||||
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
||||
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
this.dataGridViewTextBoxColumn5.Width = 210;
|
||||
//
|
||||
// Column33
|
||||
//
|
||||
this.Column33.DataPropertyName = "CSBYHSCHEDULE";
|
||||
this.Column33.HeaderText = "班次";
|
||||
this.Column33.MinimumWidth = 8;
|
||||
this.Column33.Name = "Column33";
|
||||
this.Column33.ReadOnly = true;
|
||||
this.Column33.Width = 150;
|
||||
//
|
||||
// Column29
|
||||
//
|
||||
this.Column29.DataPropertyName = "CSBYHOUTSTATIONJUDGMENTRESULT";
|
||||
this.Column29.HeaderText = "出站判定";
|
||||
this.Column29.MinimumWidth = 8;
|
||||
this.Column29.Name = "Column29";
|
||||
this.Column29.ReadOnly = true;
|
||||
this.Column29.Width = 150;
|
||||
//
|
||||
// Column3
|
||||
//
|
||||
this.Column3.DataPropertyName = "Remark";
|
||||
this.Column3.HeaderText = "备注";
|
||||
this.Column3.Name = "Column3";
|
||||
this.Column3.ReadOnly = true;
|
||||
this.Column3.Width = 400;
|
||||
//
|
||||
// Column138
|
||||
//
|
||||
this.Column138.DataPropertyName = "UpState";
|
||||
this.Column138.HeaderText = "上传状态";
|
||||
this.Column138.Name = "Column138";
|
||||
this.Column138.ReadOnly = true;
|
||||
//
|
||||
// Column25
|
||||
//
|
||||
this.Column25.DataPropertyName = "CCDResult1";
|
||||
this.Column25.HeaderText = "正面(2D/3D)";
|
||||
this.Column25.Name = "Column25";
|
||||
this.Column25.ReadOnly = true;
|
||||
//
|
||||
// Column96
|
||||
//
|
||||
this.Column96.DataPropertyName = "CCDResult2";
|
||||
this.Column96.HeaderText = "反面(2D/3D)";
|
||||
this.Column96.Name = "Column96";
|
||||
this.Column96.ReadOnly = true;
|
||||
//
|
||||
// Column97
|
||||
//
|
||||
this.Column97.DataPropertyName = "CCDResult3";
|
||||
this.Column97.HeaderText = "左侧面(2D/3D)";
|
||||
this.Column97.Name = "Column97";
|
||||
this.Column97.ReadOnly = true;
|
||||
//
|
||||
// Column98
|
||||
//
|
||||
this.Column98.DataPropertyName = "CCDResult4";
|
||||
this.Column98.HeaderText = "右侧面(2D/3D)";
|
||||
this.Column98.Name = "Column98";
|
||||
this.Column98.ReadOnly = true;
|
||||
//
|
||||
// Column99
|
||||
//
|
||||
this.Column99.DataPropertyName = "CCDResult5";
|
||||
this.Column99.HeaderText = "顶面(2D/3D)";
|
||||
this.Column99.Name = "Column99";
|
||||
this.Column99.ReadOnly = true;
|
||||
//
|
||||
// Column100
|
||||
//
|
||||
this.Column100.DataPropertyName = "CCDResult6";
|
||||
this.Column100.HeaderText = "底面(2D/3D)";
|
||||
this.Column100.Name = "Column100";
|
||||
this.Column100.ReadOnly = true;
|
||||
//
|
||||
// Column101
|
||||
//
|
||||
this.Column101.DataPropertyName = "CCDResult7";
|
||||
this.Column101.HeaderText = "底DE1";
|
||||
this.Column101.Name = "Column101";
|
||||
this.Column101.ReadOnly = true;
|
||||
//
|
||||
// Column103
|
||||
//
|
||||
this.Column103.DataPropertyName = "CCDResult8";
|
||||
this.Column103.HeaderText = "底DE2";
|
||||
this.Column103.Name = "Column103";
|
||||
this.Column103.ReadOnly = true;
|
||||
//
|
||||
// Column104
|
||||
//
|
||||
this.Column104.DataPropertyName = "CCDResult9";
|
||||
this.Column104.HeaderText = "底DE3";
|
||||
this.Column104.Name = "Column104";
|
||||
this.Column104.ReadOnly = true;
|
||||
//
|
||||
// Column105
|
||||
//
|
||||
this.Column105.DataPropertyName = "CCDResult10";
|
||||
this.Column105.HeaderText = "底DE4";
|
||||
this.Column105.Name = "Column105";
|
||||
this.Column105.ReadOnly = true;
|
||||
//
|
||||
// Column106
|
||||
//
|
||||
this.Column106.DataPropertyName = "CCDResult11";
|
||||
this.Column106.HeaderText = "中ME1";
|
||||
this.Column106.Name = "Column106";
|
||||
this.Column106.ReadOnly = true;
|
||||
//
|
||||
// Column107
|
||||
//
|
||||
this.Column107.DataPropertyName = "CCDResult12";
|
||||
this.Column107.HeaderText = "中ME2";
|
||||
this.Column107.Name = "Column107";
|
||||
this.Column107.ReadOnly = true;
|
||||
//
|
||||
// Column108
|
||||
//
|
||||
this.Column108.DataPropertyName = "CCDResult13";
|
||||
this.Column108.HeaderText = "中ME3";
|
||||
this.Column108.Name = "Column108";
|
||||
this.Column108.ReadOnly = true;
|
||||
//
|
||||
// Column109
|
||||
//
|
||||
this.Column109.DataPropertyName = "CCDResult14";
|
||||
this.Column109.HeaderText = "中ME4";
|
||||
this.Column109.Name = "Column109";
|
||||
this.Column109.ReadOnly = true;
|
||||
//
|
||||
// Column110
|
||||
//
|
||||
this.Column110.DataPropertyName = "CCDResult15";
|
||||
this.Column110.HeaderText = "极柱(POS/NEG)";
|
||||
this.Column110.Name = "Column110";
|
||||
this.Column110.ReadOnly = true;
|
||||
//
|
||||
// Column111
|
||||
//
|
||||
this.Column111.DataPropertyName = "CCDResult16";
|
||||
this.Column111.HeaderText = "防爆阀(PRO)";
|
||||
this.Column111.Name = "Column111";
|
||||
this.Column111.ReadOnly = true;
|
||||
//
|
||||
// Column112
|
||||
//
|
||||
this.Column112.DataPropertyName = "CCDResult17";
|
||||
this.Column112.HeaderText = "厚度1";
|
||||
this.Column112.Name = "Column112";
|
||||
this.Column112.ReadOnly = true;
|
||||
//
|
||||
// Column113
|
||||
//
|
||||
this.Column113.DataPropertyName = "CCDResult18";
|
||||
this.Column113.HeaderText = "厚度2";
|
||||
this.Column113.Name = "Column113";
|
||||
this.Column113.ReadOnly = true;
|
||||
//
|
||||
// Column114
|
||||
//
|
||||
this.Column114.DataPropertyName = "CCDResult19";
|
||||
this.Column114.HeaderText = "厚度3";
|
||||
this.Column114.Name = "Column114";
|
||||
this.Column114.ReadOnly = true;
|
||||
//
|
||||
// Column147
|
||||
//
|
||||
this.Column147.DataPropertyName = "RethrowNum";
|
||||
this.Column147.HeaderText = "复投次数";
|
||||
this.Column147.Name = "Column147";
|
||||
this.Column147.ReadOnly = true;
|
||||
//
|
||||
// Column34
|
||||
//
|
||||
this.Column34.DataPropertyName = "CSBYHINSTATIONTIME";
|
||||
this.Column34.HeaderText = "电芯进站时间";
|
||||
this.Column34.MinimumWidth = 8;
|
||||
this.Column34.Name = "Column34";
|
||||
this.Column34.ReadOnly = true;
|
||||
this.Column34.Width = 150;
|
||||
//
|
||||
// Column35
|
||||
//
|
||||
this.Column35.DataPropertyName = "CSBYHOUTSTATIONTIME";
|
||||
this.Column35.HeaderText = "电芯出站时间";
|
||||
this.Column35.MinimumWidth = 8;
|
||||
this.Column35.Name = "Column35";
|
||||
this.Column35.ReadOnly = true;
|
||||
this.Column35.Width = 150;
|
||||
//
|
||||
// Column102
|
||||
//
|
||||
this.Column102.DataPropertyName = "Flag";
|
||||
this.Column102.HeaderText = "标志";
|
||||
this.Column102.MinimumWidth = 8;
|
||||
this.Column102.Name = "Column102";
|
||||
this.Column102.ReadOnly = true;
|
||||
this.Column102.Width = 150;
|
||||
//
|
||||
// Column22
|
||||
//
|
||||
this.Column22.DataPropertyName = "Result";
|
||||
this.Column22.HeaderText = "反馈结果";
|
||||
this.Column22.MinimumWidth = 8;
|
||||
this.Column22.Name = "Column22";
|
||||
this.Column22.ReadOnly = true;
|
||||
this.Column22.Width = 150;
|
||||
//
|
||||
// imageList1
|
||||
//
|
||||
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||||
@@ -871,37 +562,5 @@
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn InResult;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column139;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column33;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column29;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column138;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column96;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column97;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column98;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column99;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column100;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column101;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column103;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column104;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column105;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column106;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column107;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column108;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column109;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column110;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column111;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column112;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column113;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column114;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column147;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column34;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column35;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column102;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user