51 lines
1.3 KiB
INI
51 lines
1.3 KiB
INI
{
|
|
|
|
parent: "uiDivId"
|
|
|
|
panel: {
|
|
|
|
name: "panelDivId",
|
|
title: "",
|
|
|
|
row: {
|
|
button:{ name: quitBtnId, title:"Quit" },
|
|
button:{ name: ioReportBtnId, title:"IO Report" },
|
|
button:{ name: reportBtnId, title:"App Report" },
|
|
button:{ name: loadBtnId, title:"Load" },
|
|
button:{ name: saveBtnId, title:"Save" },
|
|
},
|
|
|
|
|
|
row: {
|
|
button:{ name: startBtnId, title:"Start" },
|
|
button:{ name: stopBtnId, title:"Stop" },
|
|
number:{ name: begLocNumbId, title:"Loc", min:0, max:100000, step:1, decpl:0 },
|
|
number:{ name: endLocNumbId, title:"End", min:0, max:100000, step:1, decpl:0 },
|
|
},
|
|
|
|
row: {
|
|
check:{ name: midiThruCheckId, title:"MIDI Thru" },
|
|
numb_disp: { name: curMidiEvtCntId, title:"Current" },
|
|
numb_disp: { name: totalMidiEvtCntId, title:"Total" },
|
|
},
|
|
|
|
|
|
row: {
|
|
number:{ name: insertLocId, title:"End Loc", min:0, max:100000, step:1, decpl:0 },
|
|
button:{ name: insertBtnId, title:"Insert", enable: false },
|
|
button:{ name: deleteBtnId, title:"Delete", enable: false },
|
|
str_disp:{ name: statusId, title:"Status", value: "" },
|
|
},
|
|
|
|
row: {
|
|
list:{ name: fragListId, addClassName: fragList },
|
|
},
|
|
|
|
row: {
|
|
|
|
log: { name: logId, title:"Log" }
|
|
}
|
|
|
|
|
|
|
|
} |