home *** CD-ROM | disk | FTP | other *** search
/ CD Action 80 / cdaction-80.iso / #uzytki / Winamp3 / winamp3_0-full.exe / Wacs / xml / winamp / bookmarks.xml < prev    next >
Extensible Markup Language  |  2002-07-22  |  2KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <groupdef id="bookmarks.titlebox.content">
  5.   <Wasabi:Text 
  6.     id="description"
  7.     text="Create shortcuts to specific media that can be accessed through the Winamp main menu and this screen."
  8.     x="0" y="0"
  9.     w="0" h="32"
  10.     relatw="1"
  11.   />
  12.  
  13.   <group id="wasabi.window.embedded" x="0" y="35" w="0" relatw="1" h="-67" relath="1" />
  14.   <bookmarklist id="main.bookmark.list" x="2" y="37" w="-4" relatw="1" h="-71" relath="1" />
  15.  
  16.   <Wasabi:Button id="edit" action="bookmarks_edit" action_target="main.bookmark.list" x="0" y="-23" relaty="1" w="48" h="21" text="Edit" />
  17.   <Wasabi:button id="remove" action="bookmarks_remove" action_target="main.bookmark.list" x="52" y="-23" relaty="1" w="48" h="21" text="Remove" />
  18.   <Wasabi:button id="open" action="bookmarks_open" action_target="main.bookmark.list" x="104" y="-23" relaty="1" w="48" h="21" text="Open" />
  19.   <Wasabi:button id="enqueue" action="bookmarks_enqueue" action_target="main.bookmark.list" x="156" y="-23" relaty="1" w="48" h="21" text="Enqueue" />
  20. </groupdef>
  21.  
  22. <groupdef id="config.bookmarks">
  23.    <Wasabi:TitleBox x="0" y="0" w="0" relatw="1" h="0" relath="1" title="Bookmarks" content="bookmarks.titlebox.content" />
  24. </groupdef>
  25.  
  26. <groupdef id="config.bookmarks.edit" inherit_group="wasabi.panel" w="350" h="117" name="Edit Bookmark" lockminmax="1">
  27.   <Wasabi:Text 
  28.     text="Title:"
  29.     x="4" y="4"
  30.     w="0" h="16"
  31.     relatw="1"
  32.     fontsize="+1"
  33.   />
  34.   <Wasabi:EditBox id="bookmark.title.edit" x="4" y="22" w="-8" relatw="1" h="21" />
  35.   <Wasabi:Text 
  36.     text="File:"
  37.     x="4" y="47"
  38.     w="0" h="16"
  39.     relatw="1"
  40.     fontsize="+1"
  41.   />
  42.   <Wasabi:EditBox id="bookmark.file.edit" x="4" y="67" w="-8" relatw="1" h="21" />
  43.   <Wasabi:Button id="ok" x="-50" y="92" w="46" relatx="1" h="21" text="Ok" action="endmodal" retcode="1" />
  44.   <Wasabi:Button id="cancel" x="-100" y="92" w="46" relatx="1" h="21" text="Cancel" action="endmodal" retcode="0" />
  45. </groupdef>
  46.  
  47.  
  48. </WinampAbstractionLayer>
  49.