First commit
This commit is contained in:
101
720p/DialogProgress.xml
Normal file
101
720p/DialogProgress.xml
Normal file
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">10</defaultcontrol>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<left>335</left>
|
||||
<top>230</top>
|
||||
</coordinates>
|
||||
<include>dialogeffect</include>
|
||||
<controls>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>610</width>
|
||||
<height>240</height>
|
||||
<texture border="40">DialogBack.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>Dialog Header image</description>
|
||||
<left>40</left>
|
||||
<top>16</top>
|
||||
<width>530</width>
|
||||
<height>40</height>
|
||||
<texture>dialogheader.png</texture>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<description>fake heading label</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
<font>-</font>
|
||||
<visible>false</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>header label</description>
|
||||
<left>40</left>
|
||||
<top>20</top>
|
||||
<width>530</width>
|
||||
<height>30</height>
|
||||
<font>font13_title</font>
|
||||
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>selected</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
</control>
|
||||
<control type="button">
|
||||
<description>Close Window button</description>
|
||||
<left>520</left>
|
||||
<top>15</top>
|
||||
<width>64</width>
|
||||
<height>32</height>
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
<onclick>PreviousMenu</onclick>
|
||||
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
||||
<onleft>10</onleft>
|
||||
<onright>10</onright>
|
||||
<onup>10</onup>
|
||||
<ondown>10</ondown>
|
||||
<visible>system.getbool(input.enablemouse)</visible>
|
||||
</control>
|
||||
<control type="textbox" id="9">
|
||||
<description>text</description>
|
||||
<left>30</left>
|
||||
<top>60</top>
|
||||
<width>550</width>
|
||||
<height>80</height>
|
||||
<align>left</align>
|
||||
<label>-</label>
|
||||
<font>font13</font>
|
||||
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
|
||||
</control>
|
||||
<control type="progress">
|
||||
<description>Progressbar</description>
|
||||
<left>30</left>
|
||||
<top>148</top>
|
||||
<width>550</width>
|
||||
<height>16</height>
|
||||
<info>System.Progressbar</info>
|
||||
</control>
|
||||
<control type="button" id="10">
|
||||
<description>Cancel button</description>
|
||||
<left>205</left>
|
||||
<top>175</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<label>222</label>
|
||||
<font>font12_title</font>
|
||||
<textcolor>white</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<align>center</align>
|
||||
<onleft>10</onleft>
|
||||
<onright>10</onright>
|
||||
<onup>10</onup>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user