{
"windows": [
{
"name": "ButtonExample",
"title": "Button Example",
"left": 500,
"top": 100,
"width": 500,
"height": 300,
"controls": [
{
"name": "SimpleButton",
"type": "button",
"text": "Simple Button"
},
{
"name": "DialogButton",
"type": "button",
"text": "Dialog Button",
"isDialogButton": true
},
{
"name": "OKButton",
"type": "button",
"text": "OK",
"isDialogButton": true,
"dialogResult": "OK"
},
{
"name": "CancelButton",
"type": "button",
"text": "Cancel",
"isDialogButton": true,
"dialogResult": "Cancel"
}
]
}
]
}