221 lines
6.8 KiB
XML
221 lines
6.8 KiB
XML
<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>
|