First commit
This commit is contained in:
226
720p/script-RSS_Editor-rssEditor.xml
Normal file
226
720p/script-RSS_Editor-rssEditor.xml
Normal file
@@ -0,0 +1,226 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol>10</defaultcontrol>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<left>240</left>
|
||||
<top>140</top>
|
||||
</coordinates>
|
||||
<include>dialogeffect</include>
|
||||
<controls>
|
||||
<control type="image">
|
||||
<description>background image</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>800</width>
|
||||
<height>420</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>
|
||||
<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" id="3">
|
||||
<description>List label</description>
|
||||
<left>20</left>
|
||||
<top>65</top>
|
||||
<width>760</width>
|
||||
<height>30</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
<textcolor>blue</textcolor>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
</control>
|
||||
<control type="list" id="10">
|
||||
<left>30</left>
|
||||
<top>105</top>
|
||||
<width>520</width>
|
||||
<height>225</height>
|
||||
<onup>9001</onup>
|
||||
<onleft>9000</onleft>
|
||||
<onright>60</onright>
|
||||
<ondown>9001</ondown>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<scrolltime>200</scrolltime>
|
||||
<itemlayout height="45">
|
||||
<control type="image">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>520</width>
|
||||
<height>40</height>
|
||||
<texture border="5">button-nofocus.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>10</left>
|
||||
<top>0</top>
|
||||
<width>500</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>520</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>520</width>
|
||||
<height>40</height>
|
||||
<visible>Control.hasfocus(14) | Control.HasFocus(10)</visible>
|
||||
<texture border="5">button-focus2.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>10</left>
|
||||
<top>0</top>
|
||||
<width>500</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>552</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>Change Set Button</description>
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<font>font12_title</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<onup>18</onup>
|
||||
<onleft>60</onleft>
|
||||
<onright>10</onright>
|
||||
<ondown>13</ondown>
|
||||
</control>
|
||||
<control type="button" id="13">
|
||||
<description>Add Button</description>
|
||||
<left>0</left>
|
||||
<top>45</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<font>font12_title</font>
|
||||
<label>15019</label>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<onup>11</onup>
|
||||
<onleft>60</onleft>
|
||||
<onright>10</onright>
|
||||
<ondown>14</ondown>
|
||||
</control>
|
||||
<control type="button" id="14">
|
||||
<description>Remove Button</description>
|
||||
<left>0</left>
|
||||
<top>90</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<font>font12_title</font>
|
||||
<label>1210</label>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<onup>13</onup>
|
||||
<onleft>60</onleft>
|
||||
<onright>10</onright>
|
||||
<ondown>9001</ondown>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group" id="9001">
|
||||
<control type="button" id="18">
|
||||
<description>Ok Button</description>
|
||||
<left>200</left>
|
||||
<top>355</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>186</label>
|
||||
<font>font12_title</font>
|
||||
<onup>9000</onup>
|
||||
<onleft>20</onleft>
|
||||
<onright>19</onright>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
<control type="button" id="19">
|
||||
<description>Cancel Button</description>
|
||||
<left>410</left>
|
||||
<top>355</top>
|
||||
<width>200</width>
|
||||
<height>40</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<label>222</label>
|
||||
<font>font12_title</font>
|
||||
<onup>9000</onup>
|
||||
<onleft>18</onleft>
|
||||
<onright>20</onright>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
Reference in New Issue
Block a user