summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogColorPicker.xml
blob: 5589e2dc104d42cbb9e204e9d2d8bd71eb8ecc23 (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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">6</defaultcontrol>
	<include>16x9_xPos_Relocation</include>
	<include>Window_OpenClose_Animation_Zoom</include>
	<coordinates>
		<posx>195</posx>
		<posy>80</posy>
	</coordinates>
	<controls>
		<include>BehindDialogFadeOut</include>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>890</width>
			<height>60</height>
			<texture border="5">dialog_header.png</texture>
		</control>
		<control type="image">
			<posx>0</posx>
			<posy>60</posy>
			<width>890</width>
			<height>730</height>
			<texture>dialog_back.png</texture>
		</control>
		<control type="label" id="1">
			<description>header label</description>
			<posx>20</posx>
			<posy>0</posy>
			<include>WindowTitleCommons</include>
			<width>980</width>
			<label>$LOCALIZE[13406]</label>
		</control>
		<control type="group">
			<posx>820</posx>
			<posy>0</posy>
			<include>DialogCloseButtonCommons</include>
		</control>
		<control type="image">
			<posx>0</posx>
			<posy>60</posy>
			<width>850</width>
			<height>600</height>
			<texture colordiffuse="40000000">panel.png</texture>
		</control>
		<!-- Color picker panel -->
		<control type="panel" id="6">
			<posx>10</posx>
			<posy>60</posy>
			<width>840</width>
			<height>600</height>
			<onup>6</onup>
			<ondown>6</ondown>
			<onleft>6</onleft>
			<onright>61</onright>
			<pagecontrol>61</pagecontrol>
			<scrolltime>200</scrolltime>
			<viewtype label="100">icon</viewtype>
			<itemlayout height="100" width="166">
				<control type="group">
					<control type="image">
						<posx>3</posx>
						<posy>8</posy>
						<width>158</width>
						<height>94</height>
						<texture>color-back.png</texture>
					</control>
					<control type="image">
						<posx>3</posx>
						<posy>8</posy>
						<width>158</width>
						<height>94</height>
						<texture border="0">white.png</texture>
						<colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
						<aspectratio>stretch</aspectratio>
					</control>
				</control>
			</itemlayout>
			<focusedlayout height="100" width="166">
				<control type="group">
					<animation effect="zoom" time="200" tween="sine" easing="inout" start="100" end="124" center="auto">Focus</animation>
					<control type="image">
						<posx>3</posx>
						<posy>8</posy>
						<width>158</width>
						<height>94</height>
						<texture>color-back.png</texture>
					</control>
					<control type="image">
						<posx>3</posx>
						<posy>8</posy>
						<width>158</width>
						<height>94</height>
						<texture border="0">white.png</texture>
						<colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
						<aspectratio>stretch</aspectratio>
					</control>
				</control>
			</focusedlayout>
		</control>
		<control type="scrollbar" id="61">
			<posx>856</posx>
			<posy>90</posy>
			<width>26</width>
			<height>540</height>
			<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
			<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
			<texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus>
			<textureslidernib>blank.png</textureslidernib>
			<textureslidernibfocus>blank.png</textureslidernibfocus>
			<onleft>6</onleft>
			<onright>6</onright>
			<ondown>61</ondown>
			<onup>61</onup>
			<showonepage>false</showonepage>
			<orientation>vertical</orientation>
			<animation effect="fade" time="150">Visible</animation>
			<animation effect="fade" time="150">Hidden</animation>
		</control>
		<control type="label">
			<posx>20</posx>
			<posy>670</posy>
			<width>880</width>
			<height>35</height>
			<align>left</align>
			<font>font14</font>
			<label>[COLOR blue]$LOCALIZE[737]: [/COLOR]$INFO[Container(6).ListItem.Label, , - ]$INFO[Container(6).ListItem.Label2,#,]</label>
		</control>
		<control type="grouplist" id="9000">
			<posx>20</posx>
			<posy>720</posy>
			<width>850</width>
			<height>60</height>
			<itemgap>10</itemgap>
			<align>center</align>
			<orientation>horizontal</orientation>
			<onleft>9000</onleft>
			<onright>9000</onright>
			<onup>9000</onup>
			<ondown>9000</ondown>
			<control type="button" id="7">
				<description>Cancel button</description>
				<width>200</width>
				<include>ButtonInfoDialogsCommonValues</include>
				<label></label>
			</control>
		</control>
	</controls>
</window>