skin.tributary/720p/DialogSlider.xml

60 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<depth>DepthDialog+</depth>
<defaultcontrol>11</defaultcontrol>
<animation effect="slide" start="0,-80" end="0,0" time="75">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-80" time="75">WindowClose</animation>
<coordinates>
<left>405</left>
<top>0</top>
</coordinates>
<controls>
<control type="image">
<left>0</left>
<top>-10</top>
<width>460</width>
<height>80</height>
<texture flipy="true" border="20,2,20,20">InfoMessagePanel.png</texture>
</control>
<control type="label" id="10">
<description>Dialog header</description>
<left>20</left>
<top>10</top>
<width>230</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label" id="12">
<description>Slider Value</description>
<left>220</left>
<top>10</top>
<width>220</width>
<height>20</height>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
</control>
<control type="slider" id="11">
<description>Slider</description>
<left>20</left>
<top>35</top>
<width>420</width>
<height>20</height>
<aligny>center</aligny>
<texturefocus/>
<texturenofocus/>
<texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<onup>11</onup>
<ondown>11</ondown>
<onleft>11</onleft>
<onright>11</onright>
</control>
</controls>
</window>