Advertisement
Guest User

script-RCB-importoptions.xml v2.0.17 fixed

a guest
Jan 8th, 2015
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 25.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <window id="5200">
  3.     <defaultcontrol>5211</defaultcontrol>
  4.     <include>dialogeffect</include>
  5.     <coordinates>
  6.         <system>1</system>
  7.         <posx>280</posx>
  8.         <posy>200</posy>
  9.     </coordinates>
  10.     <controls>
  11.         <control type="group">
  12.             <posx>0</posx>
  13.             <posy>0</posy>
  14.             <control type="image">
  15.                 <description>background top image</description>
  16.                 <posx>0</posx>
  17.                 <posy>-65</posy>
  18.                 <width>720</width>
  19.                 <height>65</height>
  20.                 <texture border="45,45,45,0">rcb-DialogContextTop.png</texture>
  21.             </control>
  22.             <control type="label">
  23.                 <posx>-30</posx>
  24.                 <posy>-30</posy>
  25.                 <width>720</width>
  26.                 <height>30</height>
  27.                 <font>font24_title</font>
  28.                 <textcolor>white</textcolor>
  29.                 <align>center</align>
  30.                 <aligny>center</aligny>
  31.                 <label>$ADDON[script.games.rom.collection.browser 32999] - $ADDON[script.games.rom.collection.browser 32800]</label>
  32.             </control>
  33.             <control type="button" id="5101">
  34.                 <description>Close Window button</description>
  35.                 <posx>640</posx>
  36.                 <posy>-30</posy>
  37.                 <width>40</width>
  38.                 <height>25</height>
  39.                 <label>-</label>
  40.                 <font>-</font>
  41.                 <texturefocus>rcb-DialogCloseButton-focus.png</texturefocus>
  42.                 <texturenofocus>rcb-DialogCloseButton.png</texturenofocus>
  43.                 <onleft>5211</onleft>
  44.                 <onright>5211</onright>
  45.                 <onup>5300</onup>
  46.                 <ondown>5211</ondown>
  47.                 <visible>system.getbool(input.enablemouse)</visible>
  48.             </control>
  49.             <control type="image">
  50.                 <description>background image</description>
  51.                 <posx>0</posx>
  52.                 <posy>0</posy>
  53.                 <width>720</width>
  54.                 <height>280</height>
  55.                 <texture border="45,0,45,0">rcb-DialogContextMiddle.png</texture>              
  56.             </control>
  57.             <control type="image">
  58.                 <description>background image</description>
  59.                 <posx>35</posx>
  60.                 <posy>0</posy>
  61.                 <width>640</width>
  62.                 <height>280</height>               
  63.                 <texture border="0,0,0,0">rcb-floor.png</texture>
  64.             </control>
  65.             <control type="image">
  66.                 <description>background bottom image</description>
  67.                 <posx>0</posx>
  68.                 <posy>280</posy>
  69.                 <width>720</width>
  70.                 <texture border="45,0,45,49">rcb-DialogContextBottom.png</texture>
  71.             </control>
  72.            
  73.             <control type="list" id="5210">
  74.                 <hitrect x="0" y="0" w="0" h="0" />
  75.                 <posx>40</posx>
  76.                 <posy>35</posy>
  77.                 <width>630</width>
  78.                 <height>30</height>
  79.                 <onleft>5210</onleft>
  80.                 <onright>5210</onright>
  81.                 <onup>5210</onup>
  82.                 <ondown>5210</ondown>
  83.                 <pagecontrol>-</pagecontrol>
  84.                 <scrolltime>0</scrolltime>
  85.                 <itemlayout height="1" width="750">
  86.                 </itemlayout>
  87.                 <focusedlayout height="30" width="630">
  88.                     <control type="image">
  89.                         <posx>0</posx>
  90.                         <posy>0</posy>
  91.                         <width>630</width>
  92.                         <height>30</height>
  93.                         <texture>rcb-MenuItemNF.png</texture>
  94.                         <visible>![Control.HasFocus(5211) | Control.HasFocus(5212)]</visible>
  95.                     </control>
  96.                     <control type="image">
  97.                         <posx>0</posx>
  98.                         <posy>0</posy>
  99.                         <width>630</width>
  100.                         <height>30</height>
  101.                         <texture>rcb-MenuItemFO.png</texture>
  102.                         <visible>[Control.HasFocus(5211) | Control.HasFocus(5212)]</visible>
  103.                     </control>
  104.                     <control type="label">
  105.                         <posx>7</posx>
  106.                         <posy>5</posy>
  107.                         <width>200</width>
  108.                         <height>20</height>
  109.                         <font>font13</font>
  110.                         <textcolor>88FFFFFF</textcolor>
  111.                         <align>left</align>
  112.                         <aligny>center</aligny>
  113.                         <label>$ADDON[script.games.rom.collection.browser 32601]</label>
  114.                         <visible>![Control.HasFocus(5211) | Control.HasFocus(5212)]</visible>
  115.                         <animation reversible="false" effect="fade" end="50" time="0" condition="Skin.HasSetting(rcb_disableRomcollections)">Conditional</animation>
  116.                     </control>
  117.                     <control type="label">
  118.                         <posx>7</posx>
  119.                         <posy>5</posy>
  120.                         <width>200</width>
  121.                         <height>20</height>
  122.                         <font>font13</font>
  123.                         <textcolor>white</textcolor>
  124.                         <align>left</align>
  125.                         <aligny>center</aligny>
  126.                         <label>$ADDON[script.games.rom.collection.browser 32601]</label>
  127.                         <visible>[Control.HasFocus(5211) | Control.HasFocus(5212)]</visible>
  128.                         <animation reversible="false" effect="fade" end="50" time="0" condition="Skin.HasSetting(rcb_disableRomcollections)">Conditional</animation>
  129.                     </control>
  130.                     <control type="label">
  131.                         <posx>220</posx>
  132.                         <posy>5</posy>
  133.                         <width>330</width>
  134.                         <height>20</height>
  135.                         <font>font13</font>
  136.                         <textcolor>88FFFFFF</textcolor>
  137.                         <align>right</align>
  138.                         <aligny>center</aligny>
  139.                         <label>$INFO[ListItem.Label]</label>
  140.                         <visible>![Control.HasFocus(5211) | Control.HasFocus(5212)]</visible>
  141.                         <animation reversible="false" effect="fade" end="50" time="0" condition="Skin.HasSetting(rcb_disableRomcollections)">Conditional</animation>
  142.                     </control>
  143.                     <control type="label">
  144.                         <posx>220</posx>
  145.                         <posy>5</posy>
  146.                         <width>330</width>
  147.                         <height>20</height>
  148.                         <font>font13</font>
  149.                         <textcolor>white</textcolor>
  150.                         <align>right</align>
  151.                         <aligny>center</aligny>
  152.                         <label>$INFO[ListItem.Label]</label>
  153.                         <visible>[Control.HasFocus(5211) | Control.HasFocus(5212)]</visible>
  154.                         <animation reversible="false" effect="fade" end="50" time="0" condition="Skin.HasSetting(rcb_disableRomcollections)">Conditional</animation>
  155.                     </control>
  156.                 </focusedlayout>
  157.             </control>
  158.             <control type="button" id="5211">
  159.                 <description>Menu Item Next Button</description>
  160.                 <posx>630</posx>
  161.                 <posy>40</posy>
  162.                 <width>20</width>
  163.                 <height>20</height>
  164.                 <label>-</label>
  165.                 <font>-</font>
  166.                 <texturenofocus>rcb-scroll-down-2.png</texturenofocus>
  167.                 <texturefocus>rcb-scroll-down-focus-2.png</texturefocus>
  168.                 <onclick>Control.Move(5210,1)</onclick>
  169.                 <onleft>5300</onleft>
  170.                 <onright>5212</onright>
  171.                 <onup>5101</onup>
  172.                 <ondown>5222</ondown>
  173.                 <enable>!Skin.HasSetting(rcb_disableRomcollections)</enable>
  174.             </control>
  175.             <control type="button" id="5212">
  176.                 <description>Menu Item Prev Button</description>
  177.                 <posx>650</posx>
  178.                 <posy>40</posy>
  179.                 <width>20</width>
  180.                 <height>20</height>
  181.                 <label>-</label>
  182.                 <font>-</font>
  183.                 <texturenofocus>rcb-scroll-up-2.png</texturenofocus>
  184.                 <texturefocus>rcb-scroll-up-focus-2.png</texturefocus>
  185.                 <onclick>Control.Move(5210,-1)</onclick>
  186.                 <onleft>5211</onleft>
  187.                 <onright>5300</onright>
  188.                 <onup>5101</onup>
  189.                 <ondown>5223</ondown>
  190.                 <enable>!Skin.HasSetting(rcb_disableRomcollections)</enable>
  191.             </control>
  192.            
  193.             <!-- Scraping mode -->     
  194.             <control type="list" id="5220">
  195.                 <hitrect x="0" y="0" w="0" h="0" />
  196.                 <posx>40</posx>
  197.                 <posy>65</posy>
  198.                 <width>630</width>
  199.                 <height>30</height>
  200.                 <onleft>5220</onleft>
  201.                 <onright>5220</onright>
  202.                 <onup>5220</onup>
  203.                 <ondown>5220</ondown>
  204.                 <pagecontrol>-</pagecontrol>
  205.                 <scrolltime>0</scrolltime>
  206.                 <itemlayout height="1" width="750">
  207.                 </itemlayout>
  208.                 <focusedlayout height="30" width="630">
  209.                     <control type="image">
  210.                         <posx>0</posx>
  211.                         <posy>0</posy>
  212.                         <width>630</width>
  213.                         <height>30</height>
  214.                         <texture>rcb-MenuItemNF.png</texture>
  215.                         <visible>![Control.HasFocus(5222) | Control.HasFocus(5223)]</visible>
  216.                     </control>
  217.                     <control type="image">
  218.                         <posx>0</posx>
  219.                         <posy>0</posy>
  220.                         <width>630</width>
  221.                         <height>30</height>
  222.                         <texture>rcb-MenuItemFO.png</texture>
  223.                         <visible>[Control.HasFocus(5222) | Control.HasFocus(5223)]</visible>
  224.                     </control>
  225.                     <control type="label">
  226.                         <posx>7</posx>
  227.                         <posy>5</posy>
  228.                         <width>200</width>
  229.                         <height>20</height>
  230.                         <font>font13</font>
  231.                         <textcolor>88FFFFFF</textcolor>
  232.                         <align>left</align>
  233.                         <aligny>center</aligny>
  234.                         <label>$ADDON[script.games.rom.collection.browser 32801]</label>
  235.                         <visible>![Control.HasFocus(5222) | Control.HasFocus(5223)]</visible>
  236.                     </control>
  237.                     <control type="label">
  238.                         <posx>7</posx>
  239.                         <posy>5</posy>
  240.                         <width>200</width>
  241.                         <height>20</height>
  242.                         <font>font13</font>
  243.                         <textcolor>white</textcolor>
  244.                         <align>left</align>
  245.                         <aligny>center</aligny>
  246.                         <label>$ADDON[script.games.rom.collection.browser 32801]</label>
  247.                         <visible>[Control.HasFocus(5222) | Control.HasFocus(5223)]</visible>
  248.                     </control>
  249.                     <control type="label">
  250.                         <posx>220</posx>
  251.                         <posy>5</posy>
  252.                         <width>330</width>
  253.                         <height>20</height>
  254.                         <font>font13</font>
  255.                         <textcolor>88FFFFFF</textcolor>
  256.                         <align>right</align>
  257.                         <aligny>center</aligny>
  258.                         <label>$INFO[ListItem.Label]</label>
  259.                         <visible>![Control.HasFocus(5222) | Control.HasFocus(5223)]</visible>
  260.                     </control>
  261.                     <control type="label">
  262.                         <posx>220</posx>
  263.                         <posy>5</posy>
  264.                         <width>330</width>
  265.                         <height>20</height>
  266.                         <font>font13</font>
  267.                         <textcolor>white</textcolor>
  268.                         <align>right</align>
  269.                         <aligny>center</aligny>
  270.                         <label>$INFO[ListItem.Label]</label>
  271.                         <visible>[Control.HasFocus(5222) | Control.HasFocus(5223)]</visible>
  272.                     </control>
  273.                 </focusedlayout>
  274.             </control>
  275.             <control type="button" id="5222">
  276.                 <description>Menu Item Next Button</description>
  277.                 <posx>630</posx>
  278.                 <posy>70</posy>
  279.                 <width>20</width>
  280.                 <height>20</height>
  281.                 <label>-</label>
  282.                 <font>-</font>
  283.                 <texturenofocus>rcb-scroll-down-2.png</texturenofocus>
  284.                 <texturefocus>rcb-scroll-down-focus-2.png</texturefocus>
  285.                 <onclick>Control.Move(5220,1)</onclick>
  286.                 <onleft>5300</onleft>
  287.                 <onright>5223</onright>
  288.                 <onup>5211</onup>
  289.                 <ondown>5330</ondown>
  290.             </control>
  291.             <control type="button" id="5223">
  292.                 <description>Menu Item Prev Button</description>
  293.                 <posx>650</posx>
  294.                 <posy>70</posy>
  295.                 <width>20</width>
  296.                 <height>20</height>
  297.                 <label>-</label>
  298.                 <font>-</font>
  299.                 <texturenofocus>rcb-scroll-up-2.png</texturenofocus>
  300.                 <texturefocus>rcb-scroll-up-focus-2.png</texturefocus>
  301.                 <onclick>Control.Move(5220,-1)</onclick>
  302.                 <onleft>5222</onleft>
  303.                 <onright>5300</onright>
  304.                 <onup>5212</onup>
  305.                 <ondown>5330</ondown>
  306.             </control>
  307.            
  308.             <control type="radiobutton" id="5330">
  309.                 <posx>40</posx>
  310.                 <posy>110</posy>
  311.                 <width>640</width>
  312.                 <height>30</height>
  313.                 <font>font13</font>
  314.                 <label>$ADDON[script.games.rom.collection.browser 32802]</label>
  315.                 <textcolor>88FFFFFF</textcolor>
  316.                 <focusedcolor>FFFFFFFF</focusedcolor>
  317.                 <texturefocus>rcb-MenuItemFO.png</texturefocus>
  318.                 <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  319.                 <onleft>5300</onleft>
  320.                 <onright>5300</onright>
  321.                 <onup>5223</onup>
  322.                 <ondown>5272</ondown>
  323.                 <onclick>Skin.ToggleSetting(rcb_overwriteImportOptions)</onclick>
  324.             </control>
  325.            
  326.             <control type="group">
  327.                 <posx>60</posx>
  328.                 <posy>140</posy>
  329.                
  330.                 <!-- Scraper 1 -->
  331.                 <control type="list" id="5270">
  332.                     <hitrect x="0" y="0" w="0" h="0" />
  333.                     <posx>0</posx>
  334.                     <posy>0</posy>
  335.                     <width>630</width>
  336.                     <height>30</height>
  337.                     <onleft>5272</onleft>
  338.                     <onright>5270</onright>
  339.                     <onup>5270</onup>
  340.                     <ondown>5270</ondown>
  341.                     <enable>false</enable>
  342.                     <pagecontrol>-</pagecontrol>
  343.                     <scrolltime>0</scrolltime>
  344.                     <itemlayout height="1" width="750">
  345.                     </itemlayout>
  346.                     <focusedlayout height="30" width="630">
  347.                         <control type="image">
  348.                             <posx>0</posx>
  349.                             <posy>0</posy>
  350.                             <width>630</width>
  351.                             <height>30</height>
  352.                             <texture>rcb-MenuItemNF.png</texture>
  353.                             <visible>![Control.HasFocus(5271) | Control.HasFocus(5272)]</visible>
  354.                         </control>
  355.                         <control type="image">
  356.                             <posx>0</posx>
  357.                             <posy>0</posy>
  358.                             <width>630</width>
  359.                             <height>30</height>
  360.                             <texture>rcb-MenuItemFO.png</texture>
  361.                             <visible>[Control.HasFocus(5271) | Control.HasFocus(5272)]</visible>
  362.                         </control>
  363.                         <control type="label">
  364.                             <posx>7</posx>
  365.                             <posy>5</posy>
  366.                             <width>200</width>
  367.                             <height>20</height>
  368.                             <font>font13</font>
  369.                             <textcolor>88FFFFFF</textcolor>
  370.                             <align>left</align>
  371.                             <aligny>center</aligny>
  372.                             <label>$ADDON[script.games.rom.collection.browser 32613]</label>
  373.                             <visible>![Control.HasFocus(5271) | Control.HasFocus(5272)]</visible>
  374.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  375.                         </control>
  376.                         <control type="label">
  377.                             <posx>7</posx>
  378.                             <posy>5</posy>
  379.                             <width>200</width>
  380.                             <height>20</height>
  381.                             <font>font13</font>
  382.                             <textcolor>white</textcolor>
  383.                             <align>left</align>
  384.                             <aligny>center</aligny>
  385.                             <label>$ADDON[script.games.rom.collection.browser 32613]</label>
  386.                             <visible>[Control.HasFocus(5271) | Control.HasFocus(5272)]</visible>
  387.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  388.                         </control>
  389.                         <control type="label">
  390.                             <posx>550</posx>
  391.                             <posy>5</posy>
  392.                             <width>330</width>
  393.                             <height>20</height>
  394.                             <font>font13</font>
  395.                             <textcolor>88FFFFFF</textcolor>
  396.                             <align>right</align>
  397.                             <aligny>center</aligny>
  398.                             <label>$INFO[ListItem.Label]</label>
  399.                             <visible>![Control.HasFocus(5271) | Control.HasFocus(5272)]</visible>
  400.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  401.                         </control>
  402.                         <control type="label">
  403.                             <posx>550</posx>
  404.                             <posy>5</posy>
  405.                             <width>330</width>
  406.                             <height>20</height>
  407.                             <font>font13</font>
  408.                             <textcolor>white</textcolor>
  409.                             <align>right</align>
  410.                             <aligny>center</aligny>
  411.                             <label>$INFO[ListItem.Label]</label>
  412.                             <visible>[Control.HasFocus(5271) | Control.HasFocus(5272)]</visible>
  413.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  414.                         </control>
  415.                     </focusedlayout>
  416.                 </control>
  417.                 <control type="button" id="5271">
  418.                     <description>Menu Item Next Button</description>
  419.                     <posx>570</posx>
  420.                     <posy>5</posy>
  421.                     <width>20</width>
  422.                     <height>20</height>
  423.                     <label>-</label>
  424.                     <font>-</font>
  425.                     <texturenofocus>rcb-scroll-down-2.png</texturenofocus>
  426.                     <texturefocus>rcb-scroll-down-focus-2.png</texturefocus>
  427.                     <onclick>Control.Move(5270,1)</onclick>
  428.                     <onleft>5300</onleft>
  429.                     <onright>5272</onright>
  430.                     <onup>5330</onup>
  431.                     <ondown>5281</ondown>
  432.                     <enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
  433.                 </control>
  434.                 <control type="button" id="5272">
  435.                     <description>Menu Item Prev Button</description>
  436.                     <posx>590</posx>
  437.                     <posy>5</posy>
  438.                     <width>20</width>
  439.                     <height>20</height>
  440.                     <label>-</label>
  441.                     <font>-</font>
  442.                     <texturenofocus>rcb-scroll-up-2.png</texturenofocus>
  443.                     <texturefocus>rcb-scroll-up-focus-2.png</texturefocus>
  444.                     <onclick>Control.Move(5270,-1)</onclick>
  445.                     <onleft>5271</onleft>
  446.                     <onright>5300</onright>
  447.                     <onup>5330</onup>
  448.                     <ondown>5282</ondown>
  449.                     <enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
  450.                 </control>
  451.                 <!-- Scraper 2 -->
  452.                 <control type="list" id="5280">
  453.                     <hitrect x="0" y="0" w="0" h="0" />
  454.                     <posx>0</posx>
  455.                     <posy>30</posy>
  456.                     <width>630</width>
  457.                     <height>30</height>
  458.                     <onleft>5280</onleft>
  459.                     <onright>5280</onright>
  460.                     <onup>5280</onup>
  461.                     <ondown>5280</ondown>
  462.                     <pagecontrol>-</pagecontrol>
  463.                     <scrolltime>0</scrolltime>
  464.                     <itemlayout height="1" width="750">
  465.                     </itemlayout>
  466.                     <focusedlayout height="30" width="630">
  467.                         <control type="image">
  468.                             <posx>0</posx>
  469.                             <posy>0</posy>
  470.                             <width>630</width>
  471.                             <height>30</height>
  472.                             <texture>rcb-MenuItemNF.png</texture>
  473.                             <visible>![Control.HasFocus(5281) | Control.HasFocus(5282)]</visible>
  474.                         </control>
  475.                         <control type="image">
  476.                             <posx>0</posx>
  477.                             <posy>0</posy>
  478.                             <width>630</width>
  479.                             <height>30</height>
  480.                             <texture>rcb-MenuItemFO.png</texture>
  481.                             <visible>[Control.HasFocus(5281) | Control.HasFocus(5282)]</visible>
  482.                         </control>
  483.                         <control type="label">
  484.                             <posx>7</posx>
  485.                             <posy>5</posy>
  486.                             <width>200</width>
  487.                             <height>20</height>
  488.                             <font>font13</font>
  489.                             <textcolor>88FFFFFF</textcolor>
  490.                             <align>left</align>
  491.                             <aligny>center</aligny>
  492.                             <label>$ADDON[script.games.rom.collection.browser 32614]</label>
  493.                             <visible>![Control.HasFocus(5281) | Control.HasFocus(5282)]</visible>
  494.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  495.                         </control>
  496.                         <control type="label">
  497.                             <posx>7</posx>
  498.                             <posy>5</posy>
  499.                             <width>200</width>
  500.                             <height>20</height>
  501.                             <font>font13</font>
  502.                             <textcolor>white</textcolor>
  503.                             <align>left</align>
  504.                             <aligny>center</aligny>
  505.                             <label>$ADDON[script.games.rom.collection.browser 32614]</label>
  506.                             <visible>[Control.HasFocus(5281) | Control.HasFocus(5282)]</visible>
  507.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  508.                         </control>
  509.                         <control type="label">
  510.                             <posx>220</posx>
  511.                             <posy>5</posy>
  512.                             <width>330</width>
  513.                             <height>20</height>
  514.                             <font>font13</font>
  515.                             <textcolor>88FFFFFF</textcolor>
  516.                             <align>right</align>
  517.                             <aligny>center</aligny>
  518.                             <label>$INFO[ListItem.Label]</label>
  519.                             <visible>![Control.HasFocus(5281) | Control.HasFocus(5282)]</visible>
  520.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  521.                         </control>
  522.                         <control type="label">
  523.                             <posx>220</posx>
  524.                             <posy>5</posy>
  525.                             <width>330</width>
  526.                             <height>20</height>
  527.                             <font>font13</font>
  528.                             <textcolor>white</textcolor>
  529.                             <align>right</align>
  530.                             <aligny>center</aligny>
  531.                             <label>$INFO[ListItem.Label]</label>
  532.                             <visible>[Control.HasFocus(5281) | Control.HasFocus(5282)]</visible>
  533.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  534.                         </control>
  535.                     </focusedlayout>
  536.                 </control>
  537.                 <control type="button" id="5281">
  538.                     <description>Menu Item Next Button</description>
  539.                     <posx>570</posx>
  540.                     <posy>35</posy>
  541.                     <width>20</width>
  542.                     <height>20</height>
  543.                     <label>-</label>
  544.                     <font>-</font>
  545.                     <texturenofocus>rcb-scroll-down-2.png</texturenofocus>
  546.                     <texturefocus>rcb-scroll-down-focus-2.png</texturefocus>
  547.                     <onclick>Control.Move(5280,1)</onclick>
  548.                     <onleft>5300</onleft>
  549.                     <onright>5282</onright>
  550.                     <onup>5271</onup>
  551.                     <ondown>5291</ondown>
  552.                     <enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
  553.                 </control>
  554.                 <control type="button" id="5282">
  555.                     <description>Menu Item Prev Button</description>
  556.                     <posx>590</posx>
  557.                     <posy>35</posy>
  558.                     <width>20</width>
  559.                     <height>20</height>
  560.                     <label>-</label>
  561.                     <font>-</font>
  562.                     <texturenofocus>rcb-scroll-up-2.png</texturenofocus>
  563.                     <texturefocus>rcb-scroll-up-focus-2.png</texturefocus>
  564.                     <onclick>Control.Move(5280,-1)</onclick>
  565.                     <onleft>5281</onleft>
  566.                     <onright>5300</onright>
  567.                     <onup>5272</onup>
  568.                     <ondown>5292</ondown>
  569.                     <enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
  570.                 </control>
  571.                 <!-- Scraper 3 -->
  572.                 <control type="list" id="5290">
  573.                     <hitrect x="0" y="0" w="0" h="0" />
  574.                     <posx>0</posx>
  575.                     <posy>60</posy>
  576.                     <width>630</width>
  577.                     <height>30</height>
  578.                     <onleft>5290</onleft>
  579.                     <onright>5290</onright>
  580.                     <onup>5290</onup>
  581.                     <ondown>5290</ondown>
  582.                     <pagecontrol>-</pagecontrol>
  583.                     <scrolltime>0</scrolltime>
  584.                     <itemlayout height="1" width="750">
  585.                     </itemlayout>
  586.                     <focusedlayout height="30" width="630">
  587.                         <control type="image">
  588.                             <posx>0</posx>
  589.                             <posy>0</posy>
  590.                             <width>630</width>
  591.                             <height>30</height>
  592.                             <texture>rcb-MenuItemNF.png</texture>
  593.                             <visible>![Control.HasFocus(5291) | Control.HasFocus(5292)]</visible>
  594.                         </control>
  595.                         <control type="image">
  596.                             <posx>0</posx>
  597.                             <posy>0</posy>
  598.                             <width>630</width>
  599.                             <height>30</height>
  600.                             <texture>rcb-MenuItemFO.png</texture>
  601.                             <visible>[Control.HasFocus(5291) | Control.HasFocus(5292)]</visible>
  602.                         </control>
  603.                         <control type="label">
  604.                             <posx>7</posx>
  605.                             <posy>5</posy>
  606.                             <width>200</width>
  607.                             <height>20</height>
  608.                             <font>font13</font>
  609.                             <textcolor>88FFFFFF</textcolor>
  610.                             <align>left</align>
  611.                             <aligny>center</aligny>
  612.                             <label>$ADDON[script.games.rom.collection.browser 32615]</label>
  613.                             <visible>![Control.HasFocus(5291) | Control.HasFocus(5292)]</visible>
  614.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  615.                         </control>
  616.                         <control type="label">
  617.                             <posx>7</posx>
  618.                             <posy>5</posy>
  619.                             <width>200</width>
  620.                             <height>20</height>
  621.                             <font>font13</font>
  622.                             <textcolor>white</textcolor>
  623.                             <align>left</align>
  624.                             <aligny>center</aligny>
  625.                             <label>$ADDON[script.games.rom.collection.browser 32615]</label>
  626.                             <visible>[Control.HasFocus(5291) | Control.HasFocus(5292)]</visible>
  627.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  628.                         </control>
  629.                         <control type="label">
  630.                             <posx>220</posx>
  631.                             <posy>5</posy>
  632.                             <width>330</width>
  633.                             <height>20</height>
  634.                             <font>font13</font>
  635.                             <textcolor>88FFFFFF</textcolor>
  636.                             <align>right</align>
  637.                             <aligny>center</aligny>
  638.                             <label>$INFO[ListItem.Label]</label>
  639.                             <visible>![Control.HasFocus(5291) | Control.HasFocus(5292)]</visible>
  640.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  641.                         </control>
  642.                         <control type="label">
  643.                             <posx>220</posx>
  644.                             <posy>5</posy>
  645.                             <width>330</width>
  646.                             <height>20</height>
  647.                             <font>font13</font>
  648.                             <textcolor>white</textcolor>
  649.                             <align>right</align>
  650.                             <aligny>center</aligny>
  651.                             <label>$INFO[ListItem.Label]</label>
  652.                             <visible>[Control.HasFocus(5291) | Control.HasFocus(5292)]</visible>
  653.                             <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_overwriteImportOptions)">Conditional</animation>
  654.                         </control>
  655.                     </focusedlayout>
  656.                 </control>
  657.                 <control type="button" id="5291">
  658.                     <description>Menu Item Next Button</description>
  659.                     <posx>570</posx>
  660.                     <posy>65</posy>
  661.                     <width>20</width>
  662.                     <height>20</height>
  663.                     <label>-</label>
  664.                     <font>-</font>
  665.                     <texturenofocus>rcb-scroll-down-2.png</texturenofocus>
  666.                     <texturefocus>rcb-scroll-down-focus-2.png</texturefocus>
  667.                     <onclick>Control.Move(5290,1)</onclick>
  668.                     <onleft>5300</onleft>
  669.                     <onright>5292</onright>
  670.                     <onup>5281</onup>
  671.                     <ondown>5300</ondown>
  672.                     <enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
  673.                 </control>
  674.                 <control type="button" id="5292">
  675.                     <description>Menu Item Prev Button</description>
  676.                     <posx>590</posx>
  677.                     <posy>65</posy>
  678.                     <width>20</width>
  679.                     <height>20</height>
  680.                     <label>-</label>
  681.                     <font>-</font>
  682.                     <texturenofocus>rcb-scroll-up-2.png</texturenofocus>
  683.                     <texturefocus>rcb-scroll-up-focus-2.png</texturefocus>
  684.                     <onclick>Control.Move(5290,-1)</onclick>
  685.                     <onleft>5291</onleft>
  686.                     <onright>5300</onright>
  687.                     <onup>5282</onup>
  688.                     <ondown>5300</ondown>
  689.                     <enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
  690.                 </control>
  691.             </control>
  692.            
  693.            
  694.             <control type="button" id="5300">
  695.                 <description>Import</description>
  696.                 <posx>150</posx>
  697.                 <posy>250</posy>
  698.                 <width>200</width>
  699.                 <height>30</height>
  700.                 <visible>true</visible>
  701.                 <font>font13</font>
  702.                 <colordiffuse>DDFFFFFF</colordiffuse>
  703.                 <texturefocus>rcb-button-focus.png</texturefocus>
  704.                 <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  705.                 <label>$ADDON[script.games.rom.collection.browser 32800]</label>
  706.                 <textcolor>DDFFFFFF</textcolor>
  707.                 <disabledcolor>80FFFFFF</disabledcolor>
  708.                 <align>center</align>
  709.                 <aligny>center</aligny>
  710.                 <textoffsetx></textoffsetx>
  711.                 <textoffsety></textoffsety>
  712.                 <pulseonselect></pulseonselect>
  713.                 <onup>5292</onup>
  714.                 <ondown>5101</ondown>
  715.                 <onleft>5310</onleft>
  716.                 <onright>5310</onright>
  717.             </control>
  718.             <control type="button" id="5310">
  719.                 <description>Cancel</description>
  720.                 <posx>370</posx>
  721.                 <posy>250</posy>
  722.                 <width>200</width>
  723.                 <height>30</height>
  724.                 <visible>true</visible>
  725.                 <font>font13</font>
  726.                 <colordiffuse>DDFFFFFF</colordiffuse>
  727.                 <texturefocus>rcb-button-focus.png</texturefocus>
  728.                 <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  729.                 <label>$ADDON[script.games.rom.collection.browser 32635]</label>
  730.                 <textcolor>DDFFFFFF</textcolor>
  731.                 <disabledcolor>80FFFFFF</disabledcolor>
  732.                 <align>center</align>
  733.                 <aligny>center</aligny>
  734.                 <textoffsetx></textoffsetx>
  735.                 <textoffsety></textoffsety>
  736.                 <pulseonselect></pulseonselect>
  737.                 <onup>5292</onup>
  738.                 <ondown>5101</ondown>
  739.                 <onleft>5300</onleft>
  740.                 <onright>5300</onright>
  741.             </control>
  742.         </control>
  743.     </controls>
  744. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement