First commit
This commit is contained in:
59
720p/DialogSlider.xml
Normal file
59
720p/DialogSlider.xml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>11</defaultcontrol>
|
||||
<animation effect="slide" start="0,-80" end="0,0" time="100">WindowOpen</animation>
|
||||
<animation effect="slide" start="0,0" end="0,-80" time="100">WindowClose</animation>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<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>-</texturefocus>
|
||||
<texturenofocus>-</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>
|
||||
Reference in New Issue
Block a user