|
|
@@ -150,7 +150,6 @@
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
this.PrintLabel.Size = new System.Drawing.Size(222, 26);
|
|
|
this.PrintLabel.TabIndex = 189;
|
|
|
- this.PrintLabel.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
@@ -234,6 +233,7 @@
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
this.pr_code.Size = new System.Drawing.Size(0, 31);
|
|
|
this.pr_code.TabIndex = 200;
|
|
|
+ this.pr_code.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
|
|
|
//
|
|
|
// ms_makecode
|
|
|
//
|
|
|
@@ -368,9 +368,9 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
|
|
|
- this.panel1.ResumeLayout(true);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|