Advertisement
Guest User

DialogSelect.xml

a guest
Jan 3rd, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.44 KB | None | 0 0
  1. <window type="dialog">
  2.     <defaultcontrol always="true">3</defaultcontrol>
  3.     <coordinates>
  4.         <system>1</system>
  5.         <posx>335</posx>
  6.         <posy>35</posy>
  7.     </coordinates>
  8.     <include>dialogeffect</include>
  9.     <controls>
  10.         <control type="image">
  11.             <description>background image</description>
  12.             <posx>0</posx>
  13.             <posy>0</posy>
  14.             <width>910</width>  <!-- Breite des Fensters -->
  15.             <height>650</height>
  16.             <texture border="40">DialogBack.png</texture>
  17.             <visible>![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]</visible>
  18.         </control>
  19.         <control type="image">
  20.             <description>background image</description>
  21.             <posx>0</posx>
  22.             <posy>0</posy>
  23.             <width>910</width>  <!-- Breite des Fensters -->
  24.             <height>650</height>
  25.             <texture border="40">DialogBack2.png</texture>
  26.             <visible>Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)</visible>
  27.         </control>
  28.         <control type="image">
  29.             <description>Dialog Header image</description>
  30.             <posx>40</posx>
  31.             <posy>16</posy>
  32.             <width>830</width>
  33.             <height>40</height>
  34.             <texture>dialogheader.png</texture>
  35.         </control>
  36.         <control type="label" id="1">
  37.             <description>header label</description>
  38.             <posx>40</posx>
  39.             <posy>20</posy>
  40.             <width>830</width>
  41.             <height>30</height>
  42.             <font>font13_title</font>
  43.             <label>$LOCALIZE[13406]</label>
  44.             <align>center</align>
  45.             <aligny>center</aligny>
  46.             <textcolor>selected</textcolor>
  47.             <shadowcolor>black</shadowcolor>
  48.         </control>
  49.         <control type="button">
  50.             <description>Close Window button</description>
  51.             <posx>820</posx>   <!-- Position des X Button -->
  52.             <posy>15</posy>
  53.             <width>64</width>
  54.             <height>32</height>
  55.             <label>-</label>
  56.             <font>-</font>
  57.             <onclick>PreviousMenu</onclick>
  58.             <texturefocus>DialogCloseButton-focus.png</texturefocus>
  59.             <texturenofocus>DialogCloseButton.png</texturenofocus>
  60.             <onleft>10</onleft>
  61.             <onright>10</onright>
  62.             <onup>10</onup>
  63.             <ondown>10</ondown>
  64.             <visible>system.getbool(input.enablemouse)</visible>
  65.         </control>
  66.         <control type="list" id="3">
  67.             <posx>20</posx>
  68.             <posy>67</posy>
  69.             <width>850</width>
  70.             <height>506</height>
  71.             <onup>3</onup>
  72.             <ondown>3</ondown>
  73.             <onleft>5</onleft>
  74.             <onright>61</onright>
  75.             <pagecontrol>61</pagecontrol>
  76.             <scrolltime>200</scrolltime>
  77.             <animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
  78.             <itemlayout height="46" width="850">
  79.                 <control type="image">
  80.                     <posx>0</posx>
  81.                     <posy>0</posy>
  82.                     <width>850</width>
  83.                     <height>40</height>
  84.                     <texture border="5">button-nofocus.png</texture>
  85.                 </control>
  86.                 <control type="label">
  87.                     <posx>20</posx>
  88.                     <posy>0</posy>
  89.                     <width>810</width>
  90.                     <height>40</height>
  91.                     <font>font13</font>
  92.                     <textcolor>grey2</textcolor>
  93.                     <selectedcolor>selected</selectedcolor>
  94.                     <align>left</align>
  95.                     <aligny>center</aligny>
  96.                     <label>$INFO[ListItem.Label]</label>
  97.                 </control>
  98.             </itemlayout>
  99.             <focusedlayout height="46" width="850">
  100.                 <control type="image">
  101.                     <posx>0</posx>
  102.                     <posy>0</posy>
  103.                     <width>850</width>
  104.                     <height>40</height>
  105.                     <texture border="5">button-nofocus.png</texture>
  106.                     <visible>!Control.HasFocus(3)</visible>
  107.                     <include>VisibleFadeEffect</include>
  108.                 </control>
  109.                 <control type="image">
  110.                     <posx>0</posx>
  111.                     <posy>0</posy>
  112.                     <width>850</width>
  113.                     <height>40</height>
  114.                     <texture border="5">button-focus2.png</texture>
  115.                     <visible>Control.HasFocus(3)</visible>
  116.                     <include>VisibleFadeEffect</include>
  117.                 </control>
  118.                 <control type="label">
  119.                     <posx>20</posx>
  120.                     <posy>0</posy>
  121.                     <width>810</width>
  122.                     <height>40</height>
  123.                     <font>font13</font>
  124.                     <textcolor>white</textcolor>
  125.                     <selectedcolor>selected</selectedcolor>
  126.                     <align>left</align>
  127.                     <aligny>center</aligny>
  128.                     <label>$INFO[ListItem.Label]</label>
  129.                 </control>
  130.             </focusedlayout>
  131.         </control>
  132.         <control type="list" id="6">
  133.             <posx>20</posx>
  134.             <posy>65</posy>
  135.             <width>550</width>
  136.             <height>510</height>
  137.             <onup>6</onup>
  138.             <ondown>6</ondown>
  139.             <onleft>5</onleft>
  140.             <onright>61</onright>
  141.             <pagecontrol>61</pagecontrol>
  142.             <scrolltime>200</scrolltime>
  143.             <animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
  144.             <itemlayout height="85" width="550">
  145.                 <control type="image">
  146.                     <posx>0</posx>
  147.                     <posy>0</posy>
  148.                     <width>550</width>
  149.                     <height>80</height>
  150.                     <texture border="5">button-nofocus.png</texture>
  151.                 </control>
  152.                 <control type="image">
  153.                     <posx>2</posx>
  154.                     <posy>2</posy>
  155.                     <width>80</width>
  156.                     <height>76</height>
  157.                     <texture>$INFO[Listitem.Icon]</texture>
  158.                     <bordertexture border="3">black-back2.png</bordertexture>
  159.                     <bordersize>2</bordersize>
  160.                 </control>
  161.                 <control type="label">
  162.                     <posx>90</posx>
  163.                     <posy>0</posy>
  164.                     <width>450</width>
  165.                     <height>30</height>
  166.                     <font>font13</font>
  167.                     <textcolor>grey</textcolor>
  168.                     <selectedcolor>selected</selectedcolor>
  169.                     <align>left</align>
  170.                     <aligny>center</aligny>
  171.                     <label>[B]$INFO[ListItem.Label][/B]</label>
  172.                 </control>
  173.                 <control type="textbox">
  174.                     <posx>90</posx>
  175.                     <posy>30</posy>
  176.                     <width>450</width>
  177.                     <height>50</height>
  178.                     <font>font12</font>
  179.                     <textcolor>grey</textcolor>
  180.                     <selectedcolor>selected</selectedcolor>
  181.                     <align>left</align>
  182.                     <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  183.                 </control>
  184.             </itemlayout>
  185.             <focusedlayout height="85" width="850">
  186.                 <control type="image">
  187.                     <posx>0</posx>
  188.                     <posy>0</posy>
  189.                     <width>850</width>
  190.                     <height>80</height>
  191.                     <texture border="5">button-nofocus.png</texture>
  192.                     <visible>!Control.HasFocus(6)</visible>
  193.                     <include>VisibleFadeEffect</include>
  194.                 </control>
  195.                 <control type="image">
  196.                     <posx>0</posx>
  197.                     <posy>0</posy>
  198.                     <width>850</width>
  199.                     <height>80</height>
  200.                     <texture border="5">button-focus2.png</texture>
  201.                     <visible>Control.HasFocus(6)</visible>
  202.                     <include>VisibleFadeEffect</include>
  203.                 </control>
  204.                 <control type="image">
  205.                     <posx>2</posx>
  206.                     <posy>2</posy>
  207.                     <width>80</width>
  208.                     <height>76</height>
  209.                     <texture>$INFO[Listitem.Icon]</texture>
  210.                     <bordertexture border="3">black-back2.png</bordertexture>
  211.                     <bordersize>2</bordersize>
  212.                 </control>
  213.                 <control type="label">
  214.                     <posx>90</posx>
  215.                     <posy>0</posy>
  216.                     <width>450</width>
  217.                     <height>30</height>
  218.                     <font>font13</font>
  219.                     <textcolor>white</textcolor>
  220.                     <selectedcolor>selected</selectedcolor>
  221.                     <align>left</align>
  222.                     <aligny>center</aligny>
  223.                     <label>[B]$INFO[ListItem.Label][/B]</label>
  224.                 </control>
  225.                 <control type="textbox">
  226.                     <posx>90</posx>
  227.                     <posy>30</posy>
  228.                     <width>450</width>
  229.                     <height>50</height>
  230.                     <font>font12</font>
  231.                     <textcolor>grey</textcolor>
  232.                     <selectedcolor>selected</selectedcolor>
  233.                     <align>left</align>
  234.                     <label>$INFO[ListItem.Property(Addon.Summary)]</label>
  235.                 </control>
  236.             </focusedlayout>
  237.         </control>
  238.         <control type="scrollbar" id="61">
  239.             <posx>870</posx>    <!-- Position der Scrollleiste -->
  240.             <posy>65</posy>
  241.             <width>25</width>
  242.             <height>510</height>
  243.             <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  244.             <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  245.             <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  246.             <textureslidernib>ScrollBarNib.png</textureslidernib>
  247.             <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
  248.             <onleft>3</onleft>
  249.             <onright>3</onright>
  250.             <ondown>61</ondown>
  251.             <onup>61</onup>
  252.             <showonepage>false</showonepage>
  253.             <orientation>vertical</orientation>
  254.         </control>
  255.         <control type="label">
  256.             <description>number of files/pages in list text label</description>
  257.             <posx>880</posx>   <!-- Position für Anzahl Dateien/Seiten -->
  258.             <posy>585</posy>
  259.             <width>300</width>
  260.             <height>35</height>
  261.             <font>font12</font>
  262.             <align>right</align>
  263.             <aligny>center</aligny>
  264.             <scroll>true</scroll>
  265.             <textcolor>grey</textcolor>
  266.             <label>([COLOR=blue]$INFO[Container(3).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages][/COLOR])</label>
  267.             <visible>Control.IsVisible(3)</visible>
  268.         </control>
  269.         <control type="label">
  270.             <description>number of files/pages in list text label</description>
  271.             <posx>880</posx>   <!-- Position für Anzahl Dateien/Seiten -->
  272.             <posy>587</posy>
  273.             <width>300</width>
  274.             <height>35</height>
  275.             <font>font12</font>
  276.             <align>right</align>
  277.             <aligny>center</aligny>
  278.             <scroll>true</scroll>
  279.             <textcolor>grey</textcolor>
  280.             <label>([COLOR=blue]$INFO[Container(6).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages][/COLOR])</label>
  281.             <visible>Control.IsVisible(6)</visible>
  282.         </control>
  283.         <control type="button" id="5">
  284.             <description>Manual button</description>
  285.             <posx>20</posx>
  286.             <posy>585</posy>
  287.             <width>200</width>
  288.             <height>40</height>
  289.             <label>186</label>
  290.             <font>font12_title</font>
  291.             <textcolor>white</textcolor>
  292.             <focusedcolor>white</focusedcolor>
  293.             <align>center</align>
  294.             <onleft>61</onleft>
  295.             <onright>3</onright>
  296.             <onup>3</onup>
  297.             <ondown>3</ondown>
  298.         </control>
  299.     </controls>
  300. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement