home *** CD-ROM | disk | FTP | other *** search
- <include file="pledit-elements.xml" />
-
- <container id="Pledit" name="Playlist editor" component="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}" default_visible="0" >
-
- <!-- This is the group we will insert inside the standard frame -->
-
- <groupdef id="pledit.content.group">
- <component
- x="0"
- y="0"
- w="0"
- relatw="1"
- h="0"
- relath="1"
- param="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}"
- autoopen="1"
- autoclose="1"
- />
- </groupdef>
-
- <!-- Our actual layout, composed of a standard frame with some content (see above) -->
-
- <layout id="normal" background="pledit.basetexture" desktopalpha="0" default_h="302" default_w="275">
-
- <!-- the notify tells the standardframe to put this group inside its client area -->
- <group id="studio.standardframe"
- x="0" y="0" w="0" h="0" relatw="1" relath="1"
- notify="content,pledit.content.group"
- notify1="padtitleright,18"
- notify2="shade,shade"
- />
- <button
- id="winshade" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="shade"
- x="-34" relatx="1" y="3"
- image="pledit.button.winshade"
- downImage="pledit.button.winshade.pressed"
- inactiveAlpha="128"
- />
- </layout>
-
- <!-- and another layout for windowshade mode -->
-
- <layout id="shade" dblClickAction="SWITCH;normal" background="pledit.winshade.bg">
-
- <layer id="placeholder" x="0" y="0" image="pledit.winshade.placeholder"/>
-
- <svc id="plshade" x="2" y="2" w="-43" relatw="1"
- guid="{07917C36-A49A-40e3-85DF-AA1817DA10DA}"
- font="pledit.smallfixed"
- dblClickAction="SWITCH;normal"
- />
-
- <button
- id="winshade" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="normal"
- x="241" y="3"
- image="pledit.button.winshade"
- downImage="pledit.button.winshade.pressed"
- inactiveAlpha="128"
- />
- <button
- id="Close"
- action="CLOSE"
- x="257" y="3"
- image="pledit.button.close"
- downImage="pledit.button.close.pressed"
- tooltip="Close"
- inactiveAlpha="128"
- />
- </layout>
-
- </container>
-