I'm experiencing a problem with a client that I have never seen. When I
receive code (windows forms) from him there is no .Margin = new System.
Windows.Forms.Padding(3,2,3,2) command. I can view the form in the designer
just fine, but when I compile and run the form doesn't correctly. Some of
the controls (mainly buttons) will be placed off the visible area. If I edit
the form, all of the locations change because my version of VS will add the
Margin assignment in. If I send it back to him, the same thing happens and
he can't see everything.

We are both using VS 2005 with all updates applied (that I am aware of at
least).

Has anyone seen this before, or is there a setting that I'm just not aware of
to default the padding.

Any help is appreciated.