dlg_login.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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="skin_bguser" 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="邮箱"/>
  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="密码"/>
  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. <window size="-2,35" layout="hbox" gravity="center" extend="0,10,44,0">
  23. <link name="reglink" colorText="#A79BB8" font="adding:12,bold:0" extend="50,0,0,0">注册新用户</link>
  24. <link href="https:/user.viptwo.xyz" name="resetlink" colorText="#A79BB8" font="adding:12,bold:0" extend="80,0,0,0">忘记密码</link>
  25. </window>
  26. <text colorText="#ffffff88" font="adding:5,bold:1" extend="10,25,0,0" >登录服务器选择</text>
  27. <tabtypecontrol name="nodeclass" size="400,45" gravity="center" extend="47,25,44,0"/>
  28. <!-- <window size="-2,-1" layout="hbox" gravity="center" extend="47,19,44,0">
  29. <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>
  30. <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>
  31. <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>
  32. </window> -->
  33. </window>
  34. </window>
  35. </root>
  36. </SOUI>