I have a VB.Net Windows app in which I have a Form that somehow when I run the app, the Form looks as it should, but in design mode, some of the controls are out of place, not aligned like it looks when it's running. I don't know how to fix this because I don't know what caused it. But....I was wondering if I could take an older version of the .Designer file (when it looked correct in design mode) and pull it from TFS into the current code. Is this possible?

Thanks