summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/FileBrowser.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/FileBrowser.xml')
-rw-r--r--addons/skin.estouchy/xml/FileBrowser.xml248
1 files changed, 248 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/FileBrowser.xml b/addons/skin.estouchy/xml/FileBrowser.xml
new file mode 100644
index 0000000..47a4bbd
--- /dev/null
+++ b/addons/skin.estouchy/xml/FileBrowser.xml
@@ -0,0 +1,248 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">450</defaultcontrol>
+ <include>16x9_xPos_Relocation</include>
+ <include>Window_OpenClose_Animation_Zoom</include>
+ <coordinates>
+ <posx>280</posx>
+ <posy>85</posy>
+ </coordinates>
+ <controls>
+ <include>BehindDialogFadeOut</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>720</width>
+ <height>60</height>
+ <texture border="5">dialog_header.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>720</width>
+ <height>730</height>
+ <texture>dialog_back.png</texture>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <include>WindowTitleCommons</include>
+ <width>600</width>
+ <label>$LOCALIZE[1023]</label>
+ </control>
+ <control type="group">
+ <posx>650</posx>
+ <posy>0</posy>
+ <include>DialogCloseButtonCommons</include>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>670</width>
+ <height>640</height>
+ <texture colordiffuse="40000000">panel.png</texture>
+ </control>
+ <control type="list" id="450">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>670</width>
+ <height>640</height>
+ <onup>450</onup>
+ <onleft>450</onleft>
+ <onright>450</onright>
+ <ondown>450</ondown>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout width="670" height="80">
+ <control type="label">
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>80</height>
+ <font>font22</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="image">
+ <posx>595</posx>
+ <posy>5</posy>
+ <width>70</width>
+ <height>70</height>
+ <aspectratio align="right">keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout width="670" height="80">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>670</width>
+ <height>80</height>
+ <texture>list_focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>80</height>
+ <font>font22</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="image">
+ <posx>595</posx>
+ <posy>5</posy>
+ <width>70</width>
+ <height>70</height>
+ <aspectratio align="right">keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>682</posx>
+ <posy>90</posy>
+ <width>26</width>
+ <height>560</height>
+ <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
+ <texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
+ <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus>
+ <textureslidernib>blank.png</textureslidernib>
+ <textureslidernibfocus>blank.png</textureslidernibfocus>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <ondown>60</ondown>
+ <onup>60</onup>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <animation effect="fade" time="150">Visible</animation>
+ <animation effect="fade" time="150">Hidden</animation>
+ <visible>Control.IsVisible(450)</visible>
+ </control>
+ <control type="panel" id="451">
+ <posx>10</posx>
+ <posy>80</posy>
+ <width>660</width>
+ <height>620</height>
+ <onleft>9000</onleft>
+ <onright>61</onright>
+ <onup>451</onup>
+ <ondown>451</ondown>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="310" width="330">
+ <control type="image">
+ <posx>35</posx>
+ <posy>0</posy>
+ <width>260</width>
+ <height>260</height>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>270</posy>
+ <width>300</width>
+ <height>20</height>
+ <font>font20</font>
+ <selectedcolor>selected</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="310" width="330">
+ <control type="image">
+ <posx>35</posx>
+ <posy>0</posy>
+ <width>260</width>
+ <height>260</height>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="image">
+ <posx>35</posx>
+ <posy>0</posy>
+ <width>260</width>
+ <height>260</height>
+ <texture border="5">thumb_focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>270</posy>
+ <width>300</width>
+ <height>20</height>
+ <font>font20</font>
+ <selectedcolor>selected</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>687</posx>
+ <posy>100</posy>
+ <width>26</width>
+ <height>560</height>
+ <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
+ <texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
+ <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus>
+ <textureslidernib>blank.png</textureslidernib>
+ <textureslidernibfocus>blank.png</textureslidernibfocus>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <ondown>60</ondown>
+ <onup>60</onup>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <animation effect="fade" time="150">Visible</animation>
+ <animation effect="fade" time="150">Hidden</animation>
+ <visible>Control.IsVisible(451)</visible>
+ </control>
+ <control type="grouplist" id="9000">
+ <posx>0</posx>
+ <posy>720</posy>
+ <width>720</width>
+ <height>60</height>
+ <itemgap>5</itemgap>
+ <align>center</align>
+ <orientation>horizontal</orientation>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>50</onup>
+ <ondown>49</ondown>
+ <control type="button" id="413">
+ <description>OK button</description>
+ <width>148</width>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>186</label>
+ </control>
+ <control type="button" id="414">
+ <description>Cancel button</description>
+ <width>148</width>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>222</label>
+ </control>
+ <control type="button" id="415">
+ <description>Create folder button</description>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>119</label>
+ </control>
+ <control type="radiobutton" id="416">
+ <description>Flip Image button</description>
+ <width>220</width>
+ <align>left</align>
+ <textoffsetx>5</textoffsetx>
+ <radioposx>145</radioposx>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>749</label>
+ </control>
+ </control>
+ </controls>
+</window>