home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
ctenari
/
Prochazka
/
data
/
forms
/
mainwin.xml
< prev
next >
Wrap
Extensible Markup Language
|
2002-07-16
|
2KB
|
36 lines
<?xml version="1.0" encoding="Windows-1250"?>
<window rep.name="notedit.mainwin" state="normal" text="NotoEditor" layout="vlist" menu="notedit.mainmenu" onclose="doclose()">
<panel ll.vsize="28" layout="hflow">
<speedbutton onclick="newfile()" image="new.bmp" w="25" h="25" hint="Nov² soubor"/>
<speedbutton onclick="loadfile()" image="open.bmp" w="25" h="25" hint="NaΦφst soubor"/>
<speedbutton onclick="savefile()" image="save.bmp" w="25" h="25" hint="Ulo₧it soubor"/>
<speedbutton onclick="playmidi()" image="play.bmp" w="25" h="25" hint="Zahrßt na midisyntetizΘru; Jin² zp∙sob:Ctrl+levΘ tlaΦφtko myÜi na n∞jakΘm taktu, zahraje jen od tohoto taktu"/>
<speedbutton onclick="stopmidi()" image="stop.bmp" w="25" h="25" hint="P°eruÜit p°ehrßvßnφ"/>
<speedbutton onclick="print()" image="print.bmp" w="25" h="25" hint="Vytisknout"/>
<paintbox h="25" w="10"/>
<speedgroup name="delky" onchange="modechange()" cur="2">
<speedbutton name="nota1" image="nota1.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
<speedbutton name="nota2" image="nota2.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
<speedbutton name="nota4" image="nota4.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
<speedbutton name="nota8" image="nota8.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
<speedbutton name="nota16" image="nota16.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
</speedgroup>
<paintbox h="25" w="10"/>
<speedgroup name="action" onchange="modechange()" cur="0">
<speedbutton name="add_nota" image="add_nota.bmp" h="25" w="25" hint="P°idat notu"/>
<speedbutton name="add_pause" image="add_pause.bmp" h="25" w="25" hint="P°idat pomlku"/>
<speedbutton name="change_pr" image="change_pr.bmp" h="25" w="25" hint="P°idat nebo ubrat posuvku"/>
<speedbutton name="change_tecka" image="change_tecka.bmp" h="25" w="25" hint="P°idat nebo ubrat teΦku za notou"/>
</speedgroup>
</panel>
<pager>
<page text="Editor" layout="1">
<notedit name="notedit" onconfigure="notconfigure()"/>
</page>
<page text="Organizßtor" layout="hlist">
<rep.include name="notedit.orgpanel"/>
<notorg name="notorg" onselect="notorgselect()"/>
</page>
</pager>
</window>