| A | B |
| form | a graphical object that contains a title bar |
| selected object | displays handles that appear as squares. |
| properties | define a form's appearance |
| BackColor | changes the color of the form background. |
| Label | allows you to display information or prompt the user. |
| Autosize | sizes the object to fit its text. |
| TextAlign | sets the alignment of text within an object. |
| Font | defines the font name |
| Text | the text displayed in an object. |
| Syntax | the correct format for writing a code. |