|
|
@@ -46,7 +46,6 @@
|
|
|
this.pa_id = new System.Windows.Forms.Label();
|
|
|
this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.pr_id = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
|
|
|
@@ -250,19 +249,6 @@
|
|
|
this.label3.TabIndex = 160;
|
|
|
this.label3.Text = "打印标签";
|
|
|
//
|
|
|
- // pr_id
|
|
|
- //
|
|
|
- this.pr_id.AutoSize = true;
|
|
|
- this.pr_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_id.Location = new System.Drawing.Point(964, 79);
|
|
|
- this.pr_id.Name = "pr_id";
|
|
|
- this.pr_id.Size = new System.Drawing.Size(47, 21);
|
|
|
- this.pr_id.TabIndex = 161;
|
|
|
- this.pr_id.Tag = "pr_id";
|
|
|
- this.pr_id.Text = "pr_id";
|
|
|
- this.pr_id.Visible = false;
|
|
|
- this.pr_id.TextChanged += new System.EventHandler(this.pr_id_TextChanged);
|
|
|
- //
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
@@ -288,7 +274,6 @@
|
|
|
//
|
|
|
// pa_outboxcode
|
|
|
//
|
|
|
- this.pa_outboxcode.ErrorMsg = null;
|
|
|
this.pa_outboxcode.Location = new System.Drawing.Point(109, 54);
|
|
|
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
@@ -535,7 +520,6 @@
|
|
|
this.Controls.Add(this.PrintNum);
|
|
|
this.Controls.Add(this.pa_outboxcode);
|
|
|
this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.pr_id);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.PrintLabel);
|
|
|
this.Controls.Add(this.PrintList);
|
|
|
@@ -611,7 +595,6 @@
|
|
|
private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
|
|
|
private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.Label pr_id;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
|
|
|
private System.Windows.Forms.NumericUpDown PrintNum;
|