Form2 button opens up a form in full screen with data from the textbox
button1 opens up a form with a line drawn in a panel
this line and panel scale with changes in the form size
Each time a form opens the previous form is hidden. When a form closes the previous form is shown again
The Database Data buton on Form1 loads data from a database (test server with SELECT only access) and shows the data in a number of different ways
button1 in this form loads the graphing data (data from the database and some random data)
This also scales with resizing of the form