|
|
@@ -178,6 +178,7 @@
|
|
|
this.ma_craftcode.Name = "ma_craftcode";
|
|
|
this.ma_craftcode.Size = new System.Drawing.Size(199, 23);
|
|
|
this.ma_craftcode.TabIndex = 185;
|
|
|
+ this.ma_craftcode.SelectedIndexChanged += new System.EventHandler(this.ma_craftcode_SelectedIndexChanged);
|
|
|
//
|
|
|
// Lock
|
|
|
//
|
|
|
@@ -476,10 +477,10 @@
|
|
|
this.Text = "岗位备料";
|
|
|
this.Load += new System.EventHandler(this.岗位备料_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.岗位备料_SizeChanged);
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.ResumeLayout(true);
|
|
|
this.panel2.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|