If I create a custom control that's 200x200, then drag it into my main
form, the designer adds code to set the size. This means if I open the
control, and change its dimensions, I have to also remove the ".Size =
x" line in InitializeComponent of the parent form!

Is there any way to stop properties like size, font etc. being
duplicated in the form, when they're all already present in the controls
constructor?

Thanks,
--
Danny