Forms are GUI objects that provide an interface for collecting, displaying,
and delivering information. You can use a Form to represent
any window you want to display within an application. Although they
are not required, Forms almost always include controls, which are
devices such as labels, text boxes, and buttons that users can manipulate
to interact with a program.