| 1. |
Create a new blank solution named Paper
Solution. Add a new project named Paper Project. |
| 2. |
Add three textboxes to the form. |
| 3. |
Add six label controls to the form. |
| 4. |
Add three buttons. |
| 5. |
Arrange the controls on the form as shown
in the diagram at the bottom of this exercise. |
| 6. |
Name the controls appropriately. |
| 7. |
Assign access keys to the textboxes and
buttons. |
| 8. |
Adjust the TabIndex values appropriately. |
| 9. |
Lock the controls on the form. |
| 10. |
Change the background colour from grey to
pale yellow. |
| 11. |
Code the exit button's close event
procedure, by adding the code "me.close" |
| 11. |
Change the colour of the buttons to grey
(use the Control setting on the System tab). |
| 12. |
Save the solution and start the
program. Verify that the tab order is correct and that access keys
work appropriately. |
| 13. |
Click the Exit button to terminate the
program. |