|
|
@@ -284,11 +284,11 @@
|
|
|
this.TopMost = false;
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Main_Load);
|
|
|
- this.BasicInf.ResumeLayout(true);
|
|
|
+ this.BasicInf.ResumeLayout(false);
|
|
|
this.BasicInf.PerformLayout();
|
|
|
- this.panel1.ResumeLayout(true);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|