summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogPictureInfo.xml
blob: 058a67c336970e571a1271eca85af6b54824f8d0 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">5</defaultcontrol>
	<include>16x9_xPos_Relocation</include>
	<include>Window_OpenClose_Animation_Zoom</include>
	<coordinates>
		<posx>140</posx>
		<posy>90</posy>
	</coordinates>
	<controls>
		<include>BehindDialogFadeOut</include>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>1000</width>
			<height>60</height>
			<texture border="5">dialog_header.png</texture>
		</control>
		<control type="label">
			<description>header label</description>
			<posx>20</posx>
			<posy>0</posy>
			<include>WindowTitleCommons</include>
			<width>910</width>
			<label>$LOCALIZE[13406]</label>
		</control>
		<control type="group">
			<posx>930</posx>
			<posy>0</posy>
			<include>DialogCloseButtonCommons</include>
		</control>
		<control type="image">
			<posx>0</posx>
			<posy>60</posy>
			<width>1000</width>
			<height>720</height>
			<texture>dialog_back.png</texture>
		</control>
		<control type="image">
			<posx>0</posx>
			<posy>60</posy>
			<width>1000</width>
			<height>720</height>
			<texture colordiffuse="40000000">panel.png</texture>
		</control>
		<control type="list" id="5">
			<posx>0</posx>
			<posy>60</posy>
			<width>1000</width>
			<height>720</height>
			<onleft>5</onleft>
			<onright>5</onright>
			<onup>5</onup>
			<ondown>5</ondown>
			<pagecontrol>60</pagecontrol>
			<scrolltime>200</scrolltime>
			<itemlayout height="60">
				<control type="label">
					<posx>20</posx>
					<posy>0</posy>
					<width>960</width>
					<height>60</height>
					<font>font20_title</font>
					<aligny>center</aligny>
					<selectedcolor>selected</selectedcolor>
					<label>$INFO[ListItem.Label]</label>
				</control>
				<control type="label">
					<posx>20</posx>
					<posy>0</posy>
					<width>960</width>
					<height>60</height>
					<font>font20</font>
					<align>right</align>
					<aligny>center</aligny>
					<selectedcolor>white</selectedcolor>
					<label>$INFO[ListItem.Label2]</label>
				</control>
			</itemlayout>
			<focusedlayout height="60">
				<control type="image">
					<posx>0</posx>
					<posy>0</posy>
					<width>1000</width>
					<height>60</height>
					<texture>list_focus.png</texture>
				</control>
				<control type="label">
					<posx>20</posx>
					<posy>0</posy>
					<width>960</width>
					<height>60</height>
					<font>font20_title</font>
					<aligny>center</aligny>
					<selectedcolor>selected</selectedcolor>
					<label>$INFO[ListItem.Label]</label>
				</control>
				<control type="label">
					<posx>20</posx>
					<posy>0</posy>
					<width>960</width>
					<height>60</height>
					<font>font20</font>
					<align>right</align>
					<aligny>center</aligny>
					<selectedcolor>white</selectedcolor>
					<label>$INFO[ListItem.Label2]</label>
				</control>
			</focusedlayout>
		</control>
	</controls>
</window>