|
|
@@ -754,11 +754,11 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.TestCollection_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.ResumeLayout(true);
|
|
|
this.panel2.PerformLayout();
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.ResumeLayout(true);
|
|
|
this.panel1.PerformLayout();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|