|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.ob_checkno_label = new System.Windows.Forms.Label();
|
|
this.ob_checkno_label = new System.Windows.Forms.Label();
|
|
|
this.obd_outboxcode_label = new System.Windows.Forms.Label();
|
|
this.obd_outboxcode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
@@ -55,9 +55,6 @@
|
|
|
this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.ob_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ChoosedDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
this.ChoosedDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
|
- this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -90,6 +87,9 @@
|
|
|
this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
@@ -440,29 +440,6 @@
|
|
|
this.ChoosedDGV.Size = new System.Drawing.Size(325, 321);
|
|
this.ChoosedDGV.Size = new System.Drawing.Size(325, 321);
|
|
|
this.ChoosedDGV.TabIndex = 205;
|
|
this.ChoosedDGV.TabIndex = 205;
|
|
|
//
|
|
//
|
|
|
- // or_id
|
|
|
|
|
- //
|
|
|
|
|
- this.or_id.DataPropertyName = "or_id";
|
|
|
|
|
- this.or_id.HeaderText = "or_id";
|
|
|
|
|
- this.or_id.Name = "or_id";
|
|
|
|
|
- this.or_id.Visible = false;
|
|
|
|
|
- //
|
|
|
|
|
- // bc_code1
|
|
|
|
|
- //
|
|
|
|
|
- this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
- this.bc_code1.DataPropertyName = "bg_code";
|
|
|
|
|
- this.bc_code1.HeaderText = "不良代码";
|
|
|
|
|
- this.bc_code1.Name = "bc_code1";
|
|
|
|
|
- this.bc_code1.ReadOnly = true;
|
|
|
|
|
- //
|
|
|
|
|
- // bc_name1
|
|
|
|
|
- //
|
|
|
|
|
- this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
- this.bc_name1.DataPropertyName = "bg_name";
|
|
|
|
|
- this.bc_name1.HeaderText = "不良原因";
|
|
|
|
|
- this.bc_name1.Name = "bc_name1";
|
|
|
|
|
- this.bc_name1.ReadOnly = true;
|
|
|
|
|
- //
|
|
|
|
|
// WaitChooseDGV
|
|
// WaitChooseDGV
|
|
|
//
|
|
//
|
|
|
this.WaitChooseDGV.AllowUserToAddRows = false;
|
|
this.WaitChooseDGV.AllowUserToAddRows = false;
|
|
@@ -584,8 +561,8 @@
|
|
|
//
|
|
//
|
|
|
this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.oi_ng.DataPropertyName = "oi_count";
|
|
this.oi_ng.DataPropertyName = "oi_count";
|
|
|
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
- this.oi_ng.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
|
|
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
+ this.oi_ng.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.oi_ng.HeaderText = "样本数量";
|
|
this.oi_ng.HeaderText = "样本数量";
|
|
|
this.oi_ng.Name = "oi_ng";
|
|
this.oi_ng.Name = "oi_ng";
|
|
|
this.oi_ng.Width = 96;
|
|
this.oi_ng.Width = 96;
|
|
@@ -875,6 +852,29 @@
|
|
|
this.obd_id.Name = "obd_id";
|
|
this.obd_id.Name = "obd_id";
|
|
|
this.obd_id.Visible = false;
|
|
this.obd_id.Visible = false;
|
|
|
//
|
|
//
|
|
|
|
|
+ // or_id
|
|
|
|
|
+ //
|
|
|
|
|
+ this.or_id.DataPropertyName = "or_id";
|
|
|
|
|
+ this.or_id.HeaderText = "or_id";
|
|
|
|
|
+ this.or_id.Name = "or_id";
|
|
|
|
|
+ this.or_id.Visible = false;
|
|
|
|
|
+ //
|
|
|
|
|
+ // bc_code1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
+ this.bc_code1.DataPropertyName = "bg_code";
|
|
|
|
|
+ this.bc_code1.HeaderText = "不良代码";
|
|
|
|
|
+ this.bc_code1.Name = "bc_code1";
|
|
|
|
|
+ this.bc_code1.ReadOnly = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // bc_name1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
+ this.bc_name1.DataPropertyName = "bg_name";
|
|
|
|
|
+ this.bc_name1.HeaderText = "不良名称";
|
|
|
|
|
+ this.bc_name1.Name = "bc_name1";
|
|
|
|
|
+ this.bc_name1.ReadOnly = true;
|
|
|
|
|
+ //
|
|
|
// OQC_SamplingDataCollection
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
@@ -986,9 +986,6 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
|
|
|
private System.Windows.Forms.Label ob_maxngacceptqty_label;
|
|
private System.Windows.Forms.Label ob_maxngacceptqty_label;
|
|
|
private System.Windows.Forms.Label ob_projectcode_label;
|
|
private System.Windows.Forms.Label ob_projectcode_label;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
|
|
@@ -999,5 +996,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_id;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|