|
@@ -38,18 +38,20 @@
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.batch = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.batch = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
|
|
+ this.reason = new System.Windows.Forms.TextBox();
|
|
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// sn_code_label
|
|
// sn_code_label
|
|
|
//
|
|
//
|
|
|
this.sn_code_label.AutoSize = true;
|
|
this.sn_code_label.AutoSize = true;
|
|
|
this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.sn_code_label.Location = new System.Drawing.Point(68, 215);
|
|
|
|
|
|
|
+ this.sn_code_label.Location = new System.Drawing.Point(41, 218);
|
|
|
this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
this.sn_code_label.Name = "sn_code_label";
|
|
this.sn_code_label.Name = "sn_code_label";
|
|
|
- this.sn_code_label.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
|
|
+ this.sn_code_label.Size = new System.Drawing.Size(94, 41);
|
|
|
this.sn_code_label.TabIndex = 104;
|
|
this.sn_code_label.TabIndex = 104;
|
|
|
- this.sn_code_label.Text = "下地批号";
|
|
|
|
|
|
|
+ this.sn_code_label.Text = "SN号";
|
|
|
//
|
|
//
|
|
|
// pr_detail
|
|
// pr_detail
|
|
|
//
|
|
//
|
|
@@ -134,7 +136,7 @@
|
|
|
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
this.Confirm.IsShowBorder = true;
|
|
this.Confirm.IsShowBorder = true;
|
|
|
- this.Confirm.Location = new System.Drawing.Point(316, 430);
|
|
|
|
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(315, 521);
|
|
|
this.Confirm.Margin = new System.Windows.Forms.Padding(8);
|
|
this.Confirm.Margin = new System.Windows.Forms.Padding(8);
|
|
|
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
this.Confirm.Name = "Confirm";
|
|
this.Confirm.Name = "Confirm";
|
|
@@ -162,11 +164,31 @@
|
|
|
this.batch.TabIndex = 140;
|
|
this.batch.TabIndex = 140;
|
|
|
this.batch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
this.batch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
//
|
|
//
|
|
|
|
|
+ // reason
|
|
|
|
|
+ //
|
|
|
|
|
+ this.reason.Location = new System.Drawing.Point(226, 433);
|
|
|
|
|
+ this.reason.Name = "reason";
|
|
|
|
|
+ this.reason.Size = new System.Drawing.Size(388, 35);
|
|
|
|
|
+ this.reason.TabIndex = 238;
|
|
|
|
|
+ //
|
|
|
|
|
+ // label1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label1.AutoSize = true;
|
|
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(41, 427);
|
|
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
|
|
+ this.label1.Name = "label1";
|
|
|
|
|
+ this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.label1.TabIndex = 239;
|
|
|
|
|
+ this.label1.Text = "解除原因";
|
|
|
|
|
+ //
|
|
|
// OQC_CancelMakeDown
|
|
// OQC_CancelMakeDown
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1566, 802);
|
|
this.ClientSize = new System.Drawing.Size(1566, 802);
|
|
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
|
|
+ this.Controls.Add(this.reason);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label6);
|
|
|
this.Controls.Add(this.pr_code);
|
|
this.Controls.Add(this.pr_code);
|
|
@@ -182,7 +204,7 @@
|
|
|
this.Tag = "Special!CancelCollection";
|
|
this.Tag = "Special!CancelCollection";
|
|
|
this.Text = "取消采集";
|
|
this.Text = "取消采集";
|
|
|
this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
|
|
this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
|
|
|
- this.ResumeLayout(true);
|
|
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -197,5 +219,7 @@
|
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label6;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
|
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
+ private System.Windows.Forms.TextBox reason;
|
|
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|