In this exercise, you will continue creating the Richardson County application from Lesson As Exercise 1. Open the VB2015\Chap02\Richardson Solution\Richardson Solution (Richardson Solution.sln) file. If necessary, open the designer window. Figure2-18 shows the completed interface. Add the missing txtAssessed and lblTax controls to the form. Set the lblTax controls TextAlign property to MiddleCenter. Lock the controls on the form. Assign the access keys (shown in the figure) to the text box and buttons. Set the TabIndex values appropriately. Save the solution and then start the application. Verify that the tab order is correct. Also verify that the access keys work appropriately. Use the Exit button to end the application. (You will code the Calculate, Print, and Clear Screen buttons in Lesson Cs Exercise 1.)