A.Call the InitLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
B.Call the InitLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.
C.Call the SuspendLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
D.Call the SuspendLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.