diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogSelect.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogSelect.xml | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogSelect.xml b/addons/skin.estuary/xml/DialogSelect.xml new file mode 100644 index 0000000000..ff5a09bb78 --- /dev/null +++ b/addons/skin.estuary/xml/DialogSelect.xml @@ -0,0 +1,156 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">3</defaultcontrol> + <include>Animation_DialogPopupOpenClose</include> + <depth>DepthOSD</depth> + <controls> + <control type="group"> + <centertop>50%</centertop> + <centerleft>50%</centerleft> + <height>742</height> + <width>1220</width> + <include content="DialogBackgroundCommons"> + <param name="DialogBackgroundWidth" value="1220" /> + <param name="DialogBackgroundHeight" value="742" /> + <param name="DialogHeaderLabel" value="" /> + <param name="DialogHeaderId" value="1" /> + </include> + <control type="image"> + <left>0</left> + <top>80</top> + <width>920</width> + <height>665</height> + <texture border="40">buttons/dialogbutton-nofo.png</texture> + </control> + <control type="list" id="3"> + <left>20</left> + <top>100</top> + <width>880</width> + <height>625</height> + <onup>3</onup> + <ondown>3</ondown> + <onleft>9001</onleft> + <onright>61</onright> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <include content="DefaultSimpleListLayout"> + <param name="width" value="880" /> + <param name="height" value="69" /> + <param name="list_id" value="3" /> + </include> + </control> + <control type="list" id="6"> + <left>20</left> + <top>100</top> + <width>880</width> + <height>625</height> + <onup>6</onup> + <ondown>6</ondown> + <onleft>9001</onleft> + <onright>61</onright> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="125" width="880"> + <control type="image"> + <left>12</left> + <top>7</top> + <width>110</width> + <height>110</height> + <texture>$INFO[Listitem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <left>135</left> + <top>0</top> + <width>730</width> + <height>60</height> + <font>font14</font> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="textbox"> + <left>135</left> + <top>52</top> + <width>730</width> + <height>65</height> + <font>font12</font> + <textcolor>grey</textcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="125" width="880"> + <control type="image"> + <left>0</left> + <top>0</top> + <width>880</width> + <height>125</height> + <texture colordiffuse="button_focus">lists/focus.png</texture> + <visible>Control.HasFocus(6)</visible> + </control> + <control type="image"> + <left>12</left> + <top>7</top> + <width>110</width> + <height>110</height> + <texture>$INFO[Listitem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <left>135</left> + <top>0</top> + <width>730</width> + <height>60</height> + <aligny>center</aligny> + <scroll>true</scroll> + <font>font14</font> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="textbox"> + <left>135</left> + <top>52</top> + <width>730</width> + <height>65</height> + <font>font12</font> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="61"> + <left>910</left> + <top>100</top> + <width>12</width> + <height>625</height> + <onleft condition="Control.IsVisible(3)">3</onleft> + <onleft condition="Control.IsVisible(6)">6</onleft> + <onright>9001</onright> + <orientation>vertical</orientation> + </control> + <control type="label"> + <left>925</left> + <top>695</top> + <width>275</width> + <height>35</height> + <font>font12</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>grey</textcolor> + <label>$VAR[SelectLabel]</label> + </control> + <control type="grouplist" id="9001"> + <left>920</left> + <top>80</top> + <onleft>61</onleft> + <itemgap>-20</itemgap> + <onright>3</onright> + <include content="DefaultDialogButton"> + <param name="id" value="5" /> + <param name="label" value="" /> + </include> + <include content="DefaultDialogButton"> + <param name="id" value="7" /> + <param name="label" value="$LOCALIZE[222]" /> + </include> + </control> + </control> + </controls> +</window> |