I did not read the other thread, but you can show the Form designer
generated code, show all files in the solution explorer by click the icon at
the top of it. You see a + sign left to the Form. Open the node and you'll
see a Form.Designer.vb. Classes can now be split into multiple source files.
This is used for putting the designer generated code into a different file.