This document contains code for two forms (Form1 and Form2) written in Visual Basic. Form1 contains code to perform basic mathematical operations based on a dropdown selection. It will also display different options and labels based on the login type passed from Form2. Form2 contains a login button that passes an integer back to Form1 to control the available options. When the user logs in with a username, it sets the login integer and opens Form1 to display the correct options and labels for that user type.