Advertisement
Guest User

script-RCB-editscraper.xml v2.0.17 fixed

a guest
Jan 8th, 2015
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 18.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <window id="5200">
  3.     <defaultcontrol>7010</defaultcontrol>
  4.     <include>dialogeffect</include>
  5.     <coordinates>
  6.         <system>1</system>
  7.         <posx>220</posx>
  8.         <posy>60</posy>
  9.     </coordinates>
  10.    
  11.     <controls>
  12.         <!-- Window -->    
  13.         <control type="image">
  14.             <description>background image</description>
  15.             <posx>0</posx>
  16.             <posy>0</posy>
  17.             <width>920</width>
  18.             <height>600</height>
  19.             <texture border="45">rcb-DialogBack.png</texture>
  20.         </control>
  21.         <control type="image">
  22.             <description>background image</description>
  23.             <posx>240</posx>
  24.             <posy>10</posy>
  25.             <width>670</width>
  26.             <height>570</height>               
  27.             <texture border="0,0,0,0">rcb-floor.png</texture>
  28.         </control>
  29.         <control type="label">
  30.             <posx>250</posx>
  31.             <posy>25</posy>
  32.             <width>520</width>
  33.             <height>30</height>
  34.             <font>font13caps</font>
  35.             <textcolor>white</textcolor>
  36.             <align>left</align>
  37.             <aligny>center</aligny>
  38.             <label>$ADDON[script.games.rom.collection.browser 32999] - $ADDON[script.games.rom.collection.browser 32600]</label>
  39.         </control>
  40.         <control type="button" id="5101">
  41.             <description>Close Window button</description>
  42.             <posx>865</posx>
  43.             <posy>25</posy>
  44.             <width>40</width>
  45.             <height>25</height>
  46.             <label>-</label>
  47.             <font>-</font>
  48.             <texturefocus>rcb-DialogCloseButton-focus.png</texturefocus>
  49.             <texturenofocus>rcb-DialogCloseButton.png</texturenofocus>
  50.             <onleft>5211</onleft>
  51.             <onright>5211</onright>
  52.             <onup>6000</onup>
  53.             <ondown>7010</ondown>
  54.             <visible>system.getbool(input.enablemouse)</visible>
  55.         </control>
  56.        
  57.         <!-- Category buttons -->
  58.         <control type="list" id="7000">
  59.             <posx>15</posx>
  60.             <posy>85</posy>
  61.             <width>220</width>
  62.             <height>210</height>
  63.             <onleft>7010</onleft>
  64.             <onright>7010</onright>
  65.             <onup>7000</onup>
  66.             <ondown>7000</ondown>
  67.             <pagecontrol>-</pagecontrol>
  68.             <scrolltime>300</scrolltime>
  69.             <itemlayout height="40" width="150">
  70.                 <control type="image">
  71.                     <posx>0</posx>
  72.                     <posy>0</posy>
  73.                     <width>210</width>
  74.                     <height>40</height>
  75.                     <texture border="5">rcb-MenuItemNF.png</texture>
  76.                 </control>
  77.                 <control type="label">
  78.                     <posx>5</posx>
  79.                     <posy>5</posy>
  80.                     <width>210</width>
  81.                     <height>30</height>
  82.                     <font>font13_title</font>
  83.                     <textcolor>88FFFFFF</textcolor>
  84.                     <align>right</align>
  85.                     <aligny>center</aligny>
  86.                     <label>$INFO[ListItem.Label]</label>
  87.                 </control>
  88.             </itemlayout>
  89.             <focusedlayout height="40" width="150">
  90.                 <control type="image">
  91.                     <posx>0</posx>
  92.                     <posy>0</posy>
  93.                     <width>210</width>
  94.                     <height>40</height>
  95.                     <texture border="5">rcb-MenuItemFO.png</texture>
  96.                     <animation effect="fade" start="100" end="30" time="100" condition="!Control.HasFocus(7000)">Conditional</animation>
  97.                 </control>
  98.                 <control type="label">
  99.                     <posx>5</posx>
  100.                     <posy>5</posy>
  101.                     <width>210</width>
  102.                     <height>30</height>
  103.                     <font>font13_title</font>
  104.                     <textcolor>FFFFFFFF</textcolor>
  105.                     <align>right</align>
  106.                     <aligny>center</aligny>
  107.                     <label>$INFO[ListItem.Label]</label>
  108.                 </control>
  109.             </focusedlayout>
  110.             <content>
  111.                 <item id="1">
  112.                     <label>$ADDON[script.games.rom.collection.browser 32700]</label>
  113.                     <onclick>-</onclick>
  114.                 </item>
  115.             </content>
  116.         </control>
  117.                        
  118.         <control type="group" id="7010">
  119.             <!-- Offline scrapers -->
  120.             <control type="group" id="7004">               
  121.                 <posx>250</posx>
  122.                 <posy>65</posy>
  123.                
  124.                 <!-- Scraper List -->
  125.                 <control type="list" id="5600">
  126.                     <hitrect x="0" y="0" w="0" h="0" />                
  127.                     <posx>0</posx>
  128.                     <posy>0</posy>
  129.                     <width>670</width>
  130.                     <height>30</height>
  131.                     <onleft>5600</onleft>
  132.                     <onright>5600</onright>
  133.                     <onup>5600</onup>
  134.                     <ondown>5600</ondown>
  135.                     <enable>false</enable>
  136.                     <pagecontrol>-</pagecontrol>
  137.                     <scrolltime>0</scrolltime>
  138.                     <itemlayout height="1" width="750">
  139.                     </itemlayout>
  140.                     <focusedlayout height="30" width="670">
  141.                         <control type="image">
  142.                             <posx>0</posx>
  143.                             <posy>0</posy>
  144.                             <width>670</width>
  145.                             <height>30</height>
  146.                             <texture>rcb-MenuItemNF.png</texture>
  147.                             <visible>![Control.HasFocus(5601) | Control.HasFocus(5602)]</visible>
  148.                         </control>
  149.                         <control type="image">
  150.                             <posx>0</posx>
  151.                             <posy>0</posy>
  152.                             <width>670</width>
  153.                             <height>30</height>
  154.                             <texture>rcb-MenuItemFO.png</texture>
  155.                             <visible>[Control.HasFocus(5601) | Control.HasFocus(5602)]</visible>
  156.                         </control>
  157.                         <control type="label">
  158.                             <posx>7</posx>
  159.                             <posy>5</posy>
  160.                             <width>200</width>
  161.                             <height>20</height>
  162.                             <font>font13</font>
  163.                             <textcolor>88FFFFFF</textcolor>
  164.                             <align>left</align>
  165.                             <aligny>center</aligny>
  166.                             <label>$ADDON[script.games.rom.collection.browser 32701]</label>
  167.                             <visible>![Control.HasFocus(5601) | Control.HasFocus(5602)]</visible>
  168.                         </control>
  169.                         <control type="label">
  170.                             <posx>7</posx>
  171.                             <posy>5</posy>
  172.                             <width>200</width>
  173.                             <height>20</height>
  174.                             <font>font13</font>
  175.                             <textcolor>white</textcolor>
  176.                             <align>left</align>
  177.                             <aligny>center</aligny>
  178.                             <label>$ADDON[script.games.rom.collection.browser 32700]</label>
  179.                             <visible>[Control.HasFocus(5601) | Control.HasFocus(5602)]</visible>
  180.                         </control>
  181.                         <control type="label">
  182.                             <posx>220</posx>
  183.                             <posy>5</posy>
  184.                             <width>370</width>
  185.                             <height>20</height>
  186.                             <font>font13</font>
  187.                             <textcolor>88FFFFFF</textcolor>
  188.                             <align>right</align>
  189.                             <aligny>center</aligny>
  190.                             <label>$INFO[ListItem.Label]</label>
  191.                             <visible>![Control.HasFocus(5601) | Control.HasFocus(5602)]</visible>
  192.                         </control>
  193.                         <control type="label">
  194.                             <posx>220</posx>
  195.                             <posy>5</posy>
  196.                             <width>370</width>
  197.                             <height>20</height>
  198.                             <font>font13</font>
  199.                             <textcolor>white</textcolor>
  200.                             <align>right</align>
  201.                             <aligny>center</aligny>
  202.                             <label>$INFO[ListItem.Label]</label>
  203.                             <visible>[Control.HasFocus(5601) | Control.HasFocus(5602)]</visible>
  204.                         </control>
  205.                     </focusedlayout>
  206.                 </control>
  207.                 <control type="button" id="5601">
  208.                     <description>Menu Item Next Button</description>                   
  209.                     <posx>610</posx>
  210.                     <posy>5</posy>
  211.                     <width>20</width>
  212.                     <height>20</height>
  213.                     <label>-</label>
  214.                     <font>-</font>
  215.                     <texturenofocus>rcb-scroll-down-2.png</texturenofocus>
  216.                     <texturefocus>rcb-scroll-down-focus-2.png</texturefocus>
  217.                     <onclick>Control.Move(5600,1)</onclick>
  218.                     <onleft>7000</onleft>
  219.                     <onright>5602</onright>
  220.                     <onup>5101</onup>
  221.                     <ondown>5550</ondown>
  222.                 </control>
  223.                 <control type="button" id="5602">
  224.                     <description>Menu Item Prev Button</description>                   
  225.                     <posx>630</posx>
  226.                     <posy>5</posy>
  227.                     <width>20</width>
  228.                     <height>20</height>
  229.                     <label>-</label>
  230.                     <font>-</font>
  231.                     <texturenofocus>rcb-scroll-up-2.png</texturenofocus>
  232.                     <texturefocus>rcb-scroll-up-focus-2.png</texturefocus>
  233.                     <onclick>Control.Move(5600,-1)</onclick>
  234.                     <onleft>5601</onleft>
  235.                     <onright>6000</onright>
  236.                     <onup>5101</onup>
  237.                     <ondown>5550</ondown>
  238.                 </control>
  239.                
  240.                 <!-- descfile per game -->
  241.                 <control type="radiobutton" id="5550">
  242.                     <posx>0</posx>
  243.                     <posy>60</posy>
  244.                     <width>660</width>
  245.                     <height>30</height>
  246.                     <font>font13</font>
  247.                     <label>$ADDON[script.games.rom.collection.browser 32702]</label>
  248.                     <textcolor>88FFFFFF</textcolor>
  249.                     <focusedcolor>white</focusedcolor>
  250.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  251.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  252.                     <onleft>7000</onleft>
  253.                     <onright>6000</onright>
  254.                     <onup>5601</onup>
  255.                     <ondown>5520</ondown>
  256.                     <onclick>Skin.ToggleSetting(rcb_editScraper_descFilePerGame)</onclick>
  257.                 </control>
  258.                 <!-- Path game desc -->
  259.                 <control type="image">
  260.                     <posx>0</posx>
  261.                     <posy>90</posy>
  262.                     <width>270</width>
  263.                     <height>30</height>
  264.                     <texture>rcb-MenuItemFO.png</texture>
  265.                     <visible>Control.HasFocus(5520)</visible>
  266.                 </control>             
  267.                 <control type="label">
  268.                     <posx>7</posx>
  269.                     <posy>90</posy>
  270.                     <width>200</width>
  271.                     <height>30</height>
  272.                     <font>font13</font>
  273.                     <textcolor>white</textcolor>
  274.                     <align>left</align>
  275.                     <aligny>center</aligny>
  276.                     <label>$ADDON[script.games.rom.collection.browser 32703]</label>
  277.                     <visible>Control.HasFocus(5520)</visible>
  278.                 </control>
  279.                 <control type="label">
  280.                     <posx>7</posx>
  281.                     <posy>90</posy>
  282.                     <width>200</width>
  283.                     <height>30</height>
  284.                     <font>font13</font>
  285.                     <textcolor>88FFFFFF</textcolor>
  286.                     <align>left</align>
  287.                     <aligny>center</aligny>
  288.                     <label>$ADDON[script.games.rom.collection.browser 32703]</label>
  289.                     <visible>!Control.HasFocus(5520)</visible>
  290.                 </control>
  291.                 <control type="button" id="5520">
  292.                     <description>Path game desc</description>
  293.                     <posx>240</posx>
  294.                     <posy>90</posy>
  295.                     <width>410</width>
  296.                     <height>30</height>
  297.                     <visible>true</visible>
  298.                     <font>font13</font>
  299.                     <colordiffuse>DDFFFFFF</colordiffuse>
  300.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  301.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  302.                     <label>$INFO[ListItem.Label]</label>
  303.                     <textcolor>88FFFFFF</textcolor>
  304.                     <focusedcolor>white</focusedcolor>
  305.                     <disabledcolor>80FFFFFF</disabledcolor>
  306.                     <align>right</align>
  307.                     <aligny>center</aligny>
  308.                     <textoffsetx></textoffsetx>
  309.                     <textoffsety></textoffsety>
  310.                     <pulseonselect></pulseonselect>
  311.                     <onup>5550</onup>
  312.                     <ondown>5530</ondown>
  313.                     <onleft>7000</onleft>
  314.                     <onright>6000</onright>
  315.                 </control>
  316.                                
  317.                 <!-- Game desc file mask -->
  318.                 <control type="image">
  319.                     <posx>0</posx>
  320.                     <posy>120</posy>
  321.                     <width>270</width>
  322.                     <height>30</height>
  323.                     <texture>rcb-MenuItemFO.png</texture>
  324.                     <visible>Control.HasFocus(5530)</visible>
  325.                 </control>             
  326.                 <control type="label">
  327.                     <posx>7</posx>
  328.                     <posy>120</posy>
  329.                     <width>260</width>
  330.                     <height>30</height>
  331.                     <font>font13</font>
  332.                     <textcolor>white</textcolor>
  333.                     <align>left</align>
  334.                     <aligny>center</aligny>
  335.                     <label>$ADDON[script.games.rom.collection.browser 32704]</label>
  336.                     <visible>Control.HasFocus(5530)</visible>
  337.                     <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_editScraper_descFilePerGame)">Conditional</animation>
  338.                 </control>
  339.                 <control type="label">
  340.                     <posx>7</posx>
  341.                     <posy>120</posy>
  342.                     <width>260</width>
  343.                     <height>30</height>
  344.                     <font>font13</font>
  345.                     <textcolor>88FFFFFF</textcolor>
  346.                     <align>left</align>
  347.                     <aligny>center</aligny>
  348.                     <label>$ADDON[script.games.rom.collection.browser 32704]</label>
  349.                     <visible>!Control.HasFocus(5530)</visible>
  350.                     <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_editScraper_descFilePerGame)">Conditional</animation>-->
  351.                 </control>
  352.                 <control type="button" id="5530">
  353.                     <description>Game desc file mask</description>
  354.                     <posx>240</posx>
  355.                     <posy>120</posy>
  356.                     <width>410</width>
  357.                     <height>30</height>
  358.                     <visible>true</visible>
  359.                     <font>font13</font>
  360.                     <colordiffuse>DDFFFFFF</colordiffuse>
  361.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  362.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  363.                     <label>$INFO[ListItem.Label]</label>
  364.                     <textcolor>88FFFFFF</textcolor>
  365.                     <focusedcolor>white</focusedcolor>
  366.                     <disabledcolor>80FFFFFF</disabledcolor>
  367.                     <align>right</align>
  368.                     <aligny>center</aligny>
  369.                     <textoffsetx></textoffsetx>
  370.                     <textoffsety></textoffsety>
  371.                     <pulseonselect></pulseonselect>
  372.                     <onup>5520</onup>
  373.                     <ondown>5540</ondown>
  374.                     <onleft>7000</onleft>
  375.                     <onright>6000</onright>
  376.                     <enable>Skin.HasSetting(rcb_editScraper_descFilePerGame)</enable>
  377.                     <animation reversible="false" effect="fade" end="50" time="0" condition="!Skin.HasSetting(rcb_editScraper_descFilePerGame)">Conditional</animation>
  378.                 </control>
  379.                
  380.                 <!-- Parse instruction -->
  381.                 <control type="image">
  382.                     <posx>0</posx>
  383.                     <posy>150</posy>
  384.                     <width>270</width>
  385.                     <height>30</height>
  386.                     <texture>rcb-MenuItemFO.png</texture>
  387.                     <visible>Control.HasFocus(5540)</visible>
  388.                 </control>             
  389.                 <control type="label">
  390.                     <posx>7</posx>
  391.                     <posy>150</posy>
  392.                     <width>200</width>
  393.                     <height>30</height>
  394.                     <font>font13</font>
  395.                     <textcolor>white</textcolor>
  396.                     <align>left</align>
  397.                     <aligny>center</aligny>
  398.                     <label>$ADDON[script.games.rom.collection.browser 32705]</label>
  399.                     <visible>Control.HasFocus(5540)</visible>
  400.                 </control>
  401.                 <control type="label">
  402.                     <posx>7</posx>
  403.                     <posy>150</posy>
  404.                     <width>200</width>
  405.                     <height>30</height>
  406.                     <font>font13</font>
  407.                     <textcolor>88FFFFFF</textcolor>
  408.                     <align>left</align>
  409.                     <aligny>center</aligny>
  410.                     <label>$ADDON[script.games.rom.collection.browser 32705]</label>
  411.                     <visible>!Control.HasFocus(5540)</visible>
  412.                 </control>
  413.                 <control type="button" id="5540">
  414.                     <description>Parse instruction</description>
  415.                     <posx>240</posx>
  416.                     <posy>150</posy>
  417.                     <width>410</width>
  418.                     <height>30</height>
  419.                     <visible>true</visible>
  420.                     <font>font13</font>
  421.                     <colordiffuse>DDFFFFFF</colordiffuse>
  422.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  423.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  424.                     <label>$INFO[ListItem.Label]</label>
  425.                     <textcolor>88FFFFFF</textcolor>
  426.                     <focusedcolor>white</focusedcolor>
  427.                     <disabledcolor>80FFFFFF</disabledcolor>
  428.                     <align>right</align>
  429.                     <aligny>center</aligny>
  430.                     <textoffsetx></textoffsetx>
  431.                     <textoffsety></textoffsety>
  432.                     <pulseonselect></pulseonselect>
  433.                     <onup>5530</onup>
  434.                     <ondown>5560</ondown>
  435.                     <onleft>7000</onleft>
  436.                     <onright>6000</onright>
  437.                 </control>
  438.                 <!-- Search by crc -->
  439.                 <control type="radiobutton" id="5560">
  440.                     <posx>0</posx>
  441.                     <posy>180</posy>
  442.                     <width>660</width>
  443.                     <height>30</height>
  444.                     <font>font13</font>
  445.                     <label>$ADDON[script.games.rom.collection.browser 32706]</label>
  446.                     <textcolor>88FFFFFF</textcolor>
  447.                     <focusedcolor>white</focusedcolor>
  448.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  449.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  450.                     <onleft>7000</onleft>
  451.                     <onright>6000</onright>
  452.                     <onup>5540</onup>
  453.                     <ondown>5580</ondown>
  454.                 </control>
  455.                 <!-- Use foldername as crc -->
  456.                 <control type="radiobutton" id="5580">
  457.                     <posx>0</posx>
  458.                     <posy>210</posy>
  459.                     <width>660</width>
  460.                     <height>30</height>
  461.                     <font>font13</font>
  462.                     <label>$ADDON[script.games.rom.collection.browser 32707]</label>
  463.                     <textcolor>88FFFFFF</textcolor>
  464.                     <focusedcolor>white</focusedcolor>
  465.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  466.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  467.                     <onleft>7000</onleft>
  468.                     <onright>6000</onright>
  469.                     <onup>5560</onup>
  470.                     <ondown>5590</ondown>
  471.                 </control>
  472.                 <!-- Use filename as crc -->
  473.                 <control type="radiobutton" id="5590">
  474.                     <posx>0</posx>
  475.                     <posy>240</posy>
  476.                     <width>660</width>
  477.                     <height>30</height>
  478.                     <font>font13</font>
  479.                     <label>$ADDON[script.games.rom.collection.browser 32708]</label>
  480.                     <textcolor>88FFFFFF</textcolor>
  481.                     <focusedcolor>white</focusedcolor>
  482.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  483.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  484.                     <onleft>7000</onleft>
  485.                     <onright>6000</onright>
  486.                     <onup>5580</onup>
  487.                     <ondown>5610</ondown>
  488.                 </control>
  489.                 <!-- Remoce scraper -->
  490.                 <control type="button" id="5610">
  491.                     <description>Remove scraper</description>
  492.                     <posx>10</posx>
  493.                     <posy>270</posy>
  494.                     <width>630</width>
  495.                     <height>30</height>
  496.                     <visible>true</visible>
  497.                     <font>font13</font>
  498.                     <colordiffuse>DDFFFFFF</colordiffuse>
  499.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  500.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  501.                     <label>$ADDON[script.games.rom.collection.browser 32709]</label>
  502.                     <textcolor>88FFFFFF</textcolor>
  503.                     <focusedcolor>white</focusedcolor>
  504.                     <disabledcolor>80FFFFFF</disabledcolor>
  505.                     <align>left</align>
  506.                     <aligny>center</aligny>
  507.                     <textoffsetx></textoffsetx>
  508.                     <textoffsety></textoffsety>
  509.                     <pulseonselect></pulseonselect>
  510.                     <onup>5590</onup>
  511.                     <ondown>5620</ondown>
  512.                     <onleft>7000</onleft>
  513.                     <onright>6000</onright>
  514.                 </control>
  515.                 <!-- Add scraper -->
  516.                 <control type="button" id="5620">
  517.                     <description>Add scraper</description>
  518.                     <posx>10</posx>
  519.                     <posy>300</posy>
  520.                     <width>630</width>
  521.                     <height>30</height>
  522.                     <visible>true</visible>
  523.                     <font>font13</font>
  524.                     <colordiffuse>DDFFFFFF</colordiffuse>
  525.                     <texturefocus>rcb-MenuItemFO.png</texturefocus>
  526.                     <texturenofocus>rcb-MenuItemNF.png</texturenofocus>
  527.                     <label>$ADDON[script.games.rom.collection.browser 32710]</label>
  528.                     <textcolor>88FFFFFF</textcolor>
  529.                     <focusedcolor>white</focusedcolor>
  530.                     <disabledcolor>80FFFFFF</disabledcolor>
  531.                     <align>left</align>
  532.                     <aligny>center</aligny>
  533.                     <textoffsetx></textoffsetx>
  534.                     <textoffsety></textoffsety>
  535.                     <pulseonselect></pulseonselect>
  536.                     <onup>5610</onup>
  537.                     <ondown>6000</ondown>
  538.                     <onleft>7000</onleft>
  539.                     <onright>6000</onright>
  540.                 </control>
  541.             </control>
  542.         </control>
  543.            
  544.         <!-- Buttons -->
  545.         <control type="button" id="6000">
  546.             <description>Save</description>
  547.             <posx>260</posx>
  548.             <posy>520</posy>
  549.             <width>200</width>
  550.             <height>25</height>
  551.             <visible>true</visible>
  552.             <font>font13</font>
  553.             <colordiffuse>DDFFFFFF</colordiffuse>
  554.             <texturefocus>rcb-button-focus.png</texturefocus>
  555.             <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  556.             <label>$ADDON[script.games.rom.collection.browser 32634]</label>
  557.             <textcolor>88FFFFFF</textcolor>
  558.             <disabledcolor>80FFFFFF</disabledcolor>
  559.             <align>center</align>
  560.             <aligny>center</aligny>
  561.             <textoffsetx></textoffsetx>
  562.             <textoffsety></textoffsety>
  563.             <pulseonselect></pulseonselect>
  564.             <onup>7010</onup>
  565.             <ondown>5101</ondown>
  566.             <onleft>7000</onleft>
  567.             <onright>6010</onright>
  568.         </control>
  569.         <control type="button" id="6010">
  570.             <description>Cancel</description>
  571.             <posx>480</posx>
  572.             <posy>520</posy>
  573.             <width>200</width>
  574.             <height>25</height>
  575.             <visible>true</visible>
  576.             <font>font13</font>
  577.             <colordiffuse>DDFFFFFF</colordiffuse>
  578.             <texturefocus>rcb-button-focus.png</texturefocus>
  579.             <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  580.             <label>$ADDON[script.games.rom.collection.browser 32635]</label>
  581.             <textcolor>88FFFFFF</textcolor>
  582.             <disabledcolor>80FFFFFF</disabledcolor>
  583.             <align>center</align>
  584.             <aligny>center</aligny>
  585.             <textoffsetx></textoffsetx>
  586.             <textoffsety></textoffsety>
  587.             <pulseonselect></pulseonselect>
  588.             <onup>7010</onup>
  589.             <ondown>5101</ondown>
  590.             <onleft>6000</onleft>
  591.             <onright>7000</onright>
  592.         </control>     
  593.     </controls>
  594. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement