|
@@ -1,21 +1,21 @@
|
|
|
-<SOUI name="mainWindow" title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16" margin="5,5,5,5" resizable="1" wndType="normal"
|
|
|
-toolWindow="0"
|
|
|
+<SOUI name="mainWindow" title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16" margin="5,5,5,5" resizable="0" wndType="normal"
|
|
|
+appWnd="1"
|
|
|
translucent="1"
|
|
|
>
|
|
|
- <root skin="_skin.sys.wnd.bkgnd" cache="1" width="600" height="400" >
|
|
|
+ <root skin="_skin.sys.wnd.bkgnd" cache="1" width="300" height="200" >
|
|
|
<caption pos="0,0,-0,30" show="1" font="adding:0">
|
|
|
<icon pos="10,8" src="ICON_LOGO:16"/>
|
|
|
<text pos="29,9">@string/title</text>
|
|
|
<imgbtn name="btn_close" skin="_skin.sys.btn.close" pos="-45,0" tip="close" animate="1"/>
|
|
|
- <imgbtn name="btn_max" skin="_skin.sys.btn.maximize" pos="-83,0" animate="1" />
|
|
|
<imgbtn name="btn_restore" skin="_skin.sys.btn.restore" pos="-83,0" show="0" animate="1" />
|
|
|
- <imgbtn name="btn_min" skin="_skin.sys.btn.minimize" pos="-121,0" animate="1" />
|
|
|
</caption>
|
|
|
<window pos="5,[2,-5,-5">
|
|
|
- <text pos="|0,|0" offset="-0.5,-0.5">登录编译系统</text>
|
|
|
- <button pos="|0,[" inset="4,4,4,4" name="zh_cn" offset="-1.1,0" text="lang_cn"/>
|
|
|
- <button pos="|0,[" inset="4,4,4,4" name="jp" offset="-1.1,0" text="lang_jp"/>
|
|
|
- <button pos="|0,[" inset="4,4,4,4" name="my_btn" offset="-1.1,0" text="my_btn"/>
|
|
|
+ <text pos="%30,%35" offset="-0.5,-0.5">账号</text>
|
|
|
+ <edit pos="[10,{-6,@120,@30" readOnly="0" cueText="请输入账号"></edit>
|
|
|
+ <text pos="%30,%50" offset="-0.5,-0.5">密码</text>
|
|
|
+ <edit pos="[10,{-6,@120,@30" readOnly="0" password="1">请输入密码</edit>
|
|
|
+ <button pos="%45,%60" inset="4,4,4,4" name="btn_login" offset="-1.1,0" text="登录"/>
|
|
|
+ <button pos="%75,%60" inset="4,4,4,4" name="btn_cancel" offset="-1.1,0" text="取消"/>
|
|
|
</window>
|
|
|
</root>
|
|
|
</SOUI>
|