diff options
Diffstat (limited to 'addons/skin.estouchy/xml/DialogSlider.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogSlider.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogSlider.xml b/addons/skin.estouchy/xml/DialogSlider.xml new file mode 100644 index 0000000000..6b8e5f6a7b --- /dev/null +++ b/addons/skin.estouchy/xml/DialogSlider.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>11</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>20</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>130</height> + <texture>back.png</texture> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="10"> + <description>Dialog header</description> + <left>40</left> + <top>10</top> + <width>880</width> + <height>20</height> + <aligny>center</aligny> + <font>font30</font> + </control> + <control type="label" id="12"> + <description>Slider Value</description> + <left>40</left> + <top>10</top> + <width>880</width> + <height>20</height> + <align>right</align> + <aligny>center</aligny> + <font>font30</font> + </control> + <control type="slider" id="11"> + <description>Slider</description> + <left>40</left> + <top>65</top> + <width>880</width> + <height>60</height> + <onup>11</onup> + <ondown>11</ondown> + <onleft>11</onleft> + <onright>11</onright> + </control> + </controls> +</window> |