Add form controls

Add the following controls to the form and configure their properties.

Control Property Value

Label

Name

lblHeading

Text

Vehicle Details

Label Type

Heading

Textbox

Name

txtLicencePlate

Text

mt09nks

Label Text

Licence Plate

Button

Name

btnGetDetails

Text

Get Details

Textbox

Name

txtMake

Label Text

Make

Textbox

Name

txtModel

Label Text

Model

Textbox

Name

txtYearManufactured

Label Text

Year Manufactured

Textbox

Name

txtDateRegistered

Label Text

Date Registered

Textbox

Name

txtEmissions

Label Text

co2 Emissions

Textbox

Name

txtColor

Label Text

Color

Textbox

Name

txtMOTExpiryDate

Label Text

MOT Expiry Date

Continue to Add a local data model.