adding new menu for status window to all pages, and rearranged menu items

This commit is contained in:
Erik Kristensen 2010-09-02 17:39:25 -04:00
parent 830e17b276
commit 0c58b80109
2 changed files with 19 additions and 25 deletions

View File

@ -37,14 +37,6 @@ mb.LoadMain()
<align>center</align>
<onclick lang="python"><![CDATA[mb.RefreshMain()]]></onclick>
</control>
<control type="button" id="1042">
<label>Settings</label>
<texturefocus>bg_btn.png</texturefocus>
<texturenofocus></texturenofocus>
<height>30</height>
<align>center</align>
<onclick lang="python"><![CDATA[mc.ActivateWindow(14004)]]></onclick>
</control>
<control type="button" id="1043">
<label>Status</label>
<texturefocus>bg_btn.png</texturefocus>
@ -53,6 +45,14 @@ mb.LoadMain()
<align>center</align>
<onclick lang="python"><![CDATA[mc.ActivateWindow(14003)]]></onclick>
</control>
<control type="button" id="1042">
<label>Settings</label>
<texturefocus>bg_btn.png</texturefocus>
<texturenofocus></texturenofocus>
<height>30</height>
<align>center</align>
<onclick lang="python"><![CDATA[mc.ActivateWindow(14004)]]></onclick>
</control>
</control>
<control type="panel" id="1030">
<posx>22</posx>

View File

@ -26,13 +26,11 @@ mb.LoadShow()
<control type="grouplist" id="1040">
<posy>28</posy>
<posx>1106</posx>
<width>166</width>
<posx>780</posx>
<width>500</width>
<itemgap>10</itemgap>
<orientation>horizontal</orientation>
<ondown>2040</ondown>
<!--
940/334
<ondown>1030</ondown>
<control type="button" id="1041">
<label>Refresh</label>
<texturefocus>bg_btn.png</texturefocus>
@ -41,7 +39,14 @@ mb.LoadShow()
<align>center</align>
<onclick lang="python"><![CDATA[mb.RefreshMain()]]></onclick>
</control>
-->
<control type="button" id="1043">
<label>Status</label>
<texturefocus>bg_btn.png</texturefocus>
<texturenofocus></texturenofocus>
<height>29</height>
<align>center</align>
<onclick lang="python"><![CDATA[mc.ActivateWindow(14003)]]></onclick>
</control>
<control type="button" id="1042">
<label>Settings</label>
<texturefocus>bg_btn.png</texturefocus>
@ -50,17 +55,6 @@ mb.LoadShow()
<align>center</align>
<onclick lang="python"><![CDATA[mc.ActivateWindow(14004)]]></onclick>
</control>
<!--
780/500
<control type="button" id="1043">
<label>Send Logs</label>
<texturefocus>bg_btn.png</texturefocus>
<texturenofocus></texturenofocus>
<height>29</height>
<align>center</align>
<onclick lang="python"><![CDATA[mb.SendLogs()]]></onclick>
</control>
-->
</control>
<!-- END: TOP MENU -->