2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">300</defaultcontrol>
|
|
|
|
<controls>
|
|
|
|
<control type="group">
|
|
|
|
<visible>!Window.IsVisible(numericinput)</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
2015-04-02 17:38:10 +02:00
|
|
|
<posy>row-14-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--animations-->
|
|
|
|
<animation effect="slide" start="0,500" end="0,0" time="200" tween="sine" easing="out">Windowopen</animation>
|
|
|
|
<animation effect="slide" start="0,0" end="0,500" time="200" tween="sine" easing="out">Windowclose</animation>
|
|
|
|
<!--background-->
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>-36</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>fullscreenWidth</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<height>17-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<texture>colors/black.png</texture>
|
2015-03-27 21:31:13 +01:00
|
|
|
<colordiffuse>ddffffff</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
2015-11-24 22:33:42 +01:00
|
|
|
<!--additional label controls for Chinese text input (Kodi Jarvis)-->
|
|
|
|
<control type="grouplist">
|
|
|
|
<posx>col-4-begin</posx>
|
|
|
|
<posy>-184</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>5-row</height>
|
|
|
|
<control type="label" id="313">
|
|
|
|
<description>text input</description>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>top</aligny>
|
|
|
|
<font>largeStrong</font>
|
|
|
|
<textcolor>77FFFFFF</textcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label" id="314">
|
|
|
|
<description>list of options</description>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>top</aligny>
|
|
|
|
<font>mediumStrong</font>
|
|
|
|
<textcolor>99FFFFFF</textcolor>
|
|
|
|
</control>
|
|
|
|
</control>
|
2017-03-19 21:23:30 +01:00
|
|
|
<!--autocomplete-->
|
|
|
|
<include condition="System.HasAddon(plugin.program.autocompletion) + !System.HasHiddenInput">AutoComplete</include>
|
|
|
|
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--headers-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>col-1-begin</posx>
|
2015-04-02 17:38:10 +02:00
|
|
|
<posy>0</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="label" id="311">
|
2017-03-19 21:23:30 +01:00
|
|
|
<visible>String.IsEmpty(Container(5000).ListItem.Label) | String.IsEmpty(Control.GetLabel(312).index(1))</visible>
|
2015-03-27 21:31:13 +01:00
|
|
|
<description>header label</description>
|
|
|
|
<posx>0</posx>
|
2015-04-02 17:38:10 +02:00
|
|
|
<posy>-18</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>24-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<height>1-row</height>
|
|
|
|
<align>center</align>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="edit" id="312">
|
|
|
|
<description>Edit Text</description>
|
|
|
|
<posx>0</posx>
|
2015-04-02 17:38:10 +02:00
|
|
|
<posy>1-row</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>24-col</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
2017-03-19 21:23:30 +01:00
|
|
|
<onup>5000</onup>
|
2015-03-27 21:31:13 +01:00
|
|
|
<ondown>309</ondown>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--keyboard-->
|
|
|
|
<control type="group">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>col-6-begin</posx>
|
|
|
|
<posy>4-row</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--row 1-->
|
|
|
|
<control type="group">
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="300">
|
|
|
|
<description>Done</description>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>-72</posx>
|
|
|
|
<posy>0</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>136</width>
|
2014-09-28 20:47:53 +02:00
|
|
|
<height>1-col</height>
|
|
|
|
<label>20177</label>
|
|
|
|
<onleft>111</onleft>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>500</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>302</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="500">
|
|
|
|
<description>Cancel</description>
|
|
|
|
<posx>70</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>2-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>222</label>
|
|
|
|
<onleft>300</onleft>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onright>100</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>302</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onclick>action(close)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="button" id="100">
|
|
|
|
<posx>222</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>500</onleft>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onright>101</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>120</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="101">
|
|
|
|
<posx>300</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>100</onleft>
|
|
|
|
<onright>102</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>121</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="102">
|
|
|
|
<posx>378</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>101</onleft>
|
|
|
|
<onright>103</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>122</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="103">
|
|
|
|
<posx>456</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>102</onleft>
|
|
|
|
<onright>104</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>123</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="104">
|
|
|
|
<posx>534</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>103</onleft>
|
|
|
|
<onright>105</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>124</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="105">
|
|
|
|
<posx>612</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>104</onleft>
|
|
|
|
<onright>106</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>125</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="106">
|
|
|
|
<posx>690</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>105</onleft>
|
|
|
|
<onright>107</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>126</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="107">
|
|
|
|
<posx>768</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>106</onleft>
|
|
|
|
<onright>108</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>127</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="108">
|
|
|
|
<posx>846</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>107</onleft>
|
|
|
|
<onright>109</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>128</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="109">
|
|
|
|
<posx>924</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>108</onleft>
|
|
|
|
<onright>110</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>129</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="110">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1002</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>109</onleft>
|
|
|
|
<onright>111</onright>
|
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>130</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="111">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1080</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>110</onleft>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>300</onright>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onup>312</onup>
|
|
|
|
<ondown>131</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--row 2-->
|
|
|
|
<control type="group">
|
|
|
|
<posy>78</posy>
|
|
|
|
<control type="radiobutton" id="302">
|
|
|
|
<description>SHIFT button</description>
|
|
|
|
<posx>-72</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>20178</label>
|
|
|
|
<onleft>131</onleft>
|
|
|
|
<onright>120</onright>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onup>300</onup>
|
2014-09-28 20:47:53 +02:00
|
|
|
<ondown>303</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textureradioonfocus>-</textureradioonfocus>
|
|
|
|
<textureradioonnofocus>-</textureradioonnofocus>
|
|
|
|
<textureradioofffocus>-</textureradioofffocus>
|
|
|
|
<textureradiooffnofocus>-</textureradiooffnofocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<radiowidth>24</radiowidth>
|
|
|
|
<radioheight>24</radioheight>
|
|
|
|
<radioposy>12</radioposy>
|
|
|
|
<radioposx>252</radioposx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="120">
|
|
|
|
<posx>222</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>302</onleft>
|
|
|
|
<onright>121</onright>
|
|
|
|
<onup>100</onup>
|
|
|
|
<ondown>140</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="121">
|
|
|
|
<posx>300</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>120</onleft>
|
|
|
|
<onright>122</onright>
|
|
|
|
<onup>101</onup>
|
|
|
|
<ondown>141</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="122">
|
|
|
|
<posx>378</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>121</onleft>
|
|
|
|
<onright>123</onright>
|
|
|
|
<onup>102</onup>
|
|
|
|
<ondown>142</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="123">
|
|
|
|
<posx>456</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>122</onleft>
|
|
|
|
<onright>124</onright>
|
|
|
|
<onup>103</onup>
|
|
|
|
<ondown>143</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="124">
|
|
|
|
<posx>534</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>123</onleft>
|
|
|
|
<onright>125</onright>
|
|
|
|
<onup>104</onup>
|
|
|
|
<ondown>144</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="125">
|
|
|
|
<posx>612</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>124</onleft>
|
|
|
|
<onright>126</onright>
|
|
|
|
<onup>105</onup>
|
|
|
|
<ondown>145</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="126">
|
|
|
|
<posx>690</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>125</onleft>
|
|
|
|
<onright>127</onright>
|
|
|
|
<onup>106</onup>
|
|
|
|
<ondown>146</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="127">
|
|
|
|
<posx>768</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>126</onleft>
|
|
|
|
<onright>128</onright>
|
|
|
|
<onup>107</onup>
|
|
|
|
<ondown>147</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="128">
|
|
|
|
<posx>846</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>127</onleft>
|
|
|
|
<onright>129</onright>
|
|
|
|
<onup>108</onup>
|
|
|
|
<ondown>148</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="129">
|
|
|
|
<posx>924</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>128</onleft>
|
|
|
|
<onright>130</onright>
|
|
|
|
<onup>109</onup>
|
|
|
|
<ondown>149</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="130">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1002</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>129</onleft>
|
|
|
|
<onright>131</onright>
|
|
|
|
<onup>110</onup>
|
|
|
|
<ondown>150</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="131">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1080</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>130</onleft>
|
|
|
|
<onright>302</onright>
|
|
|
|
<onup>111</onup>
|
|
|
|
<ondown>151</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--row 3-->
|
|
|
|
<control type="group">
|
|
|
|
<posy>156</posy>
|
|
|
|
<control type="radiobutton" id="303">
|
|
|
|
<description>CAPS LOCK button</description>
|
|
|
|
<posx>-72</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>20179</label>
|
|
|
|
<onleft>151</onleft>
|
|
|
|
<onright>140</onright>
|
|
|
|
<onup>302</onup>
|
|
|
|
<ondown>304</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textureradioonfocus>-</textureradioonfocus>
|
|
|
|
<textureradioonnofocus>-</textureradioonnofocus>
|
|
|
|
<textureradioofffocus>-</textureradioofffocus>
|
|
|
|
<textureradiooffnofocus>-</textureradiooffnofocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<radiowidth>24</radiowidth>
|
|
|
|
<radioheight>24</radioheight>
|
|
|
|
<radioposy>12</radioposy>
|
|
|
|
<radioposx>252</radioposx>
|
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="140">
|
|
|
|
<posx>222</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>303</onleft>
|
|
|
|
<onright>141</onright>
|
|
|
|
<onup>120</onup>
|
|
|
|
<ondown>160</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="141">
|
|
|
|
<posx>300</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>140</onleft>
|
|
|
|
<onright>142</onright>
|
|
|
|
<onup>121</onup>
|
|
|
|
<ondown>161</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="142">
|
|
|
|
<posx>378</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>141</onleft>
|
|
|
|
<onright>143</onright>
|
|
|
|
<onup>122</onup>
|
|
|
|
<ondown>162</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="143">
|
|
|
|
<posx>456</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>142</onleft>
|
|
|
|
<onright>144</onright>
|
|
|
|
<onup>123</onup>
|
|
|
|
<ondown>163</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="144">
|
|
|
|
<posx>534</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>143</onleft>
|
|
|
|
<onright>145</onright>
|
|
|
|
<onup>124</onup>
|
|
|
|
<ondown>164</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="145">
|
|
|
|
<posx>612</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>144</onleft>
|
|
|
|
<onright>146</onright>
|
|
|
|
<onup>125</onup>
|
|
|
|
<ondown>165</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="146">
|
|
|
|
<posx>690</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>145</onleft>
|
|
|
|
<onright>147</onright>
|
|
|
|
<onup>126</onup>
|
|
|
|
<ondown>166</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="147">
|
|
|
|
<posx>768</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>146</onleft>
|
|
|
|
<onright>148</onright>
|
|
|
|
<onup>127</onup>
|
|
|
|
<ondown>167</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="148">
|
|
|
|
<posx>846</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>147</onleft>
|
|
|
|
<onright>149</onright>
|
|
|
|
<onup>128</onup>
|
|
|
|
<ondown>168</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="149">
|
|
|
|
<posx>924</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>148</onleft>
|
|
|
|
<onright>150</onright>
|
|
|
|
<onup>129</onup>
|
|
|
|
<ondown>169</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="150">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1002</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>149</onleft>
|
|
|
|
<onright>151</onright>
|
|
|
|
<onup>130</onup>
|
|
|
|
<ondown>170</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="151">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1080</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>150</onleft>
|
|
|
|
<onright>303</onright>
|
|
|
|
<onup>131</onup>
|
|
|
|
<ondown>171</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--row 4-->
|
|
|
|
<control type="group">
|
|
|
|
<posy>234</posy>
|
|
|
|
<control type="radiobutton" id="304">
|
|
|
|
<description>Symbols button</description>
|
|
|
|
<posx>-72</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>136</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>@#!*</label>
|
|
|
|
<onleft>171</onleft>
|
|
|
|
<onright>307</onright>
|
|
|
|
<onup>303</onup>
|
2015-03-27 21:31:13 +01:00
|
|
|
<ondown>309</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textureradioonfocus>-</textureradioonfocus>
|
|
|
|
<textureradioonnofocus>-</textureradioonnofocus>
|
|
|
|
<textureradioofffocus>-</textureradioofffocus>
|
|
|
|
<textureradiooffnofocus>-</textureradiooffnofocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<radiowidth>24</radiowidth>
|
|
|
|
<radioheight>24</radioheight>
|
|
|
|
<textoffsetx>0</textoffsetx>
|
|
|
|
<radioposy>12</radioposy>
|
|
|
|
<radioposx>252</radioposx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="307">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>IP Input button</description>
|
|
|
|
<posx>70</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>2-col</width>
|
|
|
|
<height>1-col</height>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2016-11-25 00:26:56 +01:00
|
|
|
<label>31093</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
|
|
|
<onleft>304</onleft>
|
|
|
|
<onright>160</onright>
|
|
|
|
<onup>303</onup>
|
2015-03-27 21:31:13 +01:00
|
|
|
<ondown>309</ondown>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="160">
|
|
|
|
<posx>222</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>307</onleft>
|
|
|
|
<onright>161</onright>
|
|
|
|
<onup>140</onup>
|
|
|
|
<ondown>32</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="161">
|
|
|
|
<posx>300</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>160</onleft>
|
|
|
|
<onright>162</onright>
|
|
|
|
<onup>141</onup>
|
|
|
|
<ondown>32</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="162">
|
|
|
|
<posx>378</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>161</onleft>
|
|
|
|
<onright>163</onright>
|
|
|
|
<onup>142</onup>
|
|
|
|
<ondown>32</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="163">
|
|
|
|
<posx>456</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>162</onleft>
|
|
|
|
<onright>164</onright>
|
|
|
|
<onup>143</onup>
|
|
|
|
<ondown>32</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="164">
|
|
|
|
<posx>534</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>163</onleft>
|
|
|
|
<onright>165</onright>
|
|
|
|
<onup>144</onup>
|
|
|
|
<ondown>32</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="165">
|
|
|
|
<posx>612</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>164</onleft>
|
|
|
|
<onright>166</onright>
|
|
|
|
<onup>145</onup>
|
|
|
|
<ondown>32</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="166">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>690</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>165</onleft>
|
|
|
|
<onright>167</onright>
|
|
|
|
<onup>146</onup>
|
|
|
|
<ondown>305</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="167">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>768</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>166</onleft>
|
|
|
|
<onright>168</onright>
|
|
|
|
<onup>147</onup>
|
|
|
|
<ondown>306</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="168">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>846</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>167</onleft>
|
|
|
|
<onright>169</onright>
|
|
|
|
<onup>148</onup>
|
|
|
|
<ondown>8</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="169">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>924</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>168</onleft>
|
|
|
|
<onright>170</onright>
|
|
|
|
<onup>149</onup>
|
|
|
|
<ondown>8</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="170">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1002</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>169</onleft>
|
|
|
|
<onright>171</onright>
|
|
|
|
<onup>150</onup>
|
|
|
|
<ondown>8</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="171">
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>1080</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<onleft>170</onleft>
|
|
|
|
<onright>304</onright>
|
|
|
|
<onup>151</onup>
|
|
|
|
<ondown>111</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--row 5-->
|
|
|
|
<control type="group">
|
|
|
|
<posy>312</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="309">
|
|
|
|
<description>Layout</description>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>-72</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>20177</label>
|
|
|
|
<onleft>8</onleft>
|
|
|
|
<onright>32</onright>
|
|
|
|
<onup>304</onup>
|
|
|
|
<ondown>312</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="32">
|
|
|
|
<description>SPACE button</description>
|
|
|
|
<posx>222</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>462</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>20182</label>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onleft>309</onleft>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onright>305</onright>
|
|
|
|
<onup>160</onup>
|
|
|
|
<ondown>312</ondown>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="8">
|
|
|
|
<description>BACKSPACE button</description>
|
|
|
|
<posx>846</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>230</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>20181</label>
|
|
|
|
<onleft>306</onleft>
|
2015-03-27 21:31:13 +01:00
|
|
|
<onright>309</onright>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onup>171</onup>
|
|
|
|
<ondown>312</ondown>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<font>buttonTitle</font>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="305">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>previous button</description>
|
|
|
|
<posx>690</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label><</label>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<onleft>32</onleft>
|
|
|
|
<onright>306</onright>
|
|
|
|
<onup>166</onup>
|
|
|
|
<ondown>312</ondown>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="306">
|
|
|
|
<description>next button</description>
|
|
|
|
<posx>768</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<label>></label>
|
2015-04-02 17:38:10 +02:00
|
|
|
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
|
2016-02-21 19:58:08 +01:00
|
|
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textoffsetx>0</textoffsetx>
|
2015-11-25 22:28:11 +01:00
|
|
|
<focusedcolor>textActive</focusedcolor>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>center</align>
|
|
|
|
<onleft>305</onleft>
|
|
|
|
<onright>8</onright>
|
|
|
|
<onup>167</onup>
|
|
|
|
<ondown>312</ondown>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>DialogKeyboard.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|