问题 My question has two parts: Does anyone have any tips or references to some documentation on the web about how to write GUI code that is easy to read, write, and maintain? Example. I find that the more extensive my GUI forms become, I end up with a long list of fairly short event handler methods. If I try to add any private helper methods, they just get lost in the shuffle, and I constantly have to scroll around the page to follow a single line of thought. How can I easily manage settings