First commit
This commit is contained in:
81
720p/DialogTextViewer.xml
Normal file
81
720p/DialogTextViewer.xml
Normal file
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<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">
|
||||
<left>180</left>
|
||||
<top>0</top>
|
||||
<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>
|
||||
<left>200</left>
|
||||
<top>0</top>
|
||||
<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" id="1">
|
||||
<description>header label</description>
|
||||
<left>210</left>
|
||||
<top>40</top>
|
||||
<width>1030</width>
|
||||
<height>30</height>
|
||||
<font>font13_title</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>selected</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
</control>
|
||||
<control type="textbox" id="5">
|
||||
<description>textarea</description>
|
||||
<left>210</left>
|
||||
<top>90</top>
|
||||
<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">
|
||||
<left>1220</left>
|
||||
<top>90</top>
|
||||
<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>Clock</include>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user