only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / includes.xml
1 <includes>
2         <include file="defaults.xml" />
3         <include file="ViewsCommon.xml" />
4         <include file="ViewsMetaData.xml" />
5         <include file="ViewsAddonBrowser.xml" />
6         <include file="IncludesCodecFlagging.xml" />
7         <include file="IncludesPlayerControls.xml" />
8         <include file="IncludesKeypad.xml" />
9
10         <constant name="ScreenWidth">1280</constant>
11         <constant name="ScreenHeight">960</constant>
12         <constant name="FanartCrossfadeTime">500</constant>
13         <constant name="IconCrossfadeTime">400</constant>
14
15         <include name="CommonBackground">
16                 <control type="image">
17                         <posx>0</posx>
18                         <posy>0</posy>
19                         <aspectratio>scale</aspectratio>
20                         <width>ScreenWidth</width>
21                         <height>ScreenHeight</height>
22                         <texture>special://skin/background/background.png</texture>
23                 </control>
24                 <include>CommonHeader</include>
25                 <control type="group">
26                         <visible>!Window.IsActive(PlayerControls)</visible>
27                         <include>VisibleFadeEffect</include>
28                         <control type="image">
29                                 <posx>0</posx>
30                                 <posy>100</posy>
31                                 <width>ScreenWidth</width>
32                                 <height>10</height>
33                                 <texture>shelf_shadow.png</texture>
34                         </control>
35                         <control type="image">
36                                 <posx>0</posx>
37                                 <posy>20</posy>
38                                 <width>ScreenWidth</width>
39                                 <height>80</height>
40                                 <texture border="0,0,0,2">header.png</texture>
41                         </control>
42                         <control type="button">
43                                 <description>Previous Button</description>
44                                 <posx>550</posx>
45                                 <posy>30</posy>
46                                 <width>45</width>
47                                 <height>45</height>
48                                 <label>-</label>
49                                 <texturenofocus>PlayerControls2-PreviousNF.png</texturenofocus>
50                                 <texturefocus>PlayerControls2-PreviousFO.png</texturefocus>
51                                 <onclick>XBMC.PlayerControl(Previous)</onclick>
52                         </control>
53                         <control type="togglebutton">
54                                 <description>Play Button</description>
55                                 <posx>612</posx>
56                                 <posy>23</posy>
57                                 <width>56</width>
58                                 <height>56</height>
59                                 <label>-</label>
60                                 <texturefocus>PlayerControls2-PlayFO.png</texturefocus>
61                                 <texturenofocus>PlayerControls2-PlayNF.png</texturenofocus>
62                                 <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
63                                 <alttexturefocus>PlayerControls2-PauseFO.png</alttexturefocus>
64                                 <alttexturenofocus>PlayerControls2-PauseNF.png</alttexturenofocus>
65                                 <onclick>XBMC.PlayerControl(Play)</onclick>
66                         </control>
67                         <control type="button">
68                                 <description>Next Button</description>
69                                 <posx>680</posx>
70                                 <posy>30</posy>
71                                 <width>45</width>
72                                 <height>45</height>
73                                 <label>-</label>
74                                 <texturenofocus>PlayerControls2-NextNF.png</texturenofocus>
75                                 <texturefocus>PlayerControls2-NextFO.png</texturefocus>
76                                 <onclick>XBMC.PlayerControl(Next)</onclick>
77                         </control>
78                         <control type="progress">
79                                 <description>Progressbar</description>
80                                 <posx>450</posx>
81                                 <posy>83</posy>
82                                 <width>380</width>
83                                 <height>15</height>
84                                 <info>Player.Progress</info>
85                         </control>
86                         <control type="image">
87                                 <posx>0</posx>
88                                 <posy>64r</posy>
89                                 <width>ScreenWidth</width>
90                                 <height>64</height>
91                                 <texture>floor.png</texture>
92                         </control>
93                         <control type="group">
94                                 <posx>122r</posx>
95                                 <posy>105r</posy>
96                                 <visible>!Window.IsVisible(LoginScreen) + !Window.IsActive(InfoDialog)</visible>
97                                 <include>VisibleFadeEffect</include>
98                                 <control type="image">
99                                         <posx>16</posx>
100                                         <posy>80</posy>
101                                         <width>80</width>
102                                         <height>40</height>
103                                         <texture border="5">IconBack_reflect.png</texture>
104                                 </control>
105                                 <control type="button">
106                                         <description>Favourties Button</description>
107                                         <posx>16</posx>
108                                         <posy>0</posy>
109                                         <width>80</width>
110                                         <height>80</height>
111                                         <label>-</label>
112                                         <font>-</font>
113                                         <texturenofocus border="5">IconBack.png</texturenofocus>
114                                         <texturefocus border="5">IconBack-focus.png</texturefocus>
115                                         <onclick>ActivateWindow(Favourites)</onclick>
116                                 </control>
117                                 <control type="image">
118                                         <posx>28</posx>
119                                         <posy>12</posy>
120                                         <width>56</width>
121                                         <height>56</height>
122                                         <texture>icon_favourites.png</texture>
123                                 </control>
124                                 <control type="label">
125                                         <posx>6</posx>
126                                         <posy>82</posy>
127                                         <width>100</width>
128                                         <height>20</height>
129                                         <font>font11</font>
130                                         <textcolor>white</textcolor>
131                                         <shadowcolor>black</shadowcolor>
132                                         <align>center</align>
133                                         <aligny>center</aligny>
134                                         <label>$LOCALIZE[1036]</label>
135                                 </control>
136                         </control>
137                 </control>
138         </include>
139         <include name="CommonHeader">
140                 <control type="image">
141                         <posx>0</posx>
142                         <posy>0</posy>
143                         <width>ScreenWidth</width>
144                         <height>20</height>
145                         <texture>black.png</texture>
146                 </control>
147                 <control type="label">
148                         <description>XBMC label</description>
149                         <posx>5</posx>
150                         <posy>0</posy>
151                         <width>200</width>
152                         <height>18</height>
153                         <align>left</align>
154                         <aligny>center</aligny>
155                         <font>font10_title</font>
156                         <textcolor>white</textcolor>
157                         <label>XBMC</label>
158                 </control>
159                 <control type="label">
160                         <description>time label</description>
161                         <posx>200</posx>
162                         <posy>0</posy>
163                         <width>880</width>
164                         <height>18</height>
165                         <align>center</align>
166                         <aligny>center</aligny>
167                         <font>font10_title</font>
168                         <textcolor>white</textcolor>
169                         <label>$INFO[System.Time]</label>
170                 </control>
171                 <control type="progress">
172                         <description>Battery Percent</description>
173                         <posx>35r</posx>
174                         <posy>2</posy>
175                         <width>30</width>
176                         <height>15</height>
177                         <texturebg>BatteryBack.png</texturebg>
178                         <midtexture>BatteryFront.png</midtexture>
179                         <info>System.BatteryLevel</info>
180                 </control>
181                 <control type="label">
182                         <posx>45r</posx>
183                         <posy>0</posy>
184                         <width>200</width>
185                         <height>18</height>
186                         <font>font10_title</font>
187                         <textcolor>white</textcolor>
188                         <align>right</align>
189                         <aligny>center</aligny>
190                         <label>$INFO[System.BatteryLevel]</label>
191                 </control>
192         </include>
193         <include name="BehindDialogFadeOut">
194                 <control type="image">
195                         <posx>0</posx>
196                         <posy>0</posy>
197                         <width>ScreenWidth</width>
198                         <height>ScreenHeight</height>
199                         <texture>black-back.png</texture>
200                         <animation effect="fade" time="400">Visible</animation>
201                         <animation effect="fade" time="200">Hidden</animation>
202                         <visible>Window.IsActive(ContextMenu) | Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | [Window.IsActive(NumericInput) + !Window.IsVisible(VirtualKeyboard)] | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation) | Window.IsActive(Favourites) | Window.IsActive(PictureInfo) | Window.IsActive(KaraokeLargeSelector) | Window.IsActive(custom_skinsettings_1113.xml)</visible>
203                 </control>
204         </include>
205         <include name="MediaWindowTitleCommons">
206                 <posx>300</posx>
207                 <posy>64r</posy>
208                 <width>680</width>
209                 <height>64</height>
210                 <align>center</align>
211                 <aligny>center</aligny>
212                 <font>font13_title</font>
213                 <textcolor>white</textcolor>
214                 <shadowcolor>black</shadowcolor>
215         </include>
216         <include name="WindowTitleCommons">
217                 <height>60</height>
218                 <align>left</align>
219                 <aligny>center</aligny>
220                 <font>font16</font>
221                 <textcolor>white</textcolor>
222                 <shadowcolor>black</shadowcolor>
223         </include>
224         <include name="FileCountCommons">
225                 <control type="group">
226                         <posx>0</posx>
227                         <posy>35</posy>
228                         <include>Window_OpenClose_Animation</include>
229                         <control type="image">
230                                 <posx>120r</posx>
231                                 <posy>0</posy>
232                                 <width>45</width>
233                                 <height>45</height>
234                                 <aspectratio>keep</aspectratio>
235                                 <texture>filecount.png</texture>
236                         </control>
237                         <control type="label">
238                                 <description>Page Count Label 1</description>
239                                 <posx>130r</posx>
240                                 <posy>2</posy>
241                                 <width>500</width>
242                                 <height>20</height>
243                                 <font>font12</font>
244                                 <textcolor>grey2</textcolor>
245                                 <scroll>false</scroll>
246                                 <align>right</align>
247                                 <aligny>center</aligny>
248                                 <label>$INFO[Window.Property(filter),$LOCALIZE[587] , - ]$INFO[Container.NumItems,, $LOCALIZE[31025]]</label>
249                         </control>
250                         <control type="label">
251                                 <description>Page Count Label 2</description>
252                                 <posx>130r</posx>
253                                 <posy>22</posy>
254                                 <width>500</width>
255                                 <height>20</height>
256                                 <font>font12</font>
257                                 <textcolor>grey2</textcolor>
258                                 <scroll>false</scroll>
259                                 <align>right</align>
260                                 <aligny>center</aligny>
261                                 <label>$INFO[Container.CurrentPage,$LOCALIZE[31024] ]$INFO[Container.NumPages, of ,]</label>
262                         </control>
263                 </control>
264         </include>
265         <include name="ScrollArrowsCommons">
266                 <control type="scrollbar" id="60">
267                         <posx>25r</posx>
268                         <posy>120</posy>
269                         <width>17</width>
270                         <height>720</height>
271                         <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
272                         <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
273                         <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
274                         <textureslidernib>ScrollBarNib.png</textureslidernib>
275                         <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
276                         <onleft>60</onleft>
277                         <onright>60</onright>
278                         <ondown>60</ondown>
279                         <onup>60</onup>
280                         <showonepage>true</showonepage>
281                         <orientation>vertical</orientation>
282                         <visible>Container.Scrolling</visible>
283                         <animation effect="fade" time="150">Visible</animation>
284                         <animation effect="fade" time="150">Hidden</animation>
285                 </control>
286         </include>
287         <include name="HomeButtonCommons">
288                 <control type="button">
289                         <description>Home Button</description>
290                         <posx>0</posx>
291                         <posy>25</posy>
292                         <width>64</width>
293                         <height>64</height>
294                         <texturenofocus>icon_home.png</texturenofocus>
295                         <texturefocus>icon_home.png</texturefocus>
296                         <onclick>ActivateWindow(Home)</onclick>
297                 </control>
298         </include>
299         <include name="OptionsButtonCommons">
300                 <control type="button">
301                         <description>Options Button</description>
302                         <posx>64r</posx>
303                         <posy>25</posy>
304                         <width>64</width>
305                         <height>64</height>
306                         <texturenofocus>icon_system.png</texturenofocus>
307                         <texturefocus>icon_system.png</texturefocus>
308                         <onclick>Skin.ToggleSetting(MediaSubMenuVisible)</onclick>
309                 </control>
310         </include>
311         <include name="DialogCloseButtonCommons">
312                 <control type="image">
313                         <posx>0</posx>
314                         <posy>0</posy>
315                         <width>2</width>
316                         <height>59</height>
317                         <texture>header-divide.png</texture>
318                 </control>
319                 <control type="button">
320                         <description>Close Button</description>
321                         <posx>7</posx>
322                         <posy>0</posy>
323                         <width>60</width>
324                         <height>60</height>
325                         <font>-</font>
326                         <onclick>previousmenu</onclick>
327                         <texturefocus>icon_close.png</texturefocus>
328                         <texturenofocus>icon_close.png</texturenofocus>
329                 </control>
330         </include>
331         <include name="MediaSubMenu">
332                 <control type="button" id="19">
333                         <description>Filter button needed for panel below to work</description>
334                         <visible>false</visible>
335                 </control>
336                 <control type="panel" id="9002">
337                         <visible>!Window.IsActive(PlayerControls)</visible>
338                         <include>VisibleFadeEffect</include>
339                         <include>SubMenuCommonLayout</include>
340                         <content>
341                                 <item>
342                                         <label>31200</label>
343                                         <onclick>ParentDir</onclick>
344                                         <icon>icon_back.png</icon>
345                                 </item>
346                                 <item>
347                                         <label>31202</label>
348                                         <onclick>Container.NextViewMode</onclick>
349                                         <icon>icon_view.png</icon>
350                                 </item>
351                                 <item>
352                                         <label>587</label>
353                                         <onclick>SendClick(19)</onclick>
354                                         <icon>icon_filter.png</icon>
355                                         <visible>IsEmpty(Window.Property(filter))</visible>
356                                 </item>
357                                 <item>
358                                         <label>587</label>
359                                         <onclick>SendClick(19)</onclick>
360                                         <icon>icon_filter_on.png</icon>
361                                         <visible>!IsEmpty(Window.Property(filter))</visible>
362                                 </item>
363                         </content>
364                 </control>
365         </include>
366         <include name="SubMenuCommonLayout">
367                 <include>Window_OpenClose_Animation</include>
368                 <posx>10</posx>
369                 <posy>105r</posy>
370                 <width>620</width>
371                 <height>120</height>
372                 <onleft>9002</onleft>
373                 <onright>9002</onright>
374                 <onup>9001</onup>
375                 <ondown>20</ondown>
376                 <pagecontrol>-</pagecontrol>
377                 <scrolltime>300</scrolltime>
378                 <orientation>Horizontal</orientation>
379                 <itemlayout height="200" width="112">
380                         <control type="image">
381                                 <posx>16</posx>
382                                 <posy>80</posy>
383                                 <width>80</width>
384                                 <height>40</height>
385                                 <texture border="5">IconBack_reflect.png</texture>
386                         </control>
387                         <control type="image">
388                                 <posx>16</posx>
389                                 <posy>0</posy>
390                                 <width>80</width>
391                                 <height>80</height>
392                                 <bordertexture border="5">IconBack.png</bordertexture>
393                                 <bordersize>12</bordersize>
394                                 <texture>$INFO[ListItem.Icon]</texture>
395                         </control>
396                         <control type="label">
397                                 <posx>56</posx>
398                                 <posy>82</posy>
399                                 <width>100</width>
400                                 <height>20</height>
401                                 <font>font11</font>
402                                 <textcolor>white</textcolor>
403                                 <shadowcolor>black</shadowcolor>
404                                 <align>center</align>
405                                 <aligny>center</aligny>
406                                 <label>$INFO[ListItem.Label]</label>
407                         </control>
408                 </itemlayout>
409                 <focusedlayout height="200" width="112">
410                         <control type="image">
411                                 <posx>16</posx>
412                                 <posy>80</posy>
413                                 <width>80</width>
414                                 <height>40</height>
415                                 <texture border="5">IconBack_reflect.png</texture>
416                         </control>
417                         <control type="image">
418                                 <posx>16</posx>
419                                 <posy>0</posy>
420                                 <width>80</width>
421                                 <height>80</height>
422                                 <bordertexture border="5">IconBack-focus.png</bordertexture>
423                                 <bordersize>12</bordersize>
424                                 <texture>$INFO[ListItem.Icon]</texture>
425                         </control>
426                         <control type="label">
427                                 <posx>56</posx>
428                                 <posy>82</posy>
429                                 <width>100</width>
430                                 <height>20</height>
431                                 <font>font11</font>
432                                 <textcolor>white</textcolor>
433                                 <shadowcolor>black</shadowcolor>
434                                 <align>center</align>
435                                 <aligny>center</aligny>
436                                 <label>$INFO[ListItem.Label]</label>
437                         </control>
438                 </focusedlayout>
439         </include>
440         <include name="ButtonCommonValues2">
441                 <height>60</height>
442                 <width>298</width>
443                 <textoffsetx>10</textoffsetx>
444                 <textwidth>280</textwidth>
445                 <textcolor>black</textcolor>
446                 <align>left</align>
447                 <aligny>center</aligny>
448                 <font>font13</font>
449                 <texturefocus>button-focus2.png</texturefocus>
450                 <texturenofocus>button-nofocus.png</texturenofocus>
451                 <pulseonselect>false</pulseonselect>
452         </include>
453         <include name="ButtonInfoDialogsCommonValues">
454                 <height>50</height>
455                 <width>158</width>
456                 <align>center</align>
457                 <aligny>center</aligny>
458                 <font>font12_title</font>
459                 <texturefocus border="5">IconBack-focus.png</texturefocus>
460                 <texturenofocus border="5">ListNF.png</texturenofocus>
461                 <pulseonselect>false</pulseonselect>
462         </include>
463         <include name="CommonNowPlaying">
464                 <control type="group">
465                         <posx>110</posx>
466                         <posy>25</posy>
467                         <visible>Player.HasMedia + !Window.IsVisible(PlayerControls)</visible>
468                         <include>VisibleFadeEffect</include>
469                         <control type="button">
470                                 <posx>0</posx>
471                                 <posy>0</posy>
472                                 <width>270</width>
473                                 <height>67</height>
474                                 <texturefocus border="8">IconBack.png</texturefocus>
475                                 <texturenofocus border="8">IconBack.png</texturenofocus>
476                                 <onclick>ActivateWindow(PlayerControls)</onclick>
477                         </control>
478                         <control type="fadelabel">
479                                 <posx>10</posx>
480                                 <posy>5</posy>
481                                 <width>250</width>
482                                 <height>15</height>
483                                 <scrollout>false</scrollout>
484                                 <pauseatend>3000</pauseatend>
485                                 <label>$LOCALIZE[31040]</label>
486                                 <align>center</align>
487                                 <aligny>center</aligny>
488                                 <font>font10_title</font>
489                                 <textcolor>black</textcolor>
490                                 <visible>!Player.Paused</visible>
491                         </control>
492                         <control type="fadelabel">
493                                 <posx>10</posx>
494                                 <posy>5</posy>
495                                 <width>250</width>
496                                 <height>15</height>
497                                 <scrollout>false</scrollout>
498                                 <pauseatend>3000</pauseatend>
499                                 <label>$LOCALIZE[31043]</label>
500                                 <align>center</align>
501                                 <aligny>center</aligny>
502                                 <font>font10_title</font>
503                                 <textcolor>black</textcolor>
504                                 <visible>Player.Paused</visible>
505                         </control>
506                         <control type="fadelabel">
507                                 <posx>10</posx>
508                                 <posy>24</posy>
509                                 <width>250</width>
510                                 <height>20</height>
511                                 <scrollout>false</scrollout>
512                                 <pauseatend>3000</pauseatend>
513                                 <label>[B]$INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title][/B]</label>
514                                 <align>center</align>
515                                 <aligny>center</aligny>
516                                 <font>font12</font>
517                                 <textcolor>black</textcolor>
518                         </control>
519                         <control type="fadelabel">
520                                 <posx>10</posx>
521                                 <posy>45</posy>
522                                 <width>250</width>
523                                 <height>15</height>
524                                 <scrollout>false</scrollout>
525                                 <pauseatend>3000</pauseatend>
526                                 <label>[B]$INFO[MusicPlayer.Artist][/B]</label>
527                                 <label>[B]$INFO[MusicPlayer.Album][/B]</label>
528                                 <align>center</align>
529                                 <aligny>center</aligny>
530                                 <font>font10</font>
531                                 <textcolor>black</textcolor>
532                                 <visible>Player.HasAudio</visible>
533                         </control>
534                         <control type="fadelabel">
535                                 <posx>10</posx>
536                                 <posy>45</posy>
537                                 <width>250</width>
538                                 <height>15</height>
539                                 <scrollout>false</scrollout>
540                                 <pauseatend>3000</pauseatend>
541                                 <label>[B]$INFO[VideoPlayer.Studio][/B]</label>
542                                 <align>center</align>
543                                 <aligny>center</aligny>
544                                 <font>font10</font>
545                                 <textcolor>black</textcolor>
546                                 <visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible>
547                         </control>
548                         <control type="fadelabel">
549                                 <posx>10</posx>
550                                 <posy>45</posy>
551                                 <width>250</width>
552                                 <height>15</height>
553                                 <scrollout>false</scrollout>
554                                 <pauseatend>3000</pauseatend>
555                                 <label>[B]$INFO[VideoPlayer.TVShowTitle][/B]</label>
556                                 <align>center</align>
557                                 <aligny>center</aligny>
558                                 <font>font10</font>
559                                 <textcolor>black</textcolor>
560                                 <visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible>
561                         </control>
562                         <control type="fadelabel">
563                                 <posx>10</posx>
564                                 <posy>45</posy>
565                                 <width>250</width>
566                                 <height>15</height>
567                                 <scrollout>false</scrollout>
568                                 <pauseatend>3000</pauseatend>
569                                 <label>[B]$INFO[VideoPlayer.Artist][/B]</label>
570                                 <align>center</align>
571                                 <aligny>center</aligny>
572                                 <font>font10</font>
573                                 <textcolor>black</textcolor>
574                                 <visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible>
575                         </control>
576                 </control>
577         </include>
578         <include name="ScrollOffsetLabel">
579                 <control type="group">
580                         <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible>
581                         <animation effect="fade" time="100">Visible</animation>
582                         <animation effect="fade" time="300">Hidden</animation>
583                         <posx>600</posx>
584                         <posy>410</posy>
585                         <width>320</width>
586                         <control type="image">
587                                 <posx>0</posx>
588                                 <posy>0</posy>
589                                 <width>80</width>
590                                 <height>80</height>
591                                 <texture border="5">IconBack.png</texture>
592                         </control>
593                         <control type="label">
594                                 <posx>0</posx>
595                                 <posy>0</posy>
596                                 <width>80</width>
597                                 <height>80</height>
598                                 <align>center</align>
599                                 <aligny>center</aligny>
600                                 <label>[B]$INFO[ListItem.SortLetter][/B]</label>
601                                 <textcolor>black</textcolor>
602                                 <font>font30</font>
603                         </control>
604                 </control>
605         </include>
606         <include name="Window_OpenClose_Animation">
607                 <animation effect="fade" time="250">WindowOpen</animation>
608                 <animation effect="fade" time="250">WindowClose</animation>
609         </include>
610         <include name="Window_OpenClose_Animation_Zoom">
611                 <animation type="WindowOpen" reversible="false">
612                         <effect type="zoom" start="80" end="100" center="640,480" easing="out" tween="back" time="300" />
613                         <effect type="fade" start="0" end="100" time="300" />
614                 </animation>
615                 <animation type="WindowClose" reversible="false">
616                         <effect type="zoom" start="100" end="80" center="640,480" easing="in" tween="back" time="300" />
617                         <effect type="fade" start="100" end="0" time="300" />
618                 </animation>
619         </include>
620         <include name="dialogeffect">
621                 <animation effect="fade" time="250">WindowOpen</animation>
622                 <animation effect="fade" time="250">WindowClose</animation>
623         </include>
624         <include name="VisibleFadeEffect">
625                 <animation effect="fade" time="300">Visible</animation>
626                 <animation effect="fade" time="300">Hidden</animation>
627         </include>
628 </includes>