blob: 863131f2c2e83d14520cd17056b748378e4db71d (
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
|
<window id="2008">
<defaultcontrol>450</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<system>1</system>
<posx>315</posx>
<posy>247</posy>
</coordinates>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>650</width>
<height>225</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>650</width>
<height>225</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>570</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$INFO[ListItem.Label]</label>
<textcolor>green</textcolor>
</control>
<control type="image">
<posx>40</posx>
<posy>80</posy>
<width>570</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="label">
<posx>40</posx>
<posy>85</posy>
<width>570</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<label>31060</label>
<textcolor>grey2</textcolor>
</control>
<control type="image">
<posx>50</posx>
<posy>120</posy>
<width>25</width>
<height>30</height>
<texture>scroll-left-focus.png</texture>
<visible>Container(450).HasPrevious</visible>
</control>
<control type="image">
<posx>575</posx>
<posy>120</posy>
<width>25</width>
<height>30</height>
<texture>scroll-right-focus.png</texture>
<visible>Container(450).HasNext</visible>
</control>
<control type="list" id="450">
<posx>85</posx>
<posy>120</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>30</height>
<aspectratio>stretch</aspectratio>
<texture>ProgressFront2.png</texture>
</control>
</itemlayout>
<focusedlayout width="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>38</width>
<height>30</height>
<aspectratio>stretch</aspectratio>
<texture>ProgressFront.png</texture>
</control>
</focusedlayout>
</control>
<control type="label">
<posx>40</posx>
<posy>155</posy>
<width>570</width>
<height>22</height>
<font>font12</font>
<align>center</align>
<info>Container(450).ListItem.Label</info>
</control>
</controls>
</window>
|