dlg_main.xml 744 B

12345678910111213141516171819
  1. <SOUI name="loginwindow" title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16" width="414" height="736" margin="5,5,5,5" resizable="1" wndType="appMain"
  2. appWnd="1"
  3. >
  4. <root skin="bg-home_png" cache="1">
  5. <tabctrl name="tabmain" size="-2,-2" extend="0,0,0,0" colorBkgnd="" interpolator="Decelerate" curSel="0" focusable="0" animateSteps="30" animateType="1" tabHeight="0" tabSkin="" text-y="" iconSkin="" icon-x="" colorTextHover="#ff0000" fontHover="italic:1">
  6. <page>
  7. <include src="layout:XML_PAGEHOME"/>
  8. </page>
  9. <page>
  10. <include src="layout:XML_NODE"/>
  11. </page>
  12. </tabctrl>
  13. <shellnotifyicon id="110" menu="SMENU:menu_tray" ico="ICON_LOGO:16"/>
  14. </root>
  15. </SOUI>