blob: 39e8f8b3c6ee45c65abdfe104b8cea17516bfecc (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">450</defaultcontrol>
<include>16x9_xPos_Relocation</include>
<include>Window_OpenClose_Animation_Zoom</include>
<coordinates>
<posx>280</posx>
<posy>90</posy>
</coordinates>
<controls>
<include>BehindDialogFadeOut</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>60</height>
<texture border="5">dialog_header.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>60</posy>
<width>720</width>
<height>720</height>
<texture>dialog_back.png</texture>
</control>
<control type="label">
<description>header label</description>
<posx>20</posx>
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>600</width>
<label>$LOCALIZE[1036]</label>
</control>
<control type="group">
<posx>650</posx>
<posy>0</posy>
<include>DialogCloseButtonCommons</include>
</control>
<control type="image">
<posx>0</posx>
<posy>60</posy>
<width>670</width>
<height>720</height>
<texture colordiffuse="40000000">panel.png</texture>
</control>
<control type="list" id="450">
<posx>0</posx>
<posy>60</posy>
<width>670</width>
<height>720</height>
<onup>450</onup>
<onleft>450</onleft>
<onright>450</onright>
<ondown>450</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout width="670" height="80">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>670</width>
<height>80</height>
<texture border="40,0,40,5">list_nofocus.png</texture>
</control>
<control type="label">
<posx>20</posx>
<posy>0</posy>
<width>570</width>
<height>80</height>
<font>font20</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<posx>595</posx>
<posy>5</posy>
<width>70</width>
<height>70</height>
<aspectratio align="right">keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
</control>
</itemlayout>
<focusedlayout width="670" height="80">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>670</width>
<height>80</height>
<texture>list_focus.png</texture>
</control>
<control type="label">
<posx>20</posx>
<posy>0</posy>
<width>570</width>
<height>80</height>
<font>font20</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<posx>595</posx>
<posy>5</posy>
<width>70</width>
<height>70</height>
<aspectratio align="right">keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<posx>690</posx>
<posy>90</posy>
<width>10</width>
<height>660</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>3</onleft>
<onright>3</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<animation effect="fade" time="150">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
</control>
</controls>
</window>
|