|
@@ -38,13 +38,6 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.Data = new System.Windows.Forms.DataGridView();
|
|
|
- this.detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.sp_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.OKQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.SNQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.合计 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.报废 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.OKRATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -57,6 +50,14 @@
|
|
|
this.wc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.sp_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.OKQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.SNQTY = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
|
+ this.合计 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.报废 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.OKRATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -140,7 +141,8 @@
|
|
|
this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.detno,
|
|
|
- this.sp_stepname,
|
|
|
+ this.st_name,
|
|
|
+ this.sp_stepcode,
|
|
|
this.OKQTY,
|
|
|
this.SNQTY,
|
|
|
this.合计,
|
|
@@ -151,48 +153,7 @@
|
|
|
this.Data.RowTemplate.Height = 37;
|
|
|
this.Data.Size = new System.Drawing.Size(1744, 917);
|
|
|
this.Data.TabIndex = 220;
|
|
|
- //
|
|
|
- // detno
|
|
|
- //
|
|
|
- this.detno.DataPropertyName = "detno";
|
|
|
- this.detno.HeaderText = "detno";
|
|
|
- this.detno.Name = "detno";
|
|
|
- //
|
|
|
- // sp_stepname
|
|
|
- //
|
|
|
- this.sp_stepname.DataPropertyName = "st_name";
|
|
|
- this.sp_stepname.HeaderText = "工序";
|
|
|
- this.sp_stepname.Name = "sp_stepname";
|
|
|
- //
|
|
|
- // OKQTY
|
|
|
- //
|
|
|
- this.OKQTY.DataPropertyName = "OKQTY";
|
|
|
- this.OKQTY.HeaderText = "通过";
|
|
|
- this.OKQTY.Name = "OKQTY";
|
|
|
- //
|
|
|
- // SNQTY
|
|
|
- //
|
|
|
- this.SNQTY.DataPropertyName = "NGQTY";
|
|
|
- this.SNQTY.HeaderText = "不良";
|
|
|
- this.SNQTY.Name = "SNQTY";
|
|
|
- //
|
|
|
- // 合计
|
|
|
- //
|
|
|
- this.合计.DataPropertyName = "SUMQTY";
|
|
|
- this.合计.HeaderText = "合计";
|
|
|
- this.合计.Name = "合计";
|
|
|
- //
|
|
|
- // 报废
|
|
|
- //
|
|
|
- this.报废.DataPropertyName = "报废";
|
|
|
- this.报废.HeaderText = "报废";
|
|
|
- this.报废.Name = "报废";
|
|
|
- //
|
|
|
- // OKRATE
|
|
|
- //
|
|
|
- this.OKRATE.DataPropertyName = "OKRATE";
|
|
|
- this.OKRATE.HeaderText = "直通率";
|
|
|
- this.OKRATE.Name = "OKRATE";
|
|
|
+ this.Data.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_CellContentClick);
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
@@ -339,6 +300,57 @@
|
|
|
this.Export.UseVisualStyleBackColor = false;
|
|
|
this.Export.Click += new System.EventHandler(this.Export_Click);
|
|
|
//
|
|
|
+ // detno
|
|
|
+ //
|
|
|
+ this.detno.DataPropertyName = "detno";
|
|
|
+ this.detno.HeaderText = "detno";
|
|
|
+ this.detno.Name = "detno";
|
|
|
+ //
|
|
|
+ // st_name
|
|
|
+ //
|
|
|
+ this.st_name.DataPropertyName = "st_name";
|
|
|
+ this.st_name.HeaderText = "工序";
|
|
|
+ this.st_name.Name = "st_name";
|
|
|
+ //
|
|
|
+ // sp_stepcode
|
|
|
+ //
|
|
|
+ this.sp_stepcode.DataPropertyName = "sp_stepcode";
|
|
|
+ this.sp_stepcode.HeaderText = "工序编号";
|
|
|
+ this.sp_stepcode.Name = "sp_stepcode";
|
|
|
+ this.sp_stepcode.Width = 5;
|
|
|
+ //
|
|
|
+ // OKQTY
|
|
|
+ //
|
|
|
+ this.OKQTY.DataPropertyName = "OKQTY";
|
|
|
+ this.OKQTY.HeaderText = "通过";
|
|
|
+ this.OKQTY.Name = "OKQTY";
|
|
|
+ //
|
|
|
+ // SNQTY
|
|
|
+ //
|
|
|
+ this.SNQTY.DataPropertyName = "NGQTY";
|
|
|
+ this.SNQTY.HeaderText = "不良";
|
|
|
+ this.SNQTY.Name = "SNQTY";
|
|
|
+ this.SNQTY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.SNQTY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ //
|
|
|
+ // 合计
|
|
|
+ //
|
|
|
+ this.合计.DataPropertyName = "SUMQTY";
|
|
|
+ this.合计.HeaderText = "合计";
|
|
|
+ this.合计.Name = "合计";
|
|
|
+ //
|
|
|
+ // 报废
|
|
|
+ //
|
|
|
+ this.报废.DataPropertyName = "报废";
|
|
|
+ this.报废.HeaderText = "报废";
|
|
|
+ this.报废.Name = "报废";
|
|
|
+ //
|
|
|
+ // OKRATE
|
|
|
+ //
|
|
|
+ this.OKRATE.DataPropertyName = "OKRATE";
|
|
|
+ this.OKRATE.HeaderText = "直通率";
|
|
|
+ this.OKRATE.Name = "OKRATE";
|
|
|
+ //
|
|
|
// Query_DateRate
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
@@ -385,13 +397,6 @@
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.DataGridView Data;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn detno;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn sp_stepname;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn OKQTY;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn SNQTY;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 合计;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 报废;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn OKRATE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
@@ -399,5 +404,13 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn detno;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sp_stepcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn OKQTY;
|
|
|
+ private System.Windows.Forms.DataGridViewLinkColumn SNQTY;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 合计;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 报废;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn OKRATE;
|
|
|
}
|
|
|
}
|