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>
|
||||
Reference in New Issue
Block a user