home *** CD-ROM | disk | FTP | other *** search
- <container id="main" name="Anti Main window">
- <!-- Player:Standard mode -->
-
- <layout id="normal" background="anti.main.bg" desktopalpha="1">
-
- <layer id="placeholder" x="0" y="0" image="anti.placeHolder" desktopalpha="1"/>
-
- <slider
- action="VOLUME"
- x="126" y="129"
- w="127" h="30"
- thumb="anti.volume"
- />
- <button
- action="PREV"
- x="147" y="241"
- image="anti.rewind"
- tooltip="Previous"
- />
- <button
- action="PLAY"
- x="138" y="188"
- image="anti.play"
- tooltip="Play"
- />
- <button
- action="PAUSE"
- x="194" y="195"
- image="anti.pause"
- tooltip="Pause"
- />
- <button
- action="STOP"
- x="139" y="231"
- image="anti.stop"
- tooltip="Stop"
- />
- <button
- action="NEXT"
- x="185" y="232"
- image="anti.forward"
- tooltip="Next"
- />
- <button
- action="EJECT"
- x="170" y="242"
- image="anti.eject"
- tooltip="Eject"
- />
- <slider
- id="HiddenSeek"
- action="SEEK"
- x="400" y="400"
- w="10" h="10"
- />
- <button
- action="CLOSE"
- x="259" y="144"
- image="anti.close"
- tooltip="Close"
- />
- <button
- id="mini" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="shade"
- x="286" y="120"
- image="anti.main.mini"
- />
- <button
- id="Minimize"
- action="MINIMIZE"
- x="275" y="143"
- image="anti.min"
- tooltip="Minimize"
- />
- <button
- id="Thinger"
- action="TOGGLE" param="thinger"
- x="288" y="135"
- image="anti.thinger"
- tooltip="Thinger"
- />
- <togglebutton
- id="Shuffle"
- x="182" y="186"
- image="anti.shuffle"
- tooltip="Shuffle"
- />
- <togglebutton
- id="Repeat"
- x="194" y="216"
- image="anti.repeat"
- tooltip="Repeat"
- />
- <!-- Timer -->
- <text
- id="timer"
- display="time"
- x="106" y="66"
- w="60" h="16"
- font="anti.smallfixed" fontsize="14" align="right"
- timecolonwidth="6"
- />
- <!-- Da song ticker -->
- <text
- id="songticker" ticker="1"
- display="songname" default="" showlen="1"
- x="70" y="90"
- w="190" h="14"
- font="anti.SmallFixed" fontsize="13"
- />
- <!-- Info line -->
- <text
- id="infoline" ticker="1"
- display="songinfo" default="Anti"
- x="130" y="110"
- w="41" h="14"
- font="anti.SmallFixed" fontsize="14"
- />
- <button
- id="mini" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="shade"
- x="286" y="120"
- image="anti.main.mini"
- />
- </layout>
-