Browse Source

底部BUG调整

章政 7 years ago
parent
commit
1055e918c9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      UAS-MES/Main.Designer.cs

+ 3 - 3
UAS-MES/Main.Designer.cs

@@ -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();
 
         }