Added: The Windows Needed for the peripheral stuff

This commit is contained in:
JezzX 2011-12-19 14:45:05 +11:00
parent 27f47ff8c8
commit dfb9aab4b6
3 changed files with 419 additions and 1 deletions

View File

@ -0,0 +1,220 @@
<window id="10140">
<defaultcontrol always="true">20</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>30</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<visible>!Window.IsVisible(PeripheralSettings)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>660</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>660</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="1">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$LOCALIZE[35000]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="button">
<description>Close Window button</description>
<posx>630</posx>
<posy>35</posy>
<include>WindowCloseButtonCommons</include>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<width>620</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="list" id="20">
<posx>40</posx>
<posy>90</posy>
<width>600</width>
<height>470</height>
<onup>20</onup>
<ondown>20</ondown>
<onleft>10</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
<itemlayout height="85" width="600">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>600</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<description>Name</description>
<posx>10</posx>
<posy>5</posy>
<width>580</width>
<height>20</height>
<label>$INFO[ListItem.Label]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Product ID Vendor ID</description>
<posx>10</posx>
<posy>30</posy>
<width>580</width>
<height>20</height>
<label>$LOCALIZE[35504]: [COLOR=grey2]$INFO[ListItem.Property(Product)][/COLOR] $LOCALIZE[35503]: [COLOR=grey2]$INFO[ListItem.Property(Vendor)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>green</textcolor>
</control>
<control type="label">
<description>class</description>
<posx>10</posx>
<posy>50</posy>
<width>580</width>
<height>20</height>
<label>$LOCALIZE[35501]: [COLOR=grey2]$INFO[ListItem.Property(Class)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>green</textcolor>
</control>
</itemlayout>
<focusedlayout height="85" width="600">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>600</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(20)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>600</width>
<height>80</height>
<texture border="5">button-focus.png</texture>
<visible>Control.HasFocus(20)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<description>Name</description>
<posx>10</posx>
<posy>5</posy>
<width>580</width>
<height>20</height>
<label>$INFO[ListItem.Label]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Product ID Vendor ID</description>
<posx>10</posx>
<posy>30</posy>
<width>580</width>
<height>20</height>
<label>$LOCALIZE[35504]: [COLOR=grey2]$INFO[ListItem.Property(Product)][/COLOR] $LOCALIZE[35503]: [COLOR=grey2]$INFO[ListItem.Property(Vendor)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>green</textcolor>
</control>
<control type="label">
<description>class</description>
<posx>10</posx>
<posy>50</posy>
<width>580</width>
<height>20</height>
<label>$LOCALIZE[35501]: [COLOR=grey2]$INFO[ListItem.Property(Class)][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>green</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="61">
<posx>641</posx>
<posy>90</posy>
<width>20</width>
<height>470</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>20</onleft>
<onright>10</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<posx>640</posx>
<posy>575</posy>
<width>300</width>
<height>35</height>
<font>font12b</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>white</textcolor>
<label>($INFO[Container(20).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages])</label>
</control>
<control type="button" id="10">
<description>OK button</description>
<posx>40</posx>
<posy>570</posy>
<width>200</width>
<height>40</height>
<label>186</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<align>center</align>
<onleft>61</onleft>
<onright>20</onright>
<onup>20</onup>
<ondown>20</ondown>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,198 @@
<window id="123">
<defaultcontrol>5</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>30</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>660</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>660</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="1">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$LOCALIZE[5]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="button">
<description>Close Window button</description>
<posx>630</posx>
<posy>35</posy>
<include>WindowCloseButtonCommons</include>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<width>620</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="label" id="3">
<description>No Settings Label</description>
<posx>40</posx>
<posy>180</posy>
<width>620</width>
<align>center</align>
<label>35004</label>
<font>font13caps</font>
</control>
<control type="grouplist" id="5">
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
<description>control area</description>
<posx>40</posx>
<posy>90</posy>
<width>600</width>
<height>470</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>28</onleft>
<onright>60</onright>
<onup>28</onup>
<ondown>28</ondown>
</control>
<control type="scrollbar" id="60">
<posx>641</posx>
<posy>90</posy>
<width>20</width>
<height>470</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>3</onleft>
<onright>3</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>Default Button</description>
<posx>0</posx>
<posy>0</posy>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<posx>0</posx>
<posy>0</posy>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<posx>0</posx>
<posy>0</posy>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="sliderex" id="10">
<description>Default Slider</description>
<height>40</height>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="group" id="9000">
<posx>38</posx>
<posy>570</posy>
<control type="button" id="29">
<description>Cancel Button</description>
<posy>0</posy>
<posx>0</posx>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>222</label>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onleft>50</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="28">
<description>OK Button</description>
<posy>0</posy>
<posx>210</posx>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>186</label>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onleft>29</onleft>
<onright>50</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="50">
<description>Defaults Button</description>
<posy>0</posy>
<posx>420</posx>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>409</label>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onleft>28</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
</control>
</controls>
</window>

View File

@ -75,7 +75,7 @@
<texture>black-back.png</texture>
<animation effect="fade" time="400">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(Favourites) | Window.IsActive(ShutdownMenu) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation)</visible>
<visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(Favourites) | Window.IsActive(ShutdownMenu) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation) | Window.IsActive(Peripherals) | Window.IsActive(PeripheralSettings)</visible>
</control>
</include>
<include name="CommonNowPlaying_Controls">