blob: d41d3caeb9669aee57f5321a133f6d7c60d77d39 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<include>Animation_DialogPopupOpenClose</include>
<controls>
<control type="group">
<centertop>50%</centertop>
<height>700</height>
<centerleft>50%</centerleft>
<width>1780</width>
<include content="DialogBackgroundCommons">
<param name="width" value="1780" />
<param name="height" value="700" />
<param name="header_label" value="$LOCALIZE[15020]" />
<param name="header_id" value="2" />
</include>
<control type="list" id="9000">
<description>processing mode selection list</description>
<left>0</left>
<top>105</top>
<width>330</width>
<height>700</height>
<onup>9000</onup>
<ondown>200</ondown>
<onleft>9001</onleft>
<onright>20</onright>
<orientation>vertical</orientation>
<scrolltime tween="sine" easing="out">200</scrolltime>
<itemlayout width="330" height="110">
<control type="image">
<left>0</left>
<top>0</top>
<width>330</width>
<height>130</height>
<texture border="40">buttons/dialogbutton-nofo.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>330</width>
<height>130</height>
<textcolor>grey</textcolor>
<font>font25_title</font>
<aligny>center</aligny>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="330" height="110">
<control type="image">
<left>0</left>
<top>0</top>
<width>330</width>
<height>130</height>
<animation effect="fade" start="100" end="20" time="200" condition="!Control.HasFocus(9000)">Conditional</animation>
<texture border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>330</width>
<height>130</height>
<font>font25_title</font>
<aligny>center</aligny>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<control type="group" id="200">
<top>90</top>
<control type="group">
<left>320</left>
<description>available modes</description>
<include content="AudioDSPModeList">
<param name="sublabel" value="$LOCALIZE[15050]: $INFO[Container(20).NumItems]" />
<param name="scrollbar_id" value="60" />
<param name="list_id" value="20" />
<param name="onright" value="21" />
<param name="onleft" value="9000" />
</include>
</control>
<control type="group">
<description>active modes</description>
<left>810</left>
<top>0</top>
<include content="AudioDSPModeList">
<param name="sublabel" value="$LOCALIZE[15051]: $INFO[Container(21).NumItems]" />
<param name="scrollbar_id" value="61" />
<param name="list_id" value="21" />
<param name="onright" value="9001" />
<param name="onleft" value="60" />
</include>
</control>
</control>
<control type="grouplist" id="9001">
<left>1300</left>
<width>470</width>
<top>105</top>
<itemgap>dialogbuttons_itemgap</itemgap>
<onleft>61</onleft>
<onright>9000</onright>
<control type="radiobutton" id="22">
<width>470</width>
<height>90</height>
<label>$LOCALIZE[15064]</label>
<font>font25_title</font>
<textoffsetx>40</textoffsetx>
<texturefocus border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texturefocus>
<texturenofocus border="40">buttons/dialogbutton-nofo.png</texturenofocus>
</control>
<include content="DefaultDialogButton">
<param name="id" value="23" />
<param name="label" value="$LOCALIZE[14070]" />
<param name="width" value="470" />
</include>
<include content="DefaultDialogButton">
<param name="id" value="24" />
<param name="label" value="$LOCALIZE[15066]" />
<param name="width" value="470" />
</include>
</control>
<control type="textbox">
<description>current mode description label</description>
<left>1325</left>
<top>350</top>
<width>420</width>
<height>300</height>
<font>font12</font>
<aligny>top</aligny>
<label>$VAR[DSPManagerHelpTextVar]</label>
</control>
</control>
</controls>
</window>
|