2021-01-20 18:12:35 +00:00
|
|
|
{
|
|
|
|
|
2024-12-01 18:34:14 +00:00
|
|
|
main: {
|
2021-01-20 18:12:35 +00:00
|
|
|
parent: "uiDivId"
|
|
|
|
|
|
|
|
panel: {
|
|
|
|
|
|
|
|
name: "panelDivId",
|
2024-12-01 18:34:14 +00:00
|
|
|
title: "IO Test",
|
2021-01-20 18:12:35 +00:00
|
|
|
|
|
|
|
row: {
|
2021-01-31 16:09:08 +00:00
|
|
|
button:{ name: quitBtnId, title:"Quit" },
|
|
|
|
button:{ name: reportBtnId title:"Report" }
|
2021-01-20 18:12:35 +00:00
|
|
|
},
|
|
|
|
|
2024-12-01 18:34:14 +00:00
|
|
|
}
|
2021-01-20 18:12:35 +00:00
|
|
|
|
|
|
|
}
|