summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogColorPicker.xml
blob: bceecbe5775f61aa2a6a6ce79a6f32bc94712a26 (plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8"?>
<window>
	<defaultcontrol always="true">6</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<depth>DepthOSD</depth>
	<controls>
		<control type="group">
			<centertop>50%</centertop>
			<centerleft>50%</centerleft>
			<height>750</height>
			<width>1220</width>
			<include content="DialogBackgroundCommons">
				<param name="width" value="1220" />
				<param name="height" value="790" />
				<param name="header_label" value="" />
				<param name="header_id" value="1" />
			</include>
			<control type="image">
				<left>0</left>
				<top>80</top>
				<width>920</width>
				<bottom>2</bottom>
				<texture border="40">buttons/dialogbutton-nofo.png</texture>
			</control>
			<!-- Color picker panel -->
			<control type="panel" id="6">
				<left>20</left>
				<top>100</top>
				<width>880</width>
				<bottom>26</bottom>
				<onup>6</onup>
				<ondown>6</ondown>
				<onleft>9001</onleft>
				<onright>61</onright>
				<orientation>vertical</orientation>
				<pagecontrol>61</pagecontrol>
				<viewtype label="100">icon</viewtype>
				<itemlayout height="80" width="146">
					<control type="group">
						<control type="image">
							<top>3</top>
							<left>8</left>
							<width>138</width>
							<height>74</height>
							<texture>buttons/color-back.png</texture>
						</control>
						<control type="image">
							<top>3</top>
							<left>8</left>
							<width>138</width>
							<height>74</height>
							<texture border="0">colors/white.png</texture>
							<colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
							<aspectratio>stretch</aspectratio>
						</control>
					</control>
				</itemlayout>
				<focusedlayout height="80" width="146">
					<control type="group">
						<animation effect="zoom" time="200" tween="sine" easing="inout" start="100" end="124" center="auto">Focus</animation>
						<control type="image">
							<top>3</top>
							<left>8</left>
							<width>138</width>
							<height>74</height>
							<texture>buttons/color-back.png</texture>
						</control>
						<control type="image">
							<top>3</top>
							<left>8</left>
							<width>138</width>
							<height>74</height>
							<texture border="0">colors/white.png</texture>
							<colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
							<aspectratio>stretch</aspectratio>
						</control>
					</control>
				</focusedlayout>
			</control>
			<control type="scrollbar" id="61">
				<left>910</left>
				<top>100</top>
				<width>12</width>
				<bottom>26</bottom>
				<onleft condition="Control.IsVisible(6)">6</onleft>
				<onright>9001</onright>
				<orientation>vertical</orientation>
			</control>
			<control type="label">
				<left>28</left>
				<top>740</top>
				<width>880</width>
				<height>35</height>
				<align>left</align>
				<label>[COLOR button_focus]$LOCALIZE[737]: [/COLOR]$INFO[Container(6).ListItem.Label,, - ]$INFO[Container(6).ListItem.Label2,#,]</label>
			</control>
			<control type="label">
				<left>925</left>
				<top>748</top>
				<width>275</width>
				<height>35</height>
				<font>font12</font>
				<align>right</align>
				<textcolor>grey</textcolor>
				<label>$VAR[SelectLabel]</label>
			</control>
			<control type="grouplist" id="9001">
				<left>920</left>
				<top>80</top>
				<onleft>61</onleft>
				<itemgap>dialogbuttons_itemgap</itemgap>
				<onright>6</onright>
				<include content="DefaultDialogButton">
					<param name="id" value="7" />
					<param name="label" value="$LOCALIZE[222]" />
				</include>
			</control>
		</control>
	</controls>
</window>