Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jan 28th, 2011  |  syntax: XML  |  size: 7.00 KB  |  hits: 34  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <window id="132">
  2.                 <defaultcontrol always="true">3</defaultcontrol>
  3.                 <coordinates>
  4.                                 <system>1</system>
  5.                                 <posx>0</posx>
  6.                                 <posy>0</posy>
  7.                 </coordinates>
  8.                 <controls>
  9.                                 <control type="group">
  10.                                 <include>OpenCloseAnimation</include>
  11.         <!-- cant remember why i added this     <visible>!Window.IsVisible(140)</visible>       -->
  12.                                 <control type="image">
  13.                                                 <posx>0</posx>
  14.                                                 <posy>0</posy>
  15.                                                 <width>1280</width>
  16.                                                 <height>720</height>
  17.                                                 <texture>dialogs/content/bg.png</texture>
  18.                                                 <aspectratio>stretch</aspectratio>
  19.                                 </control>
  20.                                 <control type="image">
  21.                                                 <posx>206</posx>
  22.                                                 <posy>200</posy>
  23.                                                 <width>582</width>
  24.                                                 <height>272</height>
  25.                                                 <texture>dialogs/content/bghighlight2.png</texture>
  26.                                                 <visible>ControlGroup(5).HasFocus() | Control.HasFocus(3)</visible>
  27.                                                 <aspectratio>stretch</aspectratio>
  28.                                                 <animation type="visible">
  29.                                                         <effect type="fade" start="0" end="100" time="300" reversible="false" />
  30.                                                 </animation>
  31.                                                 <animation type="hidden">
  32.                                                         <effect type="fade" start="100" end="0" time="300" reversible="false" />
  33.                                                 </animation>
  34.                                 </control>
  35.                                 <control type="image">
  36.                                                 <posx>476r</posx>
  37.                                                 <posy>354r</posy>
  38.                                                 <width>265</width>
  39.                                                 <height>147</height>
  40.                                                 <texture>dialogs/content/bghighlight.png</texture>
  41.                                                 <visible>Control.HasFocus(4)</visible>
  42.                                                 <aspectratio>stretch</aspectratio>
  43.                                                 <animation type="visible">
  44.                                                         <effect type="fade" start="0" end="100" time="300" reversible="false" />
  45.                                                 </animation>
  46.                                                 <animation type="hidden">
  47.                                                         <effect type="fade" start="100" end="0" time="300" reversible="false" />
  48.                                                 </animation>
  49.                                 </control>
  50.                                 <control type="spincontrolex" id="3">
  51.                                                 <description>Directory Content</description>
  52.                                                 <posx>220</posx>
  53.                                                 <posy>220</posy>
  54.                                                 <width>550</width>
  55.                                                 <align>left</align>
  56.                                                 <onup>29</onup>
  57.                                                 <label>20344</label>
  58.                                                 <textcolor>greyblue</textcolor>
  59.                                                 <focusedcolor>white</focusedcolor>
  60.                                                 <ondown>5</ondown>
  61.                                                 <onleft>3</onleft>
  62.                                                 <onright>4</onright>
  63.                                 </control>
  64.                                 <control type="image">
  65.                                                 <description>Large Icon Image</description>
  66.                                                 <posx>808</posx>
  67.                                                 <posy>211</posy>
  68.                                                 <width>256</width>
  69.                                                 <height>149</height>
  70.                                                 <aspectratio align="center">stretch</aspectratio>
  71.                                                 <texture diffuse="dialogs/content/scraperdiffuse.png">$INFO[Container(4).ListItem.Label,flags/scrapers/,.png]</texture>
  72.                                 </control>
  73.                                
  74.                                 <control type="labe."> <!-- i use this to show the names so i can overlay a folder and name the images quickly -->
  75.                                                 <posx>100</posx>
  76.                                                 <posy>100</posy>
  77.                                                 <width>256</width>
  78.                                                 <height>30</height>
  79.                                                 <info>Container(4).ListItem.Label</info>
  80.                                                 <textcolor>greyblue</textcolor>
  81.                                                 <selectedcolor>red</selectedcolor>
  82.                                                 <scroll>false</scroll>
  83.                                 </control>
  84.                                
  85.                                 <control type="list" id="4">
  86.                                                 <posx>808</posx>
  87.                                                 <posy>377</posy>
  88.                                                 <width>256</width>
  89.                                                 <height>126</height>
  90.                                                 <onup>4</onup>
  91.                                                 <onleft>29</onleft>
  92.                                                 <onright>4</onright>
  93.                                                 <ondown>4</ondown>
  94.                                                 <itemlayout height="32">
  95.                                                                 <control type="image">
  96.                                                                                 <posx>5</posx>                                                         
  97.                                                                                 <posy>2</posy>
  98.                                                                                 <width>26</width>
  99.                                                                                 <height>26</height>
  100.                                                                                 <info>ListItem.Icon</info>
  101.                                                                 </control>
  102.                                                                 <control type="label">
  103.                                                                                 <posx>35</posx>
  104.                                                                                 <width>256</width>
  105.                                                                                 <height>30</height>
  106.                                                                                 <info>ListItem.Label</info>
  107.                                                                                 <textcolor>greyblue</textcolor>
  108.                                                                                 <selectedcolor>red</selectedcolor>
  109.                                                                                 <scroll>false</scroll>
  110.                                                                 </control>
  111.                                                 </itemlayout>
  112.                                                 <focusedlayout height="32">
  113.                                                                 <control type="image">
  114.                                                                                 <posx>-10</posx>
  115.                                                                                 <width>265</width>
  116.                                                                                 <height>33</height>
  117.                                                                                 <texture>dialogs/content/scraperbutton.png</texture>
  118.                                                                 </control>
  119.                                                                 <control type="image">
  120.                                                                                 <posx>5</posx>
  121.                                                                                 <posy>2</posy>
  122.                                                                                 <width>26</width>
  123.                                                                                 <height>26</height>
  124.                                                                                 <info>ListItem.Icon</info>
  125.                                                                 </control>
  126.                                                                 <control type="label">
  127.                                                                                 <posx>35</posx>
  128.                                                                                 <width>256</width>
  129.                                                                                 <height>30</height>
  130.                                                                                 <textcolor>white</textcolor>
  131.                                                                                 <selectedcolor>FFFFFFFF</selectedcolor>
  132.                                                                                 <info>ListItem.Label</info>
  133.                                                                 </control>
  134.                                                 </focusedlayout>
  135.                                 </control>
  136.                                 <control type="grouplist" id="5">
  137.                                                 <description>Control Area</description>
  138.                                                 <posx>235</posx>
  139.                                                 <posy>260</posy>
  140.                                                 <itemgap>8</itemgap>
  141.                                                 <orientation>vertical</orientation>
  142.                                                 <width>545</width>
  143.                                                 <onup>3</onup>
  144.                                                 <ondown>28</ondown>
  145.                                                 <onleft>4</onleft>
  146.                                                 <onright>4</onright>
  147.                                 </control>
  148.                                 <control type="button" id="7">
  149.                                                 <description>default</description>
  150.                                                 <textcolor>greyblue</textcolor>
  151.                                                 <focusedcolor>white</focusedcolor>
  152.                                                 <align>left</align>
  153.                                 </control>
  154.                                 <control type="radiobutton" id="8">
  155.                                                 <description>radioButton</description>
  156.                                                 <align>left</align>
  157.                                                 <textcolor>greyblue</textcolor>
  158.                                                 <focusedcolor>white</focusedcolor>
  159.                                 </control>
  160.                                 <control type="button" id="6">
  161.                                                 <description>Settings</description>
  162.                                                 <posx>300</posx>
  163.                                                 <posy>465</posy>
  164.                                                 <label>$LOCALIZE[5]</label>
  165.                                                 <texturefocus>dialogs/content/button_fo.png</texturefocus>
  166.                                                 <texturenofocus>dialogs/content/button_nf.png</texturenofocus>
  167.                                                 <textcolor>greyblue</textcolor>
  168.                                                 <focusedcolor>greyblue</focusedcolor>
  169.                                                 <disabledcolor>white</disabledcolor>
  170.                                             <width>157</width>
  171.                                             <height>52</height>
  172.                                                 <onup>3</onup>
  173.                                                 <onleft>29</onleft>
  174.                                                 <onright>28</onright>
  175.                                                 <ondown>3</ondown>
  176.                                 </control>
  177.                                 <control type="button" id="28">
  178.                                                 <description>Ok</description>
  179.                                                 <posx>462</posx>
  180.                                                 <posy>465</posy>
  181.                                                 <label>$LOCALIZE[186]</label>
  182.                                                 <texturefocus>dialogs/content/button_fo.png</texturefocus>
  183.                                                 <texturenofocus>dialogs/content/button_nf.png</texturenofocus>
  184.                                                 <textcolor>greyblue</textcolor>
  185.                                                 <focusedcolor>greyblue</focusedcolor>
  186.                                                 <disabledcolor>white</disabledcolor>
  187.                                             <width>157</width>
  188.                                             <height>52</height>
  189.                                                 <onleft>6</onleft>
  190.                                                 <onright>29</onright>
  191.                                                 <onup>5</onup>
  192.                                                 <ondown>3</ondown>
  193.                                 </control>
  194.                                 <control type="button" id="29">
  195.                                                 <description>Cancel</description>
  196.                                                 <posx>626</posx>
  197.                                                 <posy>465</posy>
  198.                                                 <label>$LOCALIZE[222]</label>
  199.                                                 <texturefocus>dialogs/content/button_fo.png</texturefocus>
  200.                                                 <texturenofocus>dialogs/content/button_nf.png</texturenofocus>
  201.                                                 <textcolor>greyblue</textcolor>
  202.                                                 <focusedcolor>greyblue</focusedcolor>
  203.                                                 <disabledcolor>white</disabledcolor>
  204.                                             <width>157</width>
  205.                                             <height>52</height>                                        
  206.                                                 <onleft>28</onleft>
  207.                                                 <onright>4</onright>
  208.                                                 <onup>5</onup>
  209.                                                 <ondown>3</ondown>
  210.                                 </control>
  211.                         </control>
  212.  
  213.         <!-- Debug Info -->
  214.         <include>debug</include>
  215.  
  216.         </controls>
  217. </window>