Forms are the "parents" of all controls.
The first form that is shown will be the main form.
Program ends when the user closes the main form (or using AppClose).
When closing non main forms the forms actually hide and can be visible again using
Form.Show
Form is the only control you can draw on.
Properties and Methods:
Events: