home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / ctenari / Prochazka / data / forms / mainwin.xml < prev    next >
Extensible Markup Language  |  2002-07-16  |  2KB  |  36 lines

  1. <?xml version="1.0" encoding="Windows-1250"?>
  2. <window rep.name="notedit.mainwin" state="normal" text="NotoEditor" layout="vlist" menu="notedit.mainmenu" onclose="doclose()">
  3.   <panel ll.vsize="28" layout="hflow">
  4.    <speedbutton onclick="newfile()" image="new.bmp" w="25" h="25" hint="Nov² soubor"/>
  5.    <speedbutton onclick="loadfile()" image="open.bmp" w="25" h="25" hint="NaΦφst soubor"/>
  6.    <speedbutton onclick="savefile()" image="save.bmp" w="25" h="25" hint="Ulo₧it soubor"/>
  7.    <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"/>
  8.    <speedbutton onclick="stopmidi()" image="stop.bmp" w="25" h="25" hint="P°eruÜit p°ehrßvßnφ"/>
  9.    <speedbutton onclick="print()" image="print.bmp" w="25" h="25" hint="Vytisknout"/>
  10.    <paintbox h="25" w="10"/>
  11.    <speedgroup name="delky" onchange="modechange()" cur="2">
  12.      <speedbutton name="nota1" image="nota1.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
  13.      <speedbutton name="nota2" image="nota2.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
  14.      <speedbutton name="nota4" image="nota4.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
  15.      <speedbutton name="nota8" image="nota8.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
  16.      <speedbutton name="nota16" image="nota16.bmp" h="25" w="25" hint="Nastavenφ dΘlky p°idßvanΘ noty nebo pomlky"/>
  17.    </speedgroup>
  18.    <paintbox h="25" w="10"/>
  19.    <speedgroup name="action" onchange="modechange()" cur="0">
  20.      <speedbutton name="add_nota" image="add_nota.bmp" h="25" w="25" hint="P°idat notu"/>
  21.      <speedbutton name="add_pause" image="add_pause.bmp" h="25" w="25" hint="P°idat pomlku"/>
  22.      <speedbutton name="change_pr" image="change_pr.bmp" h="25" w="25" hint="P°idat nebo ubrat posuvku"/>
  23.      <speedbutton name="change_tecka" image="change_tecka.bmp" h="25" w="25" hint="P°idat nebo ubrat teΦku za notou"/>
  24.    </speedgroup>
  25.   </panel>
  26.   <pager>
  27.    <page text="Editor" layout="1">
  28.      <notedit name="notedit" onconfigure="notconfigure()"/>
  29.    </page>
  30.    <page text="Organizßtor" layout="hlist">
  31.      <rep.include name="notedit.orgpanel"/>
  32.      <notorg name="notorg" onselect="notorgselect()"/>
  33.    </page>
  34.   </pager>
  35. </window>
  36.