blob: 1ce75abd63286a489b9a6cad94e12b0d29cbc317 (
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
|
<window id="2008">
<defaultcontrol>450</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>315</posx>
<posy>260</posy>
</coordinates>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>650</width>
<height>200</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<posx>560</posx>
<posy>5</posy>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>13</onleft>
<onright>13</onright>
<onup>13</onup>
<ondown>13</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="label">
<description>heading label</description>
<posx>40</posx>
<posy>18</posy>
<width>570</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<label>$INFO[ListItem.Label]</label>
<textcolor>white</textcolor>
</control>
<control type="label">
<posx>40</posx>
<posy>60</posy>
<width>570</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>31060</label>
<textcolor>grey2</textcolor>
</control>
<control type="image">
<posx>50</posx>
<posy>110</posy>
<width>20</width>
<height>25</height>
<texture>scroll-left-focus.png</texture>
<visible>Container(450).HasPrevious</visible>
</control>
<control type="image">
<posx>575</posx>
<posy>110</posy>
<width>20</width>
<height>25</height>
<texture>scroll-right-focus.png</texture>
<visible>Container(450).HasNext</visible>
</control>
<control type="list" id="450">
<posx>85</posx>
<posy>105</posy>
<width>480</width>
<height>100</height>
<onleft>450</onleft>
<onright>450</onright>
<onup>450</onup>
<ondown>450</ondown>
<orientation>horizontal</orientation>
<focusposition>2</focusposition>
<viewtype label="535">list</viewtype>
<scrolltime>200</scrolltime>
<itemlayout width="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>38</width>
<height>32</height>
<aspectratio>stretch</aspectratio>
<texture>StackNF.png</texture>
</control>
</itemlayout>
<focusedlayout width="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>38</width>
<height>32</height>
<aspectratio>stretch</aspectratio>
<texture>StackFO.png</texture>
</control>
</focusedlayout>
</control>
<control type="label">
<posx>40</posx>
<posy>155</posy>
<width>570</width>
<height>22</height>
<font>font13_title</font>
<align>center</align>
<info>Container(450).ListItem.Label</info>
</control>
</controls>
</window>
|