test
This commit is contained in:
68
resources/skins/default/720p/captcha-dialog.xml
Normal file
68
resources/skins/default/720p/captcha-dialog.xml
Normal file
@@ -0,0 +1,68 @@
|
||||
<window>
|
||||
<defaultcontrol>102</defaultcontrol>
|
||||
<coordinates>
|
||||
<system>2</system>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
</coordinates>
|
||||
<animation effect="fade" time="250">WindowOpen</animation>
|
||||
<animation effect="fade" time="250">WindowClose</animation>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<posx>390</posx>
|
||||
<posy>10</posy>
|
||||
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>500</width>
|
||||
<height>200</height>
|
||||
<texture border="20">ContentPanel.png</texture>
|
||||
</control>
|
||||
|
||||
<control type="label" id="100">
|
||||
<posx>10</posx>
|
||||
<posy>0</posy>
|
||||
<width>480</width>
|
||||
<height>80</height>
|
||||
<textcolor>white</textcolor>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
<label>SCRIPT200</label>
|
||||
</control>
|
||||
|
||||
<control type="image" id="101">
|
||||
<posx>50</posx>
|
||||
<posy>75</posy>
|
||||
<width>300</width>
|
||||
<height>105</height>
|
||||
<texture></texture>
|
||||
</control>
|
||||
|
||||
<control type="button" id="103">
|
||||
<posx>360</posx>
|
||||
<posy>75</posy>
|
||||
<width>100</width>
|
||||
<height>50</height>
|
||||
<align>center</align>
|
||||
<visible>false</visible>
|
||||
<label>Next</label>
|
||||
<ondown>102</ondown>
|
||||
<texturenofocus>button-nofocus.png</texturenofocus>
|
||||
<texturefocus>button-focus.png</texturefocus>
|
||||
</control>
|
||||
<control type="button" id="102">
|
||||
<posx>360</posx>
|
||||
<posy>130</posy>
|
||||
<width>100</width>
|
||||
<height>50</height>
|
||||
<align>center</align>
|
||||
<visible>true</visible>
|
||||
<onup>103</onup>
|
||||
<label>OK</label>
|
||||
<texturenofocus>button-nofocus.png</texturenofocus>
|
||||
<texturefocus>button-focus.png</texturefocus>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
BIN
resources/skins/default/media/ContentPanel.png
Normal file
BIN
resources/skins/default/media/ContentPanel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
resources/skins/default/media/button-focus.png
Normal file
BIN
resources/skins/default/media/button-focus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
resources/skins/default/media/button-nofocus.png
Normal file
BIN
resources/skins/default/media/button-nofocus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
13
resources/skins/default/skin.xml
Normal file
13
resources/skins/default/skin.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<skin>
|
||||
<defaultresolution>720p</defaultresolution>
|
||||
<defaultresolutionwide>720p</defaultresolutionwide>
|
||||
<version>2.1</version>
|
||||
|
||||
<!-- amount to zoom skin to remove overscan compensation -->
|
||||
<zoom>0</zoom>
|
||||
|
||||
<credits>
|
||||
<skinname>default</skinname>
|
||||
<name>lzoubek</name>
|
||||
</credits>
|
||||
</skin>
|
||||
Reference in New Issue
Block a user