In this case, we require some step-by-step instructions, so here they are:
- Create a new FireMonkey desktop application (navigate to File | New | Multi-Device Application).
- Drop a TImage component on the form. Set its Align property to Client, and use the MultiResBitmap property and its property editor to load a nice-looking picture.
- Set the WrapMode property to Fit and resize the form to let the image cover the entire form.
- Now drop a TEdit component and a TListBox component over the TImage component. Name the TEdit component EditSearch and the TListBox component ListBoxHouses.
- Set the Scale property of the TEdit and TListBox components to the following values:
- Scale.X: 2
- Scale.Y: 2
- Your form should now look like the ...