aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogScriptInfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.confluence/720p/DialogScriptInfo.xml')
-rw-r--r--addons/skin.confluence/720p/DialogScriptInfo.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogScriptInfo.xml b/addons/skin.confluence/720p/DialogScriptInfo.xml
new file mode 100644
index 0000000000..11d99400ce
--- /dev/null
+++ b/addons/skin.confluence/720p/DialogScriptInfo.xml
@@ -0,0 +1,82 @@
+<window id="2004">
+ <defaultcontrol>61</defaultcontrol>
+ <controls>
+ <control type="group">
+ <animation effect="slide" start="1100,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
+ <animation effect="slide" start="0,0" end="1100,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
+ <control type="image">
+ <posx>180</posx>
+ <posy>0</posy>
+ <width>1100</width>
+ <height>720</height>
+ <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>200</posx>
+ <posy>0</posy>
+ <width>64</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>PreviousMenu</onclick>
+ <texturefocus>DialogCloseButton-focus.png</texturefocus>
+ <texturenofocus>DialogCloseButton.png</texturenofocus>
+ <onleft>61</onleft>
+ <onright>61</onright>
+ <onup>61</onup>
+ <ondown>61</ondown>
+ <visible>system.getbool(input.enablemouse)</visible>
+ </control>
+ <control type="group">
+ <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
+ <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
+ <control type="label">
+ <description>header label</description>
+ <posx>210</posx>
+ <posy>50</posy>
+ <width>1030</width>
+ <height>30</height>
+ <font>font35_title</font>
+ <label>$LOCALIZE[262]</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="textbox" id="5">
+ <description>textarea</description>
+ <posx>210</posx>
+ <posy>90</posy>
+ <width>1000</width>
+ <height>600</height>
+ <label>-</label>
+ <font>font13</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>61</pagecontrol>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>1215</posx>
+ <posy>90</posy>
+ <width>25</width>
+ <height>600</height>
+ <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
+ <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>ScrollBarNib.png</textureslidernib>
+ <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
+ <onleft>61</onleft>
+ <onright>61</onright>
+ <ondown>61</ondown>
+ <onup>61</onup>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ </control>
+ <include>SideBladeRight</include>
+ <include>Clock</include>
+ </controls>
+</window>