12. In a form, the blue lines are called margin lines, because their size is determined by the contents of the
control’s Margin property.
13. It is a good practice to save the current solution every few hours so that you will not lose a lot of your
work if the computer loses power.
14. Every object in a Visual Basic application has a set of attributes that determine the object’s appearance
and behavior.
15. For applications created for the Windows 8, Windows 7, or Windows Vista environment, Microsoft
recommends that you use the Segoe UI font, because it offers improved readability.
16. Font sizes are typically measured in millimeters.
17. A label control’s Display property specifies the text displayed inside the control.
18. To include an image file within a project itself, the Project resource file radio button must be selected
in the Select Resource dialog box.
19. A label control’s Location property controls the location of the upper-right corner of the control on the
form.
20. The easiest way to make two picture boxes the same size is to use the Size menu, which provides
several options for manipulating the controls in the interface.
21. The Format menu has a Center in Form option that centers one or more controls either horizontally or
vertically on the form.
22. Locking the controls on a form prevents them from being moved inadvertently as you work in the IDE.