|
|
@@ -66,6 +66,8 @@
|
|
|
this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
|
|
|
+ this.ob_reworkcode = new System.Windows.Forms.Label();
|
|
|
+ this.ob_source = new System.Windows.Forms.Label();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -436,6 +438,7 @@
|
|
|
this.ci_id,
|
|
|
this.ci_kind,
|
|
|
this.oi_sampleqty});
|
|
|
+ this.CheckTypeDGV.EnableContentClick = true;
|
|
|
this.CheckTypeDGV.Location = new System.Drawing.Point(33, 315);
|
|
|
this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.CheckTypeDGV.Name = "CheckTypeDGV";
|
|
|
@@ -583,11 +586,35 @@
|
|
|
this.ChooseAll.Text = "全选";
|
|
|
this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // ob_reworkcode
|
|
|
+ //
|
|
|
+ this.ob_reworkcode.AutoSize = true;
|
|
|
+ this.ob_reworkcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_reworkcode.Location = new System.Drawing.Point(1062, 233);
|
|
|
+ this.ob_reworkcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_reworkcode.Name = "ob_reworkcode";
|
|
|
+ this.ob_reworkcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_reworkcode.TabIndex = 195;
|
|
|
+ this.ob_reworkcode.Visible = false;
|
|
|
+ //
|
|
|
+ // ob_source
|
|
|
+ //
|
|
|
+ this.ob_source.AutoSize = true;
|
|
|
+ this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_source.Location = new System.Drawing.Point(1062, 198);
|
|
|
+ this.ob_source.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_source.Name = "ob_source";
|
|
|
+ this.ob_source.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_source.TabIndex = 196;
|
|
|
+ this.ob_source.Visible = false;
|
|
|
+ //
|
|
|
// OQC_PlanMaintain
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1363, 781);
|
|
|
+ this.Controls.Add(this.ob_source);
|
|
|
+ this.Controls.Add(this.ob_reworkcode);
|
|
|
this.Controls.Add(this.ChooseAll);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
@@ -668,5 +695,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
|
|
|
+ private System.Windows.Forms.Label ob_reworkcode;
|
|
|
+ private System.Windows.Forms.Label ob_source;
|
|
|
}
|
|
|
}
|