dlg_login.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <SOUI name="mainWindow" title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16" width="414" height="536" margin="5,5,5,5" resizable="1" wndType="appMain"
  2. appWnd="1"
  3. >
  4. <root skin="bg-home_png" cache="1">
  5. <caption pos="0,0,-0,30" show="1" font="adding:0">
  6. <text pos="29,9">@string/title</text>
  7. <imgbtn name="btn_close" skin="_skin.sys.btn.close" pos="-45,0" tip="close" animate="1"/>
  8. </caption>
  9. <window pos="5,[50,-5,-5">
  10. <window size="-2,-2" layout="vbox" gravity="center" >
  11. <window size="-2,35" layout="hbox" gravity="center" extend="47,0,44,0">
  12. <img skin="skin_user"/>
  13. <edit name="edit_username" size="247,35" extend="20,0,0,0" colorText="#ffffff" cueText="Username"/>
  14. </window>
  15. <img skin="skin_line" extend="60,5,44,0"/>
  16. <window size="-2,35" layout="hbox" gravity="center" extend="47,50,44,0">
  17. <img skin="skin_password"/>
  18. <edit name="edit_password" size="247,35" extend="20,0,0,0" colorText="#ffffff" cueText="Password"/>
  19. </window>
  20. <img skin="skin_line" extend="60,5,44,0"/>
  21. <imgbtn name="onlogin" skin="skin_btnborder" colorText="#A79BB8" font="adding:12,bold:1" extend="0,50,0,0">登录</imgbtn>
  22. <text colorText="#ffffff88" font="adding:5,bold:1" extend="10,25,0,0" >登录服务器选择</text>
  23. <tabtypecontrol name="nodeclass" size="400,45" gravity="center" extend="47,25,44,0"/>
  24. <!-- <window size="-2,-1" layout="hbox" gravity="center" extend="47,19,44,0">
  25. <radio2 size="0,-1" name="url_txt" colorTextPush="#D8D8D8" colorText="#D8D8D844" font="adding:12,bold:1" checked="1" skin="skin_tyteselection" align="center" weight="1" extend="0,0,0,0" >首选</radio2>
  26. <radio2 size="0,-1" name="url_txt1" colorTextPush="#D8D8D8" colorText="#D8D8D844" font="adding:12,bold:1" checked="1" skin="skin_tyteselection" align="center" weight="1" extend="0,0,0,0" >备用1</radio2>
  27. <radio2 size="0,-1" name="url_txt2" colorTextPush="#D8D8D8" colorText="#D8D8D844" font="adding:12,bold:1" checked="1" skin="skin_tyteselection" align="center" weight="1" extend="0,0,0,0" >备用2</radio2>
  28. </window> -->
  29. </window>
  30. </window>
  31. </root>
  32. </SOUI>