First commit
This commit is contained in:
271
720p/DialogMediaSource.xml
Normal file
271
720p/DialogMediaSource.xml
Normal file
@@ -0,0 +1,271 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>10</defaultcontrol>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<left>240</left>
|
||||
<top>100</top>
|
||||
</coordinates>
|
||||
<include>dialogeffect</include>
|
||||
<controls>
|
||||
<control type="image">
|
||||
<description>background image</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>800</width>
|
||||
<height>500</height>
|
||||
<texture border="40">DialogBack.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>Dialog Header image</description>
|
||||
<left>40</left>
|
||||
<top>16</top>
|
||||
<width>720</width>
|
||||
<height>40</height>
|
||||
<texture>dialogheader.png</texture>
|
||||
</control>
|
||||
<control type="label" id="2">
|
||||
<description>header label</description>
|
||||
<left>40</left>
|
||||
<top>20</top>
|
||||
<width>720</width>
|
||||
<height>30</height>
|
||||
<font>font13_title</font>
|
||||
<label>$LOCALIZE[13406]</label>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>selected</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
</control>
|
||||
<control type="button">
|
||||
<description>Close Window button</description>
|
||||
<left>710</left>
|
||||
<top>15</top>
|
||||
<width>64</width>
|
||||
<height>32</height>
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
<onclick>PreviousMenu</onclick>
|
||||
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
||||
<onleft>10</onleft>
|
||||
<onright>10</onright>
|
||||
<onup>10</onup>
|
||||
<ondown>10</ondown>
|
||||
<visible>system.getbool(input.enablemouse)</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>path label</description>
|
||||
<left>20</left>
|
||||
<top>65</top>
|
||||
<width>760</width>
|
||||
<height>30</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
<label>1021</label>
|
||||
<textcolor>blue</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
</control>
|
||||
<control type="list" id="10">
|
||||
<left>30</left>
|
||||
<top>105</top>
|
||||
<width>525</width>
|
||||
<height>225</height>
|
||||
<onup>9001</onup>
|
||||
<onleft>9000</onleft>
|
||||
<onright>60</onright>
|
||||
<ondown>12</ondown>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<scrolltime>200</scrolltime>
|
||||
<itemlayout height="45">
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>525</width>
|
||||
<height>40</height>
|
||||
<texture border="5">button-nofocus.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>10</left>
|
||||
<top>0</top>
|
||||
<width>490</width>
|
||||
<height>40</height>
|
||||
<font>font13</font>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>grey2</textcolor>
|
||||
<selectedcolor>selected</selectedcolor>
|
||||
<info>ListItem.Label</info>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="45">
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>525</width>
|
||||
<height>40</height>
|
||||
<visible>!Control.HasFocus(10)</visible>
|
||||
<texture border="5">button-nofocus.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>525</width>
|
||||
<height>41</height>
|
||||
<visible>Control.HasFocus(10)</visible>
|
||||
<texture border="5">button-focus2.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>10</left>
|
||||
<top>0</top>
|
||||
<width>490</width>
|
||||
<height>40</height>
|
||||
<font>font13</font>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<selectedcolor>selected</selectedcolor>
|
||||
<info>ListItem.Label</info>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="scrollbar" id="60">
|
||||
<left>555</left>
|
||||
<top>105</top>
|
||||
<width>25</width>
|
||||
<height>225</height>
|
||||
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
|
||||
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
|
||||
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
|
||||
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
||||
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
||||
<onleft>10</onleft>
|
||||
<onright>9000</onright>
|
||||
<showonepage>false</showonepage>
|
||||
<orientation>vertical</orientation>
|
||||
</control>
|
||||
<control type="group" id="9000">
|
||||
<left>580</left>
|
||||
<top>105</top>
|
||||
<control type="button" id="11">
|
||||
<description>Browse Button</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>190</width>
|
||||
<height>40</height>
|
||||
<label>1024</label>
|
||||
<font>font12_title</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<texturenofocus border="5">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="5">button-focus.png</texturefocus>
|
||||
<onup>18</onup>
|
||||
<onleft>60</onleft>
|
||||
<onright>10</onright>
|
||||
<ondown>13</ondown>
|
||||
</control>
|
||||
<control type="button" id="13">
|
||||
<description>Add Path Button</description>
|
||||
<left>0</left>
|
||||
<top>45</top>
|
||||
<width>190</width>
|
||||
<height>40</height>
|
||||
<label>15019</label>
|
||||
<font>font12_title</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<texturenofocus border="5">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="5">button-focus.png</texturefocus>
|
||||
<onup>11</onup>
|
||||
<onleft>60</onleft>
|
||||
<onright>10</onright>
|
||||
<ondown>14</ondown>
|
||||
</control>
|
||||
<control type="button" id="14">
|
||||
<description>Remove Path Button</description>
|
||||
<left>0</left>
|
||||
<top>90</top>
|
||||
<width>190</width>
|
||||
<height>40</height>
|
||||
<label>1210</label>
|
||||
<font>font12_title</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<texturenofocus border="5">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="5">button-focus.png</texturefocus>
|
||||
<onup>13</onup>
|
||||
<onleft>60</onleft>
|
||||
<onright>10</onright>
|
||||
<ondown>12</ondown>
|
||||
</control>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Name label</description>
|
||||
<left>30</left>
|
||||
<top>335</top>
|
||||
<width>740</width>
|
||||
<height>30</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
<label>1022</label>
|
||||
<textcolor>blue</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
</control>
|
||||
<control type="edit" id="12">
|
||||
<description>Name Button</description>
|
||||
<left>30</left>
|
||||
<top>370</top>
|
||||
<width>740</width>
|
||||
<height>40</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>-</label>
|
||||
<font>font13</font>
|
||||
<texturefocus border="5">button-focus2.png</texturefocus>
|
||||
<texturenofocus border="5">button-nofocus.png</texturenofocus>
|
||||
<onup>10</onup>
|
||||
<onleft>12</onleft>
|
||||
<onright>19</onright>
|
||||
<ondown>9001</ondown>
|
||||
</control>
|
||||
<control type="group" id="9001">
|
||||
<left>190</left>
|
||||
<top>435</top>
|
||||
<control type="button" id="18">
|
||||
<description>Ok Button</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<texturenofocus border="5">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="5">button-focus.png</texturefocus>
|
||||
<label>186</label>
|
||||
<font>font12_title</font>
|
||||
<onup>12</onup>
|
||||
<onleft>19</onleft>
|
||||
<onright>19</onright>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
<control type="button" id="19">
|
||||
<description>Cancel Button</description>
|
||||
<left>210</left>
|
||||
<top>0</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<texturenofocus border="5">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="5">button-focus.png</texturefocus>
|
||||
<label>222</label>
|
||||
<font>font12_title</font>
|
||||
<onup>12</onup>
|
||||
<onleft>18</onleft>
|
||||
<onright>18</onright>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user