summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/GameOSD.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/GameOSD.xml')
-rw-r--r--addons/skin.estouchy/xml/GameOSD.xml100
1 files changed, 100 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/GameOSD.xml b/addons/skin.estouchy/xml/GameOSD.xml
new file mode 100644
index 0000000..2f47a98
--- /dev/null
+++ b/addons/skin.estouchy/xml/GameOSD.xml
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">11101</defaultcontrol>
+ <include>16x9_xPos_Relocation</include>
+ <include>Window_OpenClose_Animation_Zoom</include>
+ <coordinates>
+ <posx>445</posx>
+ <posy>245</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <visible>!Window.IsActive(GameVideoSettings) + !Window.IsActive(GameControllers)</visible>
+ <include>BehindDialogFadeOut</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</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>300</width>
+ <label>$LOCALIZE[35221]</label>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>400</width>
+ <height>350</height>
+ <texture>dialog_back.png</texture>
+ </control>
+ <control type="group">
+ <posx>330</posx>
+ <posy>0</posy>
+ <include>DialogCloseButtonCommons</include>
+ </control>
+ <control type="grouplist" id="11101">
+ <description>grouplist for context buttons</description>
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>400</width>
+ <height max="700">auto</height>
+ <itemgap>0</itemgap>
+ <control type="button" id="11102">
+ <width>400</width>
+ <height>70</height>
+ <font>font25</font>
+ <texturefocus>list_focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <label>$LOCALIZE[13404]</label>
+ <label2>$LOCALIZE[31040]</label2>
+ <onclick>Play</onclick>
+ </control>
+ <control type="button" id="11103">
+ <width>400</width>
+ <height>70</height>
+ <font>font25</font>
+ <texturefocus>list_focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <label>$LOCALIZE[13007]</label>
+ <label2>$LOCALIZE[31041]</label2>
+ <onclick>PlayerControl(Reset)</onclick>
+ </control>
+ <control type="button" id="11104">
+ <width>400</width>
+ <height>70</height>
+ <font>font25</font>
+ <texturefocus>list_focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <label>$LOCALIZE[35222]</label>
+ <label2>$LOCALIZE[31042]</label2>
+ <onclick>Stop</onclick>
+ </control>
+ <control type="button" id="11107">
+ <width>400</width>
+ <height>70</height>
+ <font>font25</font>
+ <texturefocus>list_focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <label>$LOCALIZE[13395]</label>
+ <onclick>ActivateWindow(gamevideosettings)</onclick>
+ </control>
+ <control type="button" id="11109">
+ <width>400</width>
+ <height>70</height>
+ <font>font25</font>
+ <texturefocus>list_focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ <label>$LOCALIZE[35223]</label>
+ <onclick>ActivateWindow(gamecontrollers)</onclick>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>