2007-04-04, 19:48
here it is (i hope it works without the tabs)
Quote:<window id="2005">
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="image" id="0">
<description>bar image</description>
<posx>0</posx>
<posy>45</posy>
<width>720</width>
<height>90</height>
<texture>voulume-panel-bg.png</texture>
<visible>Player.ShowCodec</visible>
</control>
<control type="label" id="10">
<description>row 1 label</description>
<posx>60</posx>
<posy>52</posy>
<width>600</width>
<label>-</label>
<align>center</align>
<visible>Player.ShowCodec</visible>
</control>
<control type="label" id="11">
<description>row 2 label</description>
<posx>60</posx>
<posy>72</posy>
<width>600</width>
<label>-</label>
<align>center</align>
<visible>Player.ShowCodec</visible>
</control>
<control type="label" id="12">
<description>row 3 label</description>
<posx>60</posx>
<posy>92</posy>
<width>600</width>
<label>-</label>
<align>center</align>
<visible>no</visible>
<visible>Player.ShowCodec</visible>
</control>
<!-- Media Infos -->
<control type="image" id="1">
<description>Media Info Background Image</description>
<posx>-10</posx>
<posy>455</posy>
<width>740</width>
<height>110</height>
<texture>TBVideos.PNG</texture>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="image" id="1">
<description>Cover Image</description>
<posx>-35</posx>
<posy>300</posy>
<width>250</width>
<height>250</height>
<info>VideoPlayer.Cover</info>
<aspectratio>keep</aspectratio>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="label" id="1">
<description>Title Label</description>
<width>400</width>
<posx>180</posx>
<posy>458</posy>
<info>VideoPlayer.Title</info>
<font>font20</font>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="label" id="1">
<description>Video Director/Year Label</description>
<width>430</width>
<posx>180</posx>
<posy>479</posy>
<label>$INFO[VideoPlayer.Director] | $INFO[VideoPlayer.Year]</label>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="label" id="1">
<description>Genre Label</description>
<width>430</width>
<posx>180</posx>
<posy>507</posy>
<label>$INFO[VideoPlayer.Genre]</label>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="label" id="1">
<description>Time Info Label</description>
<width>430</width>
<posx>180</posx>
<posy>528</posy>
<label>$INFO[VideoPlayer.Time] / $INFO[VideoPlayer.TimeRemaining] / $INFO[VideoPlayer.Duration]</label>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="label" id="1">
<description>Time Label</description>
<width>200</width>
<posx>660</posx>
<posy>458</posy>
<align>right</align>
<label>$INFO[System.Time]</label>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
<control type="label" id="1">
<description>Temp Label</description>
<width>200</width>
<posx>660</posx>
<posy>528</posy>
<align>right</align>
<label>$INFO[System.CPUTemperature]</label>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
</controls>
</window>