|
|
@@ -49,7 +49,6 @@
|
|
|
this.ms_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.SaveData = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ReturnStep = new System.Windows.Forms.CheckBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -330,22 +329,11 @@
|
|
|
this.SaveData.UseVisualStyleBackColor = true;
|
|
|
this.SaveData.Click += new System.EventHandler(this.SaveData_Click);
|
|
|
//
|
|
|
- // ReturnStep
|
|
|
- //
|
|
|
- this.ReturnStep.AutoSize = true;
|
|
|
- this.ReturnStep.Location = new System.Drawing.Point(390, 103);
|
|
|
- this.ReturnStep.Name = "ReturnStep";
|
|
|
- this.ReturnStep.Size = new System.Drawing.Size(138, 28);
|
|
|
- this.ReturnStep.TabIndex = 201;
|
|
|
- this.ReturnStep.Text = "是否回流";
|
|
|
- this.ReturnStep.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
// OQC_PlanMaintain_Cust
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(2044, 1166);
|
|
|
- this.Controls.Add(this.ReturnStep);
|
|
|
this.Controls.Add(this.SaveData);
|
|
|
this.Controls.Add(this.Reject);
|
|
|
this.Controls.Add(this.GoodProduct);
|
|
|
@@ -372,7 +360,7 @@
|
|
|
this.Load += new System.EventHandler(this.抽样计划维护_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -399,6 +387,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_itemname;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn CheckResult;
|
|
|
private CustomControl.ButtonUtil.NormalButton SaveData;
|
|
|
- private System.Windows.Forms.CheckBox ReturnStep;
|
|
|
}
|
|
|
}
|