{
"windows": [
{
"name": "TextBoxExample",
"title": "TextBox Example",
"left": 500,
"top": 100,
"width": 400,
"height": 300,
"controls": [
{
"name": "firstNameTextBox",
"type": "textbox",
"label": "First Name",
"bindsTo": "firstName"
},
{
"name": "lastNameTextBox",
"type": "textbox",
"label": "Last Name",
"bindsTo": "lastName"
},
{
"name": "OKButton",
"type": "button",
"text": "OK",
"isDialogButton": true,
"dialogResult": "OK"
},
{
"name": "CancelButton",
"type": "button",
"text": "Cancel",
"isDialogButton": true,
"dialogResult": "Cancel"
}
]
}
]
}