[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / DialogConfirm.xml
blob1ff68bf990deb7234a009d27b57ffdda6a37b8ba
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <include>Animation_DialogPopupOpenClose</include>
4         <depth>DepthDialog+</depth>
5         <controls>
6                 <control type="group">
7                         <height>400</height>
8                         <centertop>50%</centertop>
9                         <centerleft>50%</centerleft>
10                         <width>915</width>
11                         <include content="DialogBackgroundCommons">
12                                 <param name="width" value="915" />
13                                 <param name="height" value="380" />
14                                 <param name="header_label" value="" />
15                                 <param name="header_id" value="1" />
16                         </include>
17                         <control type="textbox" id="9">
18                                 <left>30</left>
19                                 <top>82</top>
20                                 <width>855</width>
21                                 <height>165</height>
22                                 <label></label>
23                                 <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
24                         </control>
25                         <control type="progress" id="20">
26                                 <left>30</left>
27                                 <top>262</top>
28                                 <width>855</width>
29                                 <height>24</height>
30                                 <info>System.Progressbar</info>
31                         </control>
32                         <control type="grouplist" id="9000">
33                                 <orientation>horizontal</orientation>
34                                 <left>0</left>
35                                 <top>290</top>
36                                 <width>915</width>
37                                 <align>center</align>
38                                 <include content="DefaultDialogButton">
39                                         <param name="id" value="11" />
40                                         <param name="label" value="" />
41                                 </include>
42                                 <include content="DefaultDialogButton">
43                                         <param name="id" value="10" />
44                                         <param name="label" value="" />
45                                 </include>
46                                 <include content="DefaultDialogButton">
47                                         <param name="id" value="12" />
48                                         <param name="label" value="" />
49                                 </include>
50                         </control>
51                 </control>
52         </controls>
53 </window>