libcw/html/audio_midi/ui.cfg

33 lines
727 B
INI
Raw Normal View History

{
parent: "uiDivId"
panel: {
name: "panelDivId",
title: "Audio MIDI",
row: {
button:{ name: quitBtnId, title:"Quit" },
button:{ name: ioReportBtnId, title:"IO Report" },
button:{ name: reportBtnId, title:"App Report" },
},
row: {
check:{ name: recordCheckId, title:"Record" },
button:{ name: startBtnId, title:"Start" },
button:{ name: stopBtnId, title:"Stop" },
button:{ name: clearBtnId, title:"Clear" },
numb_disp: { name: msgCntId, title:"Count" },
},
row: {
string:{ name: filenameId, title:"File Name:", value:"record.am" },
button:{ name: openBtnId, title:"Open" },
button:{ name: saveBtnId, title:"Save" },
}
}