[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / DialogMediaSource.xml
blob492fe05fed32c9f7c05978c92ae9cc7880a69165
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol>10</defaultcontrol>
4         <include>Animation_DialogPopupOpenClose</include>
5         <controls>
6                 <control type="group">
7                 <centertop>50%</centertop>
8                 <height>750</height>
9                 <centerleft>50%</centerleft>
10                 <width>1200</width>
11                 <include content="DialogBackgroundCommons">
12                         <param name="width" value="1200" />
13                         <param name="height" value="750" />
14                         <param name="header_label" value="$LOCALIZE[13406]" />
15                         <param name="header_id" value="2" />
16                 </include>
17                 <control type="label">
18                         <description>path label</description>
19                         <left>30</left>
20                         <top>90</top>
21                         <width>1140</width>
22                         <height>30</height>
23                         <align>center</align>
24                         <aligny>center</aligny>
25                         <font>font12</font>
26                         <label>$LOCALIZE[1021]</label>
27                 </control>
28                 <control type="image">
29                         <left>25</left>
30                         <top>145</top>
31                         <width>860</width>
32                         <height>285</height>
33                         <texture border="40">buttons/dialogbutton-nofo.png</texture>
34                 </control>
35                 <control type="list" id="10">
36                         <left>45</left>
37                         <top>165</top>
38                         <width>820</width>
39                         <height>245</height>
40                         <onup>9001</onup>
41                         <onleft>9000</onleft>
42                         <onright>60</onright>
43                         <ondown>12</ondown>
44                         <pagecontrol>60</pagecontrol>
45                         <scrolltime>200</scrolltime>
46                         <itemlayout height="70" width="820">
47                                 <control type="label">
48                                         <left>10</left>
49                                         <right>10</right>
50                                         <top>0</top>
51                                         <bottom>0</bottom>
52                                         <aligny>center</aligny>
53                                         <textcolor>grey</textcolor>
54                                         <label>$INFO[ListItem.Label]</label>
55                                 </control>
56                         </itemlayout>
57                         <focusedlayout height="70" width="820">
58                                 <control type="image">
59                                         <left>0</left>
60                                         <top>0</top>
61                                         <bottom>0</bottom>
62                                         <right>0</right>
63                                         <texture colordiffuse="button_focus">lists/focus.png</texture>
64                                         <animation effect="fade" start="100" end="50" time="0">UnFocus</animation>
65                                 </control>
66                                 <control type="label">
67                                         <left>10</left>
68                                         <top>0</top>
69                                         <bottom>0</bottom>
70                                         <right>10</right>
71                                         <aligny>center</aligny>
72                                         <label>$INFO[ListItem.Label]</label>
73                                 </control>
74                         </focusedlayout>
75                 </control>
76                 <control type="scrollbar" id="60">
77                         <left>870</left>
78                         <top>166</top>
79                         <width>12</width>
80                         <height>243</height>
81                         <onleft>10</onleft>
82                         <onright>9000</onright>
83                         <orientation>vertical</orientation>
84                 </control>
85                 <control type="grouplist" id="9000">
86                         <left>880</left>
87                         <top>147</top>
88                         <orientation>vertical</orientation>
89                         <onleft>10</onleft>
90                         <onright>10</onright>
91                         <ondown>12</ondown>
92                         <itemgap>-7</itemgap>
93                         <include content="DefaultDialogButton">
94                                 <param name="id" value="11" />
95                                 <param name="label" value="$LOCALIZE[1024]" />
96                         </include>
97                         <include content="DefaultDialogButton">
98                                 <param name="id" value="13" />
99                                 <param name="label" value="$LOCALIZE[15019]" />
100                         </include>
101                         <include content="DefaultDialogButton">
102                                 <param name="id" value="14" />
103                                 <param name="label" value="$LOCALIZE[1210]" />
104                         </include>
105                 </control>
106                 <control type="label">
107                         <description>Name label</description>
108                         <left>30</left>
109                         <top>460</top>
110                         <width>1140</width>
111                         <height>30</height>
112                         <align>center</align>
113                         <aligny>center</aligny>
114                         <font>font12</font>
115                         <label>$LOCALIZE[1022]</label>
116                 </control>
117                 <control type="edit" id="12">
118                         <description>Name Button</description>
119                         <left>30</left>
120                         <top>500</top>
121                         <width>1140</width>
122                         <height>90</height>
123                         <align>center</align>
124                         <aligny>center</aligny>
125                         <label></label>
126                         <onup>10</onup>
127                         <ondown>9001</ondown>
128                 </control>
129                 <control type="grouplist" id="9001">
130                         <left>0</left>
131                         <bottom>40</bottom>
132                         <height>100</height>
133                         <width>1200</width>
134                         <align>center</align>
135                         <orientation>horizontal</orientation>
136                         <onup>12</onup>
137                         <include content="DefaultDialogButton">
138                                 <param name="id" value="18" />
139                                 <param name="label" value="$LOCALIZE[186]" />
140                         </include>
141                         <include content="DefaultDialogButton">
142                                 <param name="id" value="19" />
143                                 <param name="label" value="$LOCALIZE[222]" />
144                         </include>
145                 </control>
146                 </control>
147         </controls>
148 </window>