|
|
@@ -1,22 +1,22 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<Window size="700,369" caption="0,0,0,36" roundcorner="4,4" >
|
|
|
+<Window size="700,450" caption="0,0,0,44" roundcorner="4,4" >
|
|
|
<Font id="0" name="微软雅黑" size="26" />
|
|
|
<Font id="1" name="微软雅黑" size="32" />
|
|
|
|
|
|
- <VerticalLayout bkcolor="#FFFFFFFF">
|
|
|
- <HorizontalLayout height="50" inset="10,2,10,0">
|
|
|
- <Label name="memo_dlg_title" text="" align="center" valign="center" padding="0,20,0,0" font="0"/>
|
|
|
+ <VerticalLayout bkimage="shoukuan_bkg.png" >
|
|
|
+ <HorizontalLayout name="shoukuan_title_bkg" height="44" bkcolor="0xFF3CB371">
|
|
|
+ <Label name="memo_dlg_title" text="" height="44" align="center" valign="center" padding="0,0,0,0" textcolor="#FFFFFFFF" font="2"/>
|
|
|
+ <Button name="closebtn" keyboard="false" padding="0,13,15,0" width="16" height="16" normalimage="file='close_normal.png'" hotimage="file='close_hover.png'" pushedimage="file='close_normal.png'"/>
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
<Label name="name" text="请输入会员手机号" height="30" width="150" padding="30,50,0,0" align="left"/>
|
|
|
|
|
|
- <Edit name="content" width="250" height="50" tipvalue="1111" padding="30,20,0,0" textcolor="0xFF3CB371" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" font="1"/>
|
|
|
+ <Edit name="content" width="300" height="50" tipvalue="1111" padding="30,30,0,0" textcolor="0xFF3CB371" bkcolor="#FFF2F2F2" nativebkcolor="#FFF2F2F2" font="1"/>
|
|
|
|
|
|
- <Label name="errinfo" text="哈哈哈哈" height="60" width="250" float="true" pos="30,230,280,290" align="left" textcolor="#FFFF0000" visible="false"/>
|
|
|
+ <Label name="errinfo" text="" height="60" width="250" float="true" pos="30,200,280,290" align="left" textcolor="#FFFF0000" visible="false"/>
|
|
|
|
|
|
<HorizontalLayout height="56" valign="center" padding="30,80,0,20">
|
|
|
- <Button name="quit" align="center" width="100" height="45" padding="0,20,0,0" text="取消" normalimage="file='Btn_White.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_White_Click.png' corner='5,5,5,5'" />
|
|
|
- <Button name="save" align="center" width="100" height="45" padding="20,20,90,0" text="确认" normalimage="file='Btn_White.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_White_Click.png' corner='5,5,5,5'" />
|
|
|
+ <Button name="save" align="center" text="确认" font="2" textcolor="#FFFFFFFF" height="50" width="300" padding="0,0,0,0" normalimage="file='Btn_Green.png' corner='5,5,5,5'" hotimage="file='Btn_Green_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" />
|
|
|
</HorizontalLayout>
|
|
|
</VerticalLayout>
|
|
|
</Window>
|