diff options
Diffstat (limited to 'addons/skin.estuary/1080i/DialogMediaSource.xml')
-rw-r--r-- | addons/skin.estuary/1080i/DialogMediaSource.xml | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/addons/skin.estuary/1080i/DialogMediaSource.xml b/addons/skin.estuary/1080i/DialogMediaSource.xml new file mode 100644 index 0000000000..f0c8f774e2 --- /dev/null +++ b/addons/skin.estuary/1080i/DialogMediaSource.xml @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>10</defaultcontrol> + <coordinates> + <left>360</left> + <top>150</top> + </coordinates> + <include>Animation_DialogPopupOpenClose</include> + <controls> + <include name="DialogBackgroundCommons"> + <param name="DialogBackgroundWidth" value="1200" /> + <param name="DialogBackgroundHeight" value="750" /> + <param name="DialogHeaderLabel" value="$LOCALIZE[13406]" /> + <param name="DialogHeaderId" value="2" /> + </include> + <control type="label"> + <description>path label</description> + <left>30</left> + <top>90</top> + <width>1140</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font12</font> + <label>$LOCALIZE[1021]</label> + <textcolor>button_focus</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <left>25</left> + <top>145</top> + <width>860</width> + <height>285</height> + <texture border="40">buttons/dialogbutton-nofo.png</texture> + </control> + <control type="list" id="10"> + <left>45</left> + <top>165</top> + <width>820</width> + <height>225</height> + <onup>9001</onup> + <onleft>9000</onleft> + <onright>60</onright> + <ondown>12</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="70"> + <control type="image"> + <left>0</left> + <top>0</top> + <width>820</width> + <height>60</height> + <texture border="40">lists/separator.png</texture> + </control> + <control type="label"> + <left>10</left> + <top>0</top> + <width>820</width> + <height>60</height> + <aligny>center</aligny> + <textcolor>grey2</textcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="70"> + <control type="image"> + <left>0</left> + <top>0</top> + <width>820</width> + <height>60</height> + <visible>!Control.HasFocus(10)</visible> + <texture border="40">lists/separator.png</texture> + </control> + <control type="image"> + <left>0</left> + <top>0</top> + <width>820</width> + <height>61</height> + <visible>Control.HasFocus(10)</visible> + <texture>lists/focus.png</texture> + </control> + <control type="label"> + <left>10</left> + <top>0</top> + <width>820</width> + <height>60</height> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <left>870</left> + <top>165</top> + <width>12</width> + <height>240</height> + <onleft>10</onleft> + <onright>9000</onright> + <orientation>vertical</orientation> + </control> + <control type="grouplist" id="9000"> + <left>880</left> + <top>147</top> + <orientation>vertical</orientation> + <onleft>10</onleft> + <onright>10</onright> + <ondown>12</ondown> + <itemgap>7</itemgap> + <include name="DefaultDialogButton"> + <param name="id" value="11" /> + <param name="label" value="$LOCALIZE[1024]" /> + </include> + <include name="DefaultDialogButton"> + <param name="id" value="13" /> + <param name="label" value="$LOCALIZE[15019]" /> + </include> + <include name="DefaultDialogButton"> + <param name="id" value="14" /> + <param name="label" value="$LOCALIZE[1210]" /> + </include> + </control> + <control type="label"> + <description>Name label</description> + <left>30</left> + <top>460</top> + <width>1140</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font12</font> + <label>$LOCALIZE[1022]</label> + <textcolor>button_focus</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="edit" id="12"> + <description>Name Button</description> + <left>30</left> + <top>500</top> + <width>1140</width> + <height>90</height> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + <onup>10</onup> + <ondown>9001</ondown> + </control> + <control type="grouplist" id="9001"> + <left>0</left> + <top>600</top> + <width>1200</width> + <align>center</align> + <orientation>horizontal</orientation> + <onup>12</onup> + <include name="DefaultDialogButton"> + <param name="id" value="18" /> + <param name="label" value="$LOCALIZE[186]" /> + </include> + <include name="DefaultDialogButton"> + <param name="id" value="19" /> + <param name="label" value="$LOCALIZE[222]" /> + </include> + </control> + </controls> +</window> |