Forms Designer - Working with Static text controls
To add a static text control to the form click on the icon on the controls palette.
Static text controls are used to add text captions to the form. They are particularly useful for adding captions to controls that don't have an associated caption by default, for example edit controls, list and combo boxes etc. The caption text is set with the Text$ property. To include an accelerator key in the caption text simply insert an Ampersand before the required character. See Working with Accelerators for more information.
Other useful properties for the static text control