Does anyone have any good suggestions for how to work with a bunch of large picture boxes at design time? I need to design them for a tab control.

The 2 ideas I had (neither of which are very good) were to:
1) Make the form really really long in the IDE and just scroll down the picture box that I need to edit
2) Make all the picture boxes on separate forms in the project, but during run time, write a procedure to transfer them all back to the main form (this seems like a waste of memory to me, though)

Any ideas?