18 lines
222 B
INI
18 lines
222 B
INI
{
|
|
|
|
main: {
|
|
parent: "uiDivId"
|
|
|
|
panel: {
|
|
|
|
name: "panelDivId",
|
|
title: "IO Test",
|
|
|
|
row: {
|
|
button:{ name: quitBtnId, title:"Quit" },
|
|
button:{ name: reportBtnId title:"Report" }
|
|
},
|
|
|
|
}
|
|
|
|
} |