1. Set the cursor in the top left Edit on the Form
2. Clear Edits and RichEdit using .Clear
3. Clear SpinEdits by setting the Value property to 0 or another integer number
4. Set DateTimePicker to today's date using the Date function
5. Clear a Label by setting the Caption property to an empty string
6. Set Boolean properties of objects to True/False depending on the state the object was in when the program ran for the first time