Drawing On The Form
v The form is logically divided into a grid, and a position
is designated by how many grid points it is from the
Left and the Top
o The upper left corner is position (0,0)
o The position (x, y) is x units from Left, and y units from Top
o Increasing the x value moves to the right
o Unlike graphing, though, increasing
   the y value moves down
o The lower right corner is
   position (ScaleWidth, ScaleHeight)
o To resize the form, change
   ScaleWidth and ScaleHeight