44b22e7a67
ItemInfo and PersonInfo from the old addon
205 lines
6.9 KiB
XML
205 lines
6.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">3010</defaultcontrol>
|
|
<zorder>2</zorder>
|
|
<coordinates>
|
|
<system>1</system>
|
|
<left>120</left>
|
|
<top>50</top>
|
|
</coordinates>
|
|
<include>dialogeffect</include>
|
|
<controls>
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>1040</width>
|
|
<height>600</height>
|
|
<texture border="40">DialogBack.png</texture>
|
|
</control>
|
|
|
|
<control type="image">
|
|
<left>20</left>
|
|
<top>20</top>
|
|
<width>1000</width>
|
|
<height>560</height>
|
|
<texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture>
|
|
<visible>![Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))]</visible>
|
|
<include>VisibleFadeEffect</include>
|
|
<colordiffuse>FF444444</colordiffuse>
|
|
</control>
|
|
|
|
<control type="image">
|
|
<description>Dialog Header image</description>
|
|
<left>40</left>
|
|
<top>16</top>
|
|
<width>960</width>
|
|
<height>40</height>
|
|
<texture>dialogheader.png</texture>
|
|
</control>
|
|
|
|
<control type="label" id="1">
|
|
<description>header label</description>
|
|
<left>40</left>
|
|
<top>20</top>
|
|
<width>960</width>
|
|
<height>30</height>
|
|
<font>font13_title</font>
|
|
<label>Person Info</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>black</shadowcolor>
|
|
</control>
|
|
|
|
<!--
|
|
<control type="button" id="8">
|
|
<description>Close Window button</description>
|
|
<left>960</left>
|
|
<top>15</top>
|
|
<width>64</width>
|
|
<height>32</height>
|
|
<label>-</label>
|
|
<font>-</font>
|
|
<onclick>PreviousMenu</onclick>
|
|
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
|
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
|
<onleft>-</onleft>
|
|
<onright>-</onright>
|
|
<onup>-</onup>
|
|
<ondown>3005</ondown>
|
|
</control>
|
|
-->
|
|
|
|
<control type="label" id="3000">
|
|
<description>person name</description>
|
|
<left>30</left>
|
|
<top>65</top>
|
|
<width>550</width>
|
|
<height>100</height>
|
|
<align>left</align>
|
|
<label>-</label>
|
|
<font>font13</font>
|
|
<textcolor>white</textcolor>
|
|
</control>
|
|
|
|
<control type="image" id="3009">
|
|
<left>30</left>
|
|
<top>120</top>
|
|
<width>250</width>
|
|
<height>250</height>
|
|
<aspectratio>keep</aspectratio>
|
|
</control>
|
|
|
|
<control type="textbox" id="3001">
|
|
<description>text</description>
|
|
<left>300</left>
|
|
<top>100</top>
|
|
<width>630</width>
|
|
<height>280</height>
|
|
<align>left</align>
|
|
<label>-</label>
|
|
<font>font12</font>
|
|
<pagecontrol>3005</pagecontrol>
|
|
</control>
|
|
<control type="scrollbar" id="3005">
|
|
<left>940</left>
|
|
<top>100</top>
|
|
<width>20</width>
|
|
<height>280</height>
|
|
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
|
|
<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
|
|
<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
|
|
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
|
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
|
<onup>8</onup>
|
|
<onleft>3001</onleft>
|
|
<onright>-</onright>
|
|
<ondown>3010</ondown>
|
|
<showonepage>false</showonepage>
|
|
<orientation>vertical</orientation>
|
|
</control>
|
|
|
|
|
|
<control type="list" id="3010">
|
|
<left>40</left>
|
|
<top>390</top>
|
|
<width>940</width>
|
|
<height>170</height>
|
|
<onleft>-</onleft>
|
|
<onright>-</onright>
|
|
<onup>3005</onup>
|
|
<ondown>3011</ondown>
|
|
<pagecontrol>3011</pagecontrol>
|
|
<scrolltime>200</scrolltime>
|
|
<orientation>horizontal</orientation>
|
|
<itemlayout width="120">
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>100</width>
|
|
<height>150</height>
|
|
<texture>$INFO[Listitem.Icon]</texture>
|
|
<bordertexture border="5">button-nofocus.png</bordertexture>
|
|
<bordersize>5</bordersize>
|
|
</control>
|
|
<control type="label">
|
|
<left>0</left>
|
|
<top>150</top>
|
|
<width>100</width>
|
|
<height>20</height>
|
|
<align>left</align>
|
|
<font>font10</font>
|
|
<textcolor>FFFFFFFFFF</textcolor>
|
|
<label>$INFO[Listitem.Label2]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="120">
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>100</width>
|
|
<height>150</height>
|
|
<texture>$INFO[Listitem.Icon]</texture>
|
|
<bordertexture border="5">button-nofocus.png</bordertexture>
|
|
<bordersize>5</bordersize>
|
|
</control>
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>100</width>
|
|
<height>150</height>
|
|
<texture>$INFO[Listitem.Icon]</texture>
|
|
<bordertexture border="5">button-focus.png</bordertexture>
|
|
<bordersize>5</bordersize>
|
|
<visible>Control.HasFocus(3010)</visible>
|
|
</control>
|
|
<control type="label">
|
|
<left>0</left>
|
|
<top>150</top>
|
|
<width>100</width>
|
|
<height>20</height>
|
|
<align>left</align>
|
|
<font>font10</font>
|
|
<textcolor>FFFFFFFFFF</textcolor>
|
|
<label>$INFO[Listitem.Label2]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
<control type="scrollbar" id="3011">
|
|
<left>40</left>
|
|
<top>560</top>
|
|
<width>940</width>
|
|
<height>20</height>
|
|
<texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
|
|
<texturesliderbar border="16,2,16,2">ScrollBarH_bar.png</texturesliderbar>
|
|
<texturesliderbarfocus border="16,2,16,2">ScrollBarH_bar_focus.png</texturesliderbarfocus>
|
|
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
|
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
|
<onup>3010</onup>
|
|
<showonepage>false</showonepage>
|
|
<orientation>horizontal</orientation>
|
|
</control>
|
|
|
|
|
|
</controls>
|
|
</window>
|