forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom_ResetColors.xml
64 lines (64 loc) · 2.98 KB
/
Custom_ResetColors.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1298">
<defaultcontrol>11</defaultcontrol>
<controls>
<include>GlobalOverlay</include>
<control type="group">
<include>DefDialogOK</include>
<control type="label">
<include content="DefDialogHeader">
<param name="left" value="75"/>
<param name="posy" value="0"/>
</include>
<label>31134</label>
</control>
<control type="textbox">
<height>230</height>
<align>left</align>
<left>10</left>
<font>Tiny</font>
<posy>108</posy>
<label>31136</label>
</control>
<control type="grouplist">
<posy>310</posy>
<height>66</height>
<width>100%</width>
<align>center</align>
<orientation>horizontal</orientation>
<itemgap>30</itemgap>
<control type="button" id="11">
<description>Yes</description>
<width>320</width>
<label>107</label>
<font>Button</font>
<texturefocus colordiffuse="$VAR[ColorHighlight]" border="5">common/box.png</texturefocus>
<texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
<onclick>Skin.Reset(focuscolor.name)</onclick>
<onclick>Skin.Reset(starscolornew.name)</onclick>
<onclick>Skin.Reset(ratingcolor.name)</onclick>
<onclick>Skin.Reset(squarecolor.name)</onclick>
<onclick>Skin.Reset(userratingcolor.name)</onclick>
<onclick>Skin.Reset(kodilogocolor.name)</onclick>
<onclick>Skin.Reset(selectbarcolor.name)</onclick>
<onclick>Skin.Reset(squarecolor2.name)</onclick>
<onclick>Skin.Reset(focuscolor2.name)</onclick>
<onclick>Skin.Reset(selectotherbarcolor.name)</onclick>
<onclick>Skin.Reset(focuscolorotherbar.name)</onclick>
<onclick>Skin.Reset(kodilogocolorgradient.name)</onclick>
<onclick>Skin.Reset(colorpresent)</onclick>
<onclick>close</onclick>
</control>
<control type="button" id="10">
<description>No</description>
<width>320</width>
<label>106</label>
<font>Button</font>
<texturefocus colordiffuse="$VAR[ColorHighlight]" border="5">common/box.png</texturefocus>
<texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
<onclick>close</onclick>
</control>
</control>
</control>
</controls>
</window>