diff options
Diffstat (limited to 'addons/skin.estouchy/xml/DialogAddonSettings.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogAddonSettings.xml | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogAddonSettings.xml b/addons/skin.estouchy/xml/DialogAddonSettings.xml new file mode 100644 index 0000000000..6e34d12940 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogAddonSettings.xml @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="20"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="group"> + <posx>20</posx> + <posy>70</posy> + <control type="button"> + <description>left Arrow</description> + <posx>0</posx> + <posy>10</posy> + <width>24</width> + <height>40</height> + <texturefocus>arrow_left.png</texturefocus> + <texturenofocus>arrow_left.png</texturenofocus> + <onclick>Control.Move(9,-1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasPrevious</visible> + </control> + <control type="button" id="11001"> + <description>right Arrow</description> + <posx>920</posx> + <posy>10</posy> + <width>24</width> + <height>40</height> + <texturefocus>arrow_right.png</texturefocus> + <texturenofocus>arrow_right.png</texturenofocus> + <onclick>Control.Move(9,1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasNext</visible> + </control> + </control> + <control type="grouplist" id="9"> + <description>button area</description> + <posx>60</posx> + <posy>70</posy> + <width>880</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <aligny>center</aligny> + <orientation>horizontal</orientation> + <onleft>9</onleft> + <onright>9</onright> + <onup>2</onup> + <ondown>2</ondown> + </control> + <control type="image"> + <posx>0</posx> + <posy>140</posy> + <width>1000</width> + <height>554</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="2"> + <description>control area</description> + <posx>0</posx> + <posy>140</posy> + <width>1000</width> + <height>554</height> + <itemgap>-1</itemgap> + <pagecontrol>30</pagecontrol> + <onup>9</onup> + <ondown>9001</ondown> + <onleft>2</onleft> + <onright>30</onright> + </control> + <control type="button" id="13"> + <description>Default Category Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="3"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="radiobutton" id="4"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="5"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="6"> + <description>separator image</description> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="label" id="7"> + <posx>20</posx> + <height>50</height> + <font>font20_title</font> + <label>-</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="sliderex" id="8"> + <description>Default Slider</description> + <height>70</height> + <font>font25</font> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>730</posy> + <width>960</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>2</onup> + <ondown>9</ondown> + <control type="button" id="10"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="11"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="12"> + <description>Defaults Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>409</label> + </control> + </control> + </controls> +</window> |