Advertisement
Guest User

Untitled

a guest
Jun 8th, 2010
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.99 KB | None | 0 0
  1. <window>
  2. <allowoverlay>yes</allowoverlay>
  3. <defaultcontrol always="false">500</defaultcontrol>
  4. <coordinates>
  5. <system>1</system>
  6. <posx>0</posx>
  7. <posy>0</posy>
  8. </coordinates>
  9. <controls>
  10. <!-- mainviewbackground -->
  11. <control type="image" id="75">
  12. <description>background image</description>
  13. <posx>0</posx>
  14. <posy>0</posy>
  15. <width>720</width>
  16. <height>580</height>
  17. <!--<texture>rcb-background-black.png</texture>-->
  18. <texture>$INFO[ListItem.Property(mainviewbackground)]</texture>
  19. </control>
  20.  
  21. <!-- gamelist groups -->
  22. <control type="group" id="200">
  23.  
  24. <!-- gamelist 50 -->
  25. <control type="group">
  26. <control type="image">
  27. <description>gamelist background image</description>
  28. <posx>0</posx>
  29. <posy>280</posy>
  30. <width>720</width>
  31. <height>300</height>
  32. <texture>rcb-ContentPanel2.png</texture>
  33. <colordiffuse>DDFFFFFF</colordiffuse>
  34. <visible>Control.IsVisible(50)</visible>
  35. </control>
  36. <control type="wraplist" id="50">
  37. <posx>0</posx>
  38. <posy>320</posy>
  39. <width>720</width>
  40. <height>350</height>
  41. <onleft>50</onleft>
  42. <onright>50</onright>
  43. <onup>2200</onup>
  44. <ondown>500</ondown>
  45. <orientation>horizontal</orientation>
  46. <focusposition>2</focusposition>
  47. <viewtype label="Info">wrap</viewtype>
  48. <scrolltime>100</scrolltime>
  49. <itemlayout width="145">
  50. <control type="image">
  51. <width>140</width>
  52. <height>120</height>
  53. <posx>0</posx>
  54. <posy>25</posy>
  55. <aspectratio>stretch</aspectratio>
  56. <texture background="true">$INFO[ListItem.ActualIcon]</texture>
  57. </control>
  58. </itemlayout>
  59. <focusedlayout width="145">
  60. <control type="image">
  61. <posx>0</posx>
  62. <posy>0</posy>
  63. <width>140</width>
  64. <height>120</height>
  65. <aspectratio>stretch</aspectratio>
  66. <bordertexture border="8">rcb-ThumbBorder.png</bordertexture>
  67. <bordersize>8</bordersize>
  68. <texture background="true">$INFO[ListItem.Thumb]</texture>
  69. <animation reversible="false" effect="zoom" start="0,0,140,120" end="-25,0,200,160" time="100">focus</animation>
  70. <animation reversible="false" effect="zoom" end="0,0,140,120" start="-25,0,200,160" time="100">unfocus</animation>
  71. </control>
  72. <control type="image">
  73. <posx>0</posx>
  74. <posy>0</posy>
  75. <width>60</width>
  76. <height>40</height>
  77. <aspectratio>stretch</aspectratio>
  78. <texture>rcb-GlassOverlay.png</texture>
  79. <animation reversible="false" effect="zoom" start="0,0,60,40" end="-20,5,100,75" time="100">focus</animation>
  80. <animation reversible="false" effect="zoom" end="3,3,50,25" start="-20,5,100,75" time="100">unfocus</animation>
  81. </control>
  82. </focusedlayout>
  83. </control>
  84. <control type="label">
  85. <posx>0</posx>
  86. <posy>500</posy>
  87. <width>720</width>
  88. <height>20</height>
  89. <font>font30caps_title</font>
  90. <aligny>center</aligny>
  91. <textcolor>DDFFFFFF</textcolor>
  92. <selectedcolor>FFe2ff43</selectedcolor>
  93. <align>center</align>
  94. <label>$INFO[ListItem.Label]</label>
  95. <visible>Control.IsVisible(50)</visible>
  96. </control>
  97. <control type="label">
  98. <posx>0</posx>
  99. <posy>540</posy>
  100. <width>720</width>
  101. <height>20</height>
  102. <font>font16caps</font>
  103. <aligny>center</aligny>
  104. <textcolor>DDFFFFFF</textcolor>
  105. <selectedcolor>FFe2ff43</selectedcolor>
  106. <align>center</align>
  107. <label>$INFO[ListItem.Property(console)]</label>
  108. <visible>IsEmpty(ListItem.Property(mainview2)) + Control.IsVisible(50)</visible>
  109. </control>
  110. <!-- mainview1 -->
  111. <control type="image">
  112. <description>mainview1</description>
  113. <posx>180</posx>
  114. <posy>530</posy>
  115. <width>60</width>
  116. <height>40</height>
  117. <texture>$INFO[ListItem.Property(mainview1)]</texture>
  118. <visible>Control.IsVisible(50)</visible>
  119. </control>
  120. <!-- mainview2 -->
  121. <control type="image">
  122. <description>mainview2</description>
  123. <posx>330</posx>
  124. <posy>530</posy>
  125. <width>60</width>
  126. <height>40</height>
  127. <texture>$INFO[ListItem.Property(mainview2)]</texture>
  128. <visible>Control.IsVisible(50)</visible>
  129. </control>
  130. <!-- mainview3 -->
  131. <control type="image">
  132. <description>mainview3</description>
  133. <posx>480</posx>
  134. <posy>530</posy>
  135. <width>60</width>
  136. <height>40</height>
  137. <texture>$INFO[ListItem.Property(mainview3)]</texture>
  138. <visible>Control.IsVisible(50)</visible>
  139. </control>
  140. <control type="group" id="300">
  141. <visible allowhiddenfocus="true">Control.IsVisible(50)</visible>
  142. <posx>20</posx>
  143. <posy>5</posy>
  144. <control type="image">
  145. <description>gamedesc background image</description>
  146. <posx>0</posx>
  147. <posy>0</posy>
  148. <width>680</width>
  149. <height>265</height>
  150. <texture>rcb-ContentPanel.png</texture>
  151. <colordiffuse>DDFFFFFF</colordiffuse>
  152. </control>
  153. <!-- mainviewgameinfobig -->
  154. <control type="image" id="2000">
  155. <description>mainviewgameinfo</description>
  156. <posx>15</posx>
  157. <posy>15</posy>
  158. <width>300</width>
  159. <height>220</height>
  160. <visible>!Player.HasVideo</visible>
  161. <texture>$INFO[ListItem.Property(mainviewgameinfobig)]</texture>
  162. </control>
  163. <!-- mainviewvideowindowbig -->
  164. <control type="videowindow" id="2300">
  165. <description>video control</description>
  166. <posx>15</posx>
  167. <posy>15</posy>
  168. <width>300</width>
  169. <height>220</height>
  170. <visible>!IsEmpty(ListItem.Property(mainviewvideosizebig))</visible>
  171. </control>
  172. <!-- mainviewgameinfoupperleft -->
  173. <control type="image" id="2400">
  174. <description>mainviewgameinfoupperleft</description>
  175. <posx>15</posx>
  176. <posy>15</posy>
  177. <width>150</width>
  178. <height>110</height>
  179. <texture>$INFO[ListItem.Property(mainviewgameinfoupperleft)]</texture>
  180. </control>
  181. <!-- mainviewgameinfoupperright -->
  182. <control type="image" id="2500">
  183. <description>mainviewgameinfoupperright</description>
  184. <posx>165</posx>
  185. <posy>15</posy>
  186. <width>150</width>
  187. <height>110</height>
  188. <texture>$INFO[ListItem.Property(mainviewgameinfoupperright)]</texture>
  189. </control>
  190. <!-- mainviewgameinfolowerleft -->
  191. <control type="image" id="2600">
  192. <description>mainviewgameinfolowerleft</description>
  193. <posx>15</posx>
  194. <posy>125</posy>
  195. <width>150</width>
  196. <height>110</height>
  197. <texture>$INFO[ListItem.Property(mainviewgameinfolowerleft)]</texture>
  198. </control>
  199. <!-- mainviewgameinfolowerright -->
  200. <control type="image" id="2700">
  201. <description>mainviewgameinfolowerright</description>
  202. <posx>165</posx>
  203. <posy>125</posy>
  204. <width>150</width>
  205. <height>110</height>
  206. <visible>!Player.HasVideo</visible>
  207. <texture>$INFO[ListItem.Property(mainviewgameinfolowerright)]</texture>
  208. </control>
  209. <!-- mainviewvideowindowsmall -->
  210. <control type="videowindow" id="2800">
  211. <description>video control</description>
  212. <posx>165</posx>
  213. <posy>125</posy>
  214. <width>150</width>
  215. <height>110</height>
  216. <visible>!IsEmpty(ListItem.Property(mainviewvideosizesmall))</visible>
  217. </control>
  218. <!-- game / console description -->
  219. <control type="textbox" id="2100">
  220. <description>Consoles</description>
  221. <posx>340</posx>
  222. <posy>15</posy>
  223. <width>320</width>
  224. <height>220</height>
  225. <pagecontrol>2200</pagecontrol>
  226. <textcolor>DDFFFFFF</textcolor>
  227. <align>justify</align>
  228. <font>font12</font>
  229. <label>$INFO[ListItem.Property(plot)]</label>
  230. <!--<autoscroll delay="3000" time="1000" repeat="10000">!Control.HasFocus(2200)</autoscroll>-->
  231. </control>
  232. <control type="scrollbar" id="2200">
  233. <description>ConsoleDesc Scrollbar</description>
  234. <posx>665</posx>
  235. <posy>20</posy>
  236. <width>5</width>
  237. <height>220</height>
  238. <visible>Control.IsVisible(2100)</visible>
  239. <texturesliderbackground>scrollbar-bg.png</texturesliderbackground>
  240. <texturesliderbar>scrollbar-bar.png</texturesliderbar>
  241. <texturesliderbarfocus>scrollbar-barFocus.png</texturesliderbarfocus>
  242. <textureslidernib>scrollbar-nib.png</textureslidernib>
  243. <textureslidernibfocus>scrollbar-nibFocus.png</textureslidernibfocus>
  244. <pulseonselect></pulseonselect>
  245. <orientation>vertical</orientation>
  246. <showonepage>false</showonepage>
  247. <onup>2200</onup>
  248. <ondown>2200</ondown>
  249. <onleft>500</onleft>
  250. <onright>50</onright>
  251. </control>
  252. </control>
  253. </control>
  254.  
  255. <!-- gamelist 51 -->
  256. <control type="group">
  257. <visible>Control.IsVisible(51)</visible>
  258. <control type="image">
  259. <description>gamelist background image</description>
  260. <posx>0</posx>
  261. <posy>310</posy>
  262. <width>720</width>
  263. <height>300</height>
  264. <texture>rcb-background-black1.png</texture>
  265. <colordiffuse>FFFFFFFF</colordiffuse>
  266. </control>
  267. <control type="wraplist" id="51">
  268. <posx>0</posx>
  269. <posy>320</posy>
  270. <width>720</width>
  271. <height>400</height>
  272. <onleft>51</onleft>
  273. <onright>51</onright>
  274. <onup>500</onup>
  275. <ondown>3000</ondown>
  276. <orientation>horizontal</orientation>
  277. <focusposition>0</focusposition>
  278. <viewtype label="Thumbs">wrap</viewtype>
  279. <scrolltime>100</scrolltime>
  280. <itemlayout width="65">
  281. <control type="image">
  282. <width>60</width>
  283. <height>110</height>
  284. <posx>0</posx>
  285. <posy>120</posy>
  286. <aspectratio>stretch</aspectratio>
  287. <texture background="true">$INFO[ListItem.ActualIcon]</texture>
  288. </control>
  289. </itemlayout>
  290. <focusedlayout width="130">
  291. <control type="image">
  292. <posx>10</posx>
  293. <posy>20</posy>
  294. <width>110</width>
  295. <height>220</height>
  296. <aspectratio>stretch</aspectratio>
  297. <texture background="true">$INFO[ListItem.Thumb]</texture>
  298. <animation reversible="false" effect="zoom" start="0,0,110,220" end="-25,0,110,220" time="100">focus</animation>
  299. <animation reversible="false" effect="zoom" end="0,0,110,220" start="-25,0,110,220" time="100">unfocus</animation>
  300. </control>
  301. </focusedlayout>
  302. </control>
  303. <control type="label">
  304. <posx>130</posx>
  305. <posy>400</posy>
  306. <width>720</width>
  307. <height>20</height>
  308. <font>font30caps</font>
  309. <align>Left</align>
  310. <aligny>Left</aligny>
  311. <textcolor>F7FFFFFF</textcolor>
  312. <selectedcolor>FFe2ff43</selectedcolor>
  313. <label>$INFO[ListItem.Label]</label>
  314. </control>
  315. <control type="label">
  316. <posx>130</posx>
  317. <posy>390</posy>
  318. <width>720</width>
  319. <height>20</height>
  320. <font>font12caps</font>
  321. <align>Left</align>
  322. <aligny>Left</aligny>
  323. <textcolor>FF005DFF</textcolor>
  324. <selectedcolor>FFe2ff43</selectedcolor>
  325. <label>$INFO[ListItem.Property(console)]</label>
  326. <visible>IsEmpty(ListItem.Property(mainview2)) + Control.IsVisible(51)</visible>
  327. </control>
  328. <!-- mainview1 -->
  329. <control type="image">
  330. <description>mainview1</description>
  331. <posx>180</posx>
  332. <posy>480</posy>
  333. <width>60</width>
  334. <height>40</height>
  335. <texture>$INFO[ListItem.Property(mainview1)]</texture>
  336. </control>
  337. <!-- mainview2 -->
  338. <control type="image">
  339. <description>mainview2</description>
  340. <posx>330</posx>
  341. <posy>480</posy>
  342. <width>60</width>
  343. <height>40</height>
  344. <texture>$INFO[ListItem.Property(mainview2)]</texture>
  345. </control>
  346. <!-- mainview3 -->
  347. <control type="image">
  348. <description>mainview3</description>
  349. <posx>480</posx>
  350. <posy>480</posy>
  351. <width>60</width>
  352. <height>40</height>
  353. <texture>$INFO[ListItem.Property(mainview3)]</texture>
  354. </control>
  355. </control>
  356.  
  357. <!-- gamelist 52 -->
  358. <control type="group">
  359. <control type="group">
  360. <posx>385</posx>
  361. <posy>10</posy>
  362. <visible>Control.IsVisible(52)</visible>
  363. <control type="image">
  364. <description>gamelist background image</description>
  365. <posx>0</posx>
  366. <posy>0</posy>
  367. <width>320</width>
  368. <height>553</height>
  369. <texture>rcb-ContentPanel.png</texture>
  370. <colordiffuse>DDFFFFFF</colordiffuse>
  371. </control>
  372. <control type="label">
  373. <posx>5</posx>
  374. <posy>15</posy>
  375. <width>320</width>
  376. <height>20</height>
  377. <font>font16caps</font>
  378. <aligny>center</aligny>
  379. <textcolor>DDFFFFFF</textcolor>
  380. <selectedcolor>FFe2ff43</selectedcolor>
  381. <align>center</align>
  382. <label>$INFO[ListItem.Property(console)]</label>
  383. <visible>IsEmpty(ListItem.Property(mainview2)) + Control.IsVisible(52)</visible>
  384. </control>
  385. <!-- mainview1 -->
  386. <control type="image">
  387. <description>mainview1</description>
  388. <posx>5</posx>
  389. <posy>15</posy>
  390. <width>30</width>
  391. <height>20</height>
  392. <texture>$INFO[ListItem.Property(mainview1)]</texture>
  393. </control>
  394. <!-- mainview2 -->
  395. <control type="image">
  396. <description>mainview2</description>
  397. <posx>160</posx>
  398. <posy>15</posy>
  399. <width>30</width>
  400. <height>20</height>
  401. <texture>$INFO[ListItem.Property(mainview2)]</texture>
  402. </control>
  403. <!-- mainview3 -->
  404. <control type="image">
  405. <description>mainview3</description>
  406. <posx>285</posx>
  407. <posy>15</posy>
  408. <width>30</width>
  409. <height>20</height>
  410. <texture>$INFO[ListItem.Property(mainview3)]</texture>
  411. </control>
  412. <control type="list" id="52">
  413. <posx>0</posx>
  414. <posy>45</posy>
  415. <width>320</width>
  416. <height>480</height>
  417. <onleft>2201</onleft>
  418. <onright>900</onright>
  419. <onup>52</onup>
  420. <ondown>52</ondown>
  421. <viewtype label="Info 2">list</viewtype>
  422. <scrolltime>100</scrolltime>
  423. <itemlayout height="25" width="320">
  424. <control type="image">
  425. <posx>0</posx>
  426. <posy>0</posy>
  427. <width>320</width>
  428. <height>25</height>
  429. <texture border="0,1,0,1">rcb-MenuItemNF.png</texture>
  430. </control>
  431. <control type="label">
  432. <posx>10</posx>
  433. <posy>0</posy>
  434. <width>320</width>
  435. <height>25</height>
  436. <font>font13</font>
  437. <textcolor>grey</textcolor>
  438. <selectedcolor>selected</selectedcolor>
  439. <align>left</align>
  440. <aligny>center</aligny>
  441. <label>$INFO[ListItem.Label]</label>
  442. </control>
  443. </itemlayout>
  444. <focusedlayout height="25" width="320">
  445. <control type="image">
  446. <posx>0</posx>
  447. <posy>0</posy>
  448. <width>320</width>
  449. <height>26</height>
  450. <texture border="0,1,0,1">rcb-MenuItemNF.png</texture>
  451. <visible>!Control.HasFocus(52)</visible>
  452. <include>VisibleFadeEffect</include>
  453. </control>
  454. <control type="image">
  455. <posx>0</posx>
  456. <posy>0</posy>
  457. <width>320</width>
  458. <height>26</height>
  459. <texture border="0,1,0,1">rcb-MenuItemFO.png</texture>
  460. <visible>Control.HasFocus(52)</visible>
  461. <include>VisibleFadeEffect</include>
  462. </control>
  463. <control type="label">
  464. <posx>10</posx>
  465. <posy>0</posy>
  466. <width>320</width>
  467. <height>25</height>
  468. <font>font13</font>
  469. <textcolor>white</textcolor>
  470. <selectedcolor>selected</selectedcolor>
  471. <align>left</align>
  472. <aligny>center</aligny>
  473. <label>$INFO[ListItem.Label]</label>
  474. </control>
  475. </focusedlayout>
  476. </control>
  477. </control>
  478.  
  479. <control type="group" id="350">
  480. <visible allowhiddenfocus="true">Control.IsVisible(52)</visible>
  481. <posx>15</posx>
  482. <posy>10</posy>
  483. <visible>Control.IsVisible(52)</visible>
  484. <control type="image">
  485. <description>gamedesc background image</description>
  486. <posx>0</posx>
  487. <posy>0</posy>
  488. <width>330</width>
  489. <height>553</height>
  490. <texture>rcb-ContentPanel.png</texture>
  491. <colordiffuse>DDFFFFFF</colordiffuse>
  492. </control>
  493. <control type="label">
  494. <posx>5</posx>
  495. <posy>15</posy>
  496. <width>320</width>
  497. <height>20</height>
  498. <font>font16caps</font>
  499. <aligny>center</aligny>
  500. <textcolor>DDFFFFFF</textcolor>
  501. <selectedcolor>FFe2ff43</selectedcolor>
  502. <align>center</align>
  503. <label>$INFO[ListItem.Label]</label>
  504. </control>
  505. <!-- mainviewgameinfobig -->
  506. <control type="image" id="2001">
  507. <description>mainviewgameinfobig</description>
  508. <posx>15</posx>
  509. <posy>45</posy>
  510. <width>300</width>
  511. <height>220</height>
  512. <visible>!Player.HasVideo</visible>
  513. <texture>$INFO[ListItem.Property(mainviewgameinfobig)]</texture>
  514. </control>
  515. <control type="videowindow" id="2301">
  516. <description>video control</description>
  517. <posx>15</posx>
  518. <posy>45</posy>
  519. <width>300</width>
  520. <height>220</height>
  521. <visible>!IsEmpty(ListItem.Property(mainviewvideosizebig))</visible>
  522. </control>
  523.  
  524. <!-- mainviewgameinfoupperleft -->
  525. <control type="image" id="2401">
  526. <description>mainviewgameinfoupperleft</description>
  527. <posx>15</posx>
  528. <posy>45</posy>
  529. <width>150</width>
  530. <height>110</height>
  531. <texture>$INFO[ListItem.Property(mainviewgameinfoupperleft)]</texture>
  532. </control>
  533. <!-- mainviewgameinfoupperright -->
  534. <control type="image" id="2501">
  535. <description>mainviewgameinfoupperright</description>
  536. <posx>165</posx>
  537. <posy>45</posy>
  538. <width>150</width>
  539. <height>110</height>
  540. <texture>$INFO[ListItem.Property(mainviewgameinfoupperright)]</texture>
  541. </control>
  542. <!-- mainviewgameinfolowerleft -->
  543. <control type="image" id="2601">
  544. <description>mainviewgameinfolowerleft</description>
  545. <posx>15</posx>
  546. <posy>155</posy>
  547. <width>150</width>
  548. <height>110</height>
  549. <texture>$INFO[ListItem.Property(mainviewgameinfolowerleft)]</texture>
  550. </control>
  551. <!-- mainviewgameinfolowerright -->
  552. <control type="image" id="2701">
  553. <description>mainviewgameinfolowerright</description>
  554. <posx>165</posx>
  555. <posy>155</posy>
  556. <width>150</width>
  557. <height>110</height>
  558. <visible>!Player.HasVideo</visible>
  559. <texture>$INFO[ListItem.Property(mainviewgameinfolowerright)]</texture>
  560. </control>
  561. <!-- mainviewvideowindowsmall -->
  562. <control type="videowindow" id="2801">
  563. <description>video control</description>
  564. <posx>165</posx>
  565. <posy>155</posy>
  566. <width>150</width>
  567. <height>110</height>
  568. <visible>!IsEmpty(ListItem.Property(mainviewvideosizesmall))</visible>
  569. </control>
  570.  
  571. <control type="textbox" id="2101">
  572. <description>Consoles</description>
  573. <posx>15</posx>
  574. <posy>300</posy>
  575. <width>280</width>
  576. <height>220</height>
  577. <pagecontrol>2201</pagecontrol>
  578. <textcolor>DDFFFFFF</textcolor>
  579. <align>justify</align>
  580. <font>font12</font>
  581. <label>$INFO[ListItem.Property(plot)]</label>
  582. <!--<autoscroll delay="3000" time="1000" repeat="10000">!Control.HasFocus(2201)</autoscroll>-->
  583. </control>
  584. <control type="scrollbar" id="2201">
  585. <description>ConsoleDesc Scrollbar</description>
  586. <posx>310</posx>
  587. <posy>300</posy>
  588. <width>5</width>
  589. <height>220</height>
  590. <visible>Control.IsVisible(2101)</visible>
  591. <texturesliderbackground>scrollbar-bg.png</texturesliderbackground>
  592. <texturesliderbar>scrollbar-bar.png</texturesliderbar>
  593. <texturesliderbarfocus>scrollbar-barFocus.png</texturesliderbarfocus>
  594. <textureslidernib>scrollbar-nib.png</textureslidernib>
  595. <textureslidernibfocus>scrollbar-nibFocus.png</textureslidernibfocus>
  596. <pulseonselect></pulseonselect>
  597. <orientation>vertical</orientation>
  598. <showonepage>false</showonepage>
  599. <onup>2201</onup>
  600. <ondown>2201</ondown>
  601. <onleft>500</onleft>
  602. <onright>52</onright>
  603. </control>
  604. </control>
  605. </control>
  606. </control>
  607.  
  608. <!-- filter controls -->
  609. <control type="group" id="100">
  610. <animation effect="slide" start="0,0" end="0,0" delay="0" time="400" tween="quadratic" easing="out" condition="ControlGroup(100).HasFocus">Conditional</animation>
  611. <animation effect="slide" start="0,0" end="0,-200" delay="0"time="400" tween="quadratic" easing="out" condition="!ControlGroup(100).HasFocus">Conditional</animation>
  612. <!--<visible allowhiddenfocus="true">Control.HasFocus(500) | Control.HasFocus(600) | Control.HasFocus(700) | Control.HasFocus(800)</visible>-->
  613. <control type="image">
  614. <animation effect="zoom" start="0,0,720,1" end="0,0,720,180" time="300" tween="quadratic" easing="out" condition="ControlGroup(100).HasFocus">Conditional</animation>
  615. <description>filter background image</description>
  616. <posx>0</posx>
  617. <posy>0</posy>
  618. <width>720</width>
  619. <height>160</height>
  620. <texture>rcb-Blade-Upper.png</texture>
  621. <colordiffuse>FFFFFFFF</colordiffuse>
  622. </control>
  623. <!-- Console filter -->
  624. <control type="label">
  625. <description>Consoles</description>
  626. <posx>90</posx>
  627. <posy>20</posy>
  628. <textcolor>DDFFFFFF</textcolor>
  629. <label>Consoles</label>
  630. </control>
  631. <control type="wraplist" id="500">
  632. <posx>50</posx>
  633. <posy>50</posy>
  634. <width>125</width>
  635. <height>96</height>
  636. <onleft>3000</onleft>
  637. <onright>600</onright>
  638. <onup>500</onup>
  639. <ondown>500</ondown>
  640. <viewtype label="Console">wrap</viewtype>
  641. <focusposition>1</focusposition>
  642. <scrolltime>200</scrolltime>
  643. <itemlayout height="32">
  644. <control type="image">
  645. <width>125</width>
  646. <height>30</height>
  647. <posx>0</posx>
  648. <posy>0</posy>
  649. <texture border="5">rcb-button-nofocus.png</texture>
  650. </control>
  651. <control type="label">
  652. <posx>5</posx>
  653. <posy>0</posy>
  654. <width>120</width>
  655. <height>30</height>
  656. <font>font13</font>
  657. <aligny>center</aligny>
  658. <textcolor>DDFFFFFF</textcolor>
  659. <selectedcolor>FFe2ff43</selectedcolor>
  660. <align>left</align>
  661. <info>ListItem.Label</info>
  662. </control>
  663. </itemlayout>
  664. <focusedlayout height="32">
  665. <control type="image">
  666. <width>125</width>
  667. <height>30</height>
  668. <posx>0</posx>
  669. <posy>0</posy>
  670. <visible>Control.HasFocus(500)</visible>
  671. <texture border="5">rcb-button-focus.png</texture>
  672. </control>
  673. <control type="image">
  674. <width>125</width>
  675. <height>30</height>
  676. <posx>0</posx>
  677. <posy>0</posy>
  678. <visible>!Control.HasFocus(500)</visible>
  679. <texture border="5">rcb-button-nofocus.png</texture>
  680. </control>
  681. <control type="label">
  682. <posx>5</posx>
  683. <posy>0</posy>
  684. <width>120</width>
  685. <height>30</height>
  686. <font>font13</font>
  687. <aligny>center</aligny>
  688. <textcolor>DDFFFFFF</textcolor>
  689. <selectedcolor>FFe2ff43</selectedcolor>
  690. <align>left</align>
  691. <info>ListItem.Label</info>
  692. </control>
  693. </focusedlayout>
  694. </control>
  695. <!-- Genre filter -->
  696. <control type="label">
  697. <description>Genre</description>
  698. <posx>250</posx>
  699. <posy>20</posy>
  700. <textcolor>DDFFFFFF</textcolor>
  701. <label>Genre</label>
  702. </control>
  703. <control type="wraplist" id="600">
  704. <posx>200</posx>
  705. <posy>50</posy>
  706. <width>125</width>
  707. <height>96</height>
  708. <onleft>500</onleft>
  709. <onright>700</onright>
  710. <onup>600</onup>
  711. <ondown>600</ondown>
  712. <viewtype label="Genre">wrap</viewtype>
  713. <focusposition>1</focusposition>
  714. <scrolltime>200</scrolltime>
  715. <itemlayout height="32">
  716. <control type="image">
  717. <width>125</width>
  718. <height>30</height>
  719. <posx>0</posx>
  720. <posy>0</posy>
  721. <texture border="5">rcb-button-nofocus.png</texture>
  722. </control>
  723. <control type="label">
  724. <posx>5</posx>
  725. <posy>0</posy>
  726. <width>120</width>
  727. <height>30</height>
  728. <font>font13</font>
  729. <aligny>center</aligny>
  730. <textcolor>DDFFFFFF</textcolor>
  731. <selectedcolor>FFe2ff43</selectedcolor>
  732. <align>left</align>
  733. <info>ListItem.Label</info>
  734. </control>
  735. </itemlayout>
  736. <focusedlayout height="32">
  737. <control type="image">
  738. <width>125</width>
  739. <height>30</height>
  740. <posx>0</posx>
  741. <posy>0</posy>
  742. <visible>Control.HasFocus(600)</visible>
  743. <texture border="5">rcb-button-focus.png</texture>
  744. </control>
  745. <control type="image">
  746. <width>125</width>
  747. <height>30</height>
  748. <posx>0</posx>
  749. <posy>0</posy>
  750. <visible>!Control.HasFocus(600)</visible>
  751. <texture border="5">rcb-button-nofocus.png</texture>
  752. </control>
  753. <control type="label">
  754. <posx>5</posx>
  755. <posy>0</posy>
  756. <width>120</width>
  757. <height>30</height>
  758. <font>font13</font>
  759. <aligny>center</aligny>
  760. <textcolor>DDFFFFFF</textcolor>
  761. <selectedcolor>FFe2ff43</selectedcolor>
  762. <align>left</align>
  763. <info>ListItem.Label</info>
  764. </control>
  765. </focusedlayout>
  766. </control>
  767. <!-- Year filter -->
  768. <control type="label">
  769. <description>Year</description>
  770. <posx>400</posx>
  771. <posy>20</posy>
  772. <textcolor>DDFFFFFF</textcolor>
  773. <label>Year</label>
  774. </control>
  775. <control type="wraplist" id="700">
  776. <posx>350</posx>
  777. <posy>50</posy>
  778. <width>125</width>
  779. <height>96</height>
  780. <onleft>600</onleft>
  781. <onright>800</onright>
  782. <onup>700</onup>
  783. <ondown>700</ondown>
  784. <viewtype label="Year">wrap</viewtype>
  785. <focusposition>1</focusposition>
  786. <scrolltime>200</scrolltime>
  787. <itemlayout height="32">
  788. <control type="image">
  789. <width>125</width>
  790. <height>30</height>
  791. <posx>0</posx>
  792. <posy>0</posy>
  793. <texture border="5">rcb-button-nofocus.png</texture>
  794. </control>
  795. <control type="label">
  796. <posx>5</posx>
  797. <posy>0</posy>
  798. <width>120</width>
  799. <height>30</height>
  800. <font>font13</font>
  801. <aligny>center</aligny>
  802. <textcolor>DDFFFFFF</textcolor>
  803. <selectedcolor>FFe2ff43</selectedcolor>
  804. <align>left</align>
  805. <info>ListItem.Label</info>
  806. </control>
  807. </itemlayout>
  808. <focusedlayout height="32">
  809. <control type="image">
  810. <width>125</width>
  811. <height>30</height>
  812. <posx>0</posx>
  813. <posy>0</posy>
  814. <visible>Control.HasFocus(700)</visible>
  815. <texture border="5">rcb-button-focus.png</texture>
  816. </control>
  817. <control type="image">
  818. <width>125</width>
  819. <height>30</height>
  820. <posx>0</posx>
  821. <posy>0</posy>
  822. <visible>!Control.HasFocus(700)</visible>
  823. <texture border="5">rcb-button-nofocus.png</texture>
  824. </control>
  825. <control type="label">
  826. <posx>5</posx>
  827. <posy>0</posy>
  828. <width>120</width>
  829. <height>30</height>
  830. <font>font13</font>
  831. <aligny>center</aligny>
  832. <textcolor>DDFFFFFF</textcolor>
  833. <selectedcolor>FFe2ff43</selectedcolor>
  834. <align>left</align>
  835. <info>ListItem.Label</info>
  836. </control>
  837. </focusedlayout>
  838. </control>
  839. <!-- Publisher filter -->
  840. <control type="label">
  841. <description>Publisher</description>
  842. <posx>535</posx>
  843. <posy>20</posy>
  844. <textcolor>DDFFFFFF</textcolor>
  845. <label>Publisher</label>
  846. </control>
  847. <control type="wraplist" id="800">
  848. <posx>500</posx>
  849. <posy>50</posy>
  850. <width>125</width>
  851. <height>96</height>
  852. <onleft>700</onleft>
  853. <onright>900</onright>
  854. <onup>800</onup>
  855. <ondown>800</ondown>
  856. <viewtype label="Year">wrap</viewtype>
  857. <focusposition>1</focusposition>
  858. <scrolltime>200</scrolltime>
  859. <itemlayout height="32">
  860. <control type="image">
  861. <width>125</width>
  862. <height>30</height>
  863. <posx>0</posx>
  864. <posy>0</posy>
  865. <texture border="5">rcb-button-nofocus.png</texture>
  866. </control>
  867. <control type="label">
  868. <posx>5</posx>
  869. <posy>0</posy>
  870. <width>120</width>
  871. <height>30</height>
  872. <font>font13</font>
  873. <aligny>center</aligny>
  874. <textcolor>DDFFFFFF</textcolor>
  875. <selectedcolor>FFe2ff43</selectedcolor>
  876. <align>left</align>
  877. <info>ListItem.Label</info>
  878. </control>
  879. </itemlayout>
  880. <focusedlayout height="32">
  881. <control type="image">
  882. <width>125</width>
  883. <height>30</height>
  884. <posx>0</posx>
  885. <posy>0</posy>
  886. <visible>Control.HasFocus(800)</visible>
  887. <texture border="5">rcb-button-focus.png</texture>
  888. </control>
  889. <control type="image">
  890. <width>125</width>
  891. <height>30</height>
  892. <posx>0</posx>
  893. <posy>0</posy>
  894. <visible>!Control.HasFocus(800)</visible>
  895. <texture border="5">rcb-button-nofocus.png</texture>
  896. </control>
  897. <control type="label">
  898. <posx>5</posx>
  899. <posy>0</posy>
  900. <width>120</width>
  901. <height>30</height>
  902. <font>font13</font>
  903. <aligny>center</aligny>
  904. <textcolor>DDFFFFFF</textcolor>
  905. <selectedcolor>FFe2ff43</selectedcolor>
  906. <align>left</align>
  907. <info>ListItem.Label</info>
  908. </control>
  909. </focusedlayout>
  910. </control>
  911. <!-- Character filter -->
  912. <control type="label">
  913. <description>Character</description>
  914. <posx>655</posx>
  915. <posy>20</posy>
  916. <textcolor>DDFFFFFF</textcolor>
  917. <label>A-Z</label>
  918. </control>
  919. <control type="wraplist" id="900">
  920. <posx>650</posx>
  921. <posy>50</posy>
  922. <width>30</width>
  923. <height>96</height>
  924. <onleft>800</onleft>
  925. <onright>2</onright>
  926. <onup>900</onup>
  927. <ondown>900</ondown>
  928. <viewtype label="Character">wrap</viewtype>
  929. <!--<visible allowhiddenfocus="true">Control.HasFocus(5200)</visible>-->
  930. <focusposition>1</focusposition>
  931. <scrolltime>200</scrolltime>
  932. <itemlayout height="32">
  933. <control type="image">
  934. <width>30</width>
  935. <height>30</height>
  936. <posx>0</posx>
  937. <posy>0</posy>
  938. <texture border="5">rcb-button-nofocus.png</texture>
  939. </control>
  940. <control type="label">
  941. <posx>5</posx>
  942. <posy>0</posy>
  943. <width>30</width>
  944. <height>30</height>
  945. <font>font13</font>
  946. <aligny>center</aligny>
  947. <textcolor>DDFFFFFF</textcolor>
  948. <selectedcolor>FFe2ff43</selectedcolor>
  949. <align>left</align>
  950. <info>ListItem.Label</info>
  951. </control>
  952. </itemlayout>
  953. <focusedlayout height="32">
  954. <control type="image">
  955. <width>30</width>
  956. <height>30</height>
  957. <posx>0</posx>
  958. <posy>0</posy>
  959. <visible>Control.HasFocus(900)</visible>
  960. <texture border="5">rcb-button-focus.png</texture>
  961. </control>
  962. <control type="image">
  963. <width>30</width>
  964. <height>30</height>
  965. <posx>0</posx>
  966. <posy>0</posy>
  967. <visible>!Control.HasFocus(900)</visible>
  968. <texture border="5">rcb-button-nofocus.png</texture>
  969. </control>
  970. <control type="label">
  971. <posx>5</posx>
  972. <posy>0</posy>
  973. <width>30</width>
  974. <height>30</height>
  975. <font>font13</font>
  976. <aligny>center</aligny>
  977. <textcolor>DDFFFFFF</textcolor>
  978. <selectedcolor>FFe2ff43</selectedcolor>
  979. <align>left</align>
  980. <info>ListItem.Label</info>
  981. </control>
  982. </focusedlayout>
  983. </control>
  984.  
  985. </control>
  986.  
  987. <!-- Button group -->
  988. <control type="group" id="400">
  989. <animation effect="slide" start="0,500" end="0,500" delay="0" time="400" tween="quadratic" easing="out" condition="ControlGroup(400).HasFocus">Conditional</animation>
  990. <animation effect="slide" start="0,0" end="0,800" delay="0"time="400" tween="quadratic" easing="out" condition="!ControlGroup(400).HasFocus">Conditional</animation>
  991. <control type="image">
  992. <animation effect="zoom" start="0,500,620,1" end="0,500,720,80" time="300" tween="quadratic" easing="out" condition="ControlGroup(400).HasFocus">Conditional</animation>
  993. <description>filter background image</description>
  994. <posx>0</posx>
  995. <posy>0</posy>
  996. <width>720</width>
  997. <height>80</height>
  998. <texture>rcb-Blade-Lower.png</texture>
  999. <colordiffuse>90FFFFFF</colordiffuse>
  1000. </control>
  1001. <control type="button" id="3000">
  1002. <description>Import Settings</description>
  1003. <posx>50</posx>
  1004. <posy>25</posy>
  1005. <width>100</width>
  1006. <height>30</height>
  1007. <visible>true</visible>
  1008. <colordiffuse>DDFFFFFF</colordiffuse>
  1009. <texturefocus>rcb-button-focus.png</texturefocus>
  1010. <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  1011. <label>Import Settings</label>
  1012. <textcolor>DDFFFFFF</textcolor>
  1013. <disabledcolor>80FFFFFF</disabledcolor>
  1014. <align>center</align>
  1015. <aligny>center</aligny>
  1016. <textoffsetx></textoffsetx>
  1017. <textoffsety></textoffsety>
  1018. <pulseonselect></pulseonselect>
  1019. <onup>50</onup>
  1020. <ondown>500</ondown>
  1021. <onleft>500</onleft>
  1022. <onright>3100</onright>
  1023. </control>
  1024. <control type="button" id="3100">
  1025. <description>Import Games</description>
  1026. <posx>175</posx>
  1027. <posy>25</posy>
  1028. <width>100</width>
  1029. <height>30</height>
  1030. <visible>true</visible>
  1031. <colordiffuse>DDFFFFFF</colordiffuse>
  1032. <texturefocus>rcb-button-focus.png</texturefocus>
  1033. <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  1034. <label>Import Games</label>
  1035. <textcolor>DDFFFFFF</textcolor>
  1036. <disabledcolor>80FFFFFF</disabledcolor>
  1037. <align>center</align>
  1038. <aligny>center</aligny>
  1039. <textoffsetx></textoffsetx>
  1040. <textoffsety></textoffsety>
  1041. <pulseonselect></pulseonselect>
  1042. <onup>50</onup>
  1043. <ondown>500</ondown>
  1044. <onleft>3000</onleft>
  1045. <onright>2</onright>
  1046. </control>
  1047. <control type="button" id="2">
  1048. <description>Change View</description>
  1049. <posx>300</posx>
  1050. <posy>25</posy>
  1051. <width>100</width>
  1052. <height>30</height>
  1053. <visible>true</visible>
  1054. <colordiffuse>DDFFFFFF</colordiffuse>
  1055. <texturefocus>rcb-button-focus.png</texturefocus>
  1056. <texturenofocus>rcb-button-nofocus.png</texturenofocus>
  1057. <label>Change View</label>
  1058. <textcolor>DDFFFFFF</textcolor>
  1059. <disabledcolor>80FFFFFF</disabledcolor>
  1060. <align>center</align>
  1061. <aligny>center</aligny>
  1062. <textoffsetx></textoffsetx>
  1063. <textoffsety></textoffsety>
  1064. <pulseonselect></pulseonselect>
  1065. <onup>50</onup>
  1066. <ondown>500</ondown>
  1067. <onleft>3000</onleft>
  1068. <onright>900</onright>
  1069. </control>
  1070. </control>
  1071.  
  1072. <!-- Counter -->
  1073. <control type="label">
  1074. <description>Page Count Label</description>
  1075. <posx>25r</posx>
  1076. <posy>25r</posy>
  1077. <width>500</width>
  1078. <height>20</height>
  1079. <font>font12</font>
  1080. <textcolor>grey</textcolor>
  1081. <scroll>false</scroll>
  1082. <align>right</align>
  1083. <aligny>center</aligny>
  1084. <label>([COLOR=blue]$INFO[Container.NumItems][/COLOR]) Items - Page ([COLOR=blue]$INFO[Container.CurrentPage]/$INFO[Container.NumPages][/COLOR])</label>
  1085. </control>
  1086.  
  1087. <!-- Messages -->
  1088. <control type="label" id="4000">
  1089. <description>Notes</description>
  1090. <posx>10</posx>
  1091. <posy>560</posy>
  1092. <width>680</width>
  1093. <height>10</height>
  1094. <align>left</align>
  1095. <scroll>true</scroll>
  1096. <textcolor>DDFFFFFF</textcolor>
  1097. <label></label>
  1098. <font>font10</font>
  1099. </control>
  1100. </controls>
  1101. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement