summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogPictureInfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/DialogPictureInfo.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogPictureInfo.xml112
1 files changed, 112 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogPictureInfo.xml b/addons/skin.estouchy/xml/DialogPictureInfo.xml
new file mode 100644
index 0000000..058a67c
--- /dev/null
+++ b/addons/skin.estouchy/xml/DialogPictureInfo.xml
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">5</defaultcontrol>
+ <include>16x9_xPos_Relocation</include>
+ <include>Window_OpenClose_Animation_Zoom</include>
+ <coordinates>
+ <posx>140</posx>
+ <posy>90</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">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <include>WindowTitleCommons</include>
+ <width>910</width>
+ <label>$LOCALIZE[13406]</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>720</height>
+ <texture>dialog_back.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>1000</width>
+ <height>720</height>
+ <texture colordiffuse="40000000">panel.png</texture>
+ </control>
+ <control type="list" id="5">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>1000</width>
+ <height>720</height>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="60">
+ <control type="label">
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>960</width>
+ <height>60</height>
+ <font>font20_title</font>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>960</width>
+ <height>60</height>
+ <font>font20</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="60">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1000</width>
+ <height>60</height>
+ <texture>list_focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>960</width>
+ <height>60</height>
+ <font>font20_title</font>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>960</width>
+ <height>60</height>
+ <font>font20</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </controls>
+</window>