|
@@ -2,14 +2,14 @@
|
|
|
<Windows>
|
|
|
<!-- 安装目录 -->
|
|
|
<VerticalLayout>
|
|
|
- <VerticalLayout width="480" height="250" roundcorner="5,5" bkimage="file='form\pic.png'">
|
|
|
+ <VerticalLayout name="configPageTitle" width="480" height="250" roundcorner="5,5" bkimage="">
|
|
|
|
|
|
</VerticalLayout>
|
|
|
<VerticalLayout bkimage="form\bk_down1.png" >
|
|
|
|
|
|
<VerticalLayout name="moreconfiginfo" bkimage="form\bk_down.png" visible="false" height="130">
|
|
|
<Control height="25" />
|
|
|
- <Label font="5" textcolor="#FFFFFF" text="安装路径:" padding="40,0,30,0" />
|
|
|
+ <Label font="5" name="configInstallPath" textcolor="#FFFFFF" text="" padding="40,0,30,0" />
|
|
|
<HorizontalLayout height="32" padding="40,6,30,0">
|
|
|
<RichEdit name="editDir" text="" textcolor="#FFFFFF" inset="5,8,2,2" bkimage="public\edit\edit1.png" autohscroll="false" bordervisible="true" bordersize="1" bordercolor="#1affffff" focusbordercolor="#1affffff" wantreturn="false" wantctrlreturn="false" multiline="false" width="360" />
|
|
|
<Control width="10" />
|
|
@@ -17,18 +17,18 @@
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
<HorizontalLayout height="23" padding="40,5,80,0">
|
|
|
- <Label font="0" textcolor="#FF999999" width="150" text="所需空间:5.2GB" />
|
|
|
- <Label font="0" name="local_space" width="150" textcolor="#FF999999" />
|
|
|
+ <Label font="0" name="configUseSpace" textcolor="#FF999999" width="150" text="" />
|
|
|
+ <Label font="0" name="local_space" width="172" textcolor="#FF999999" />
|
|
|
<Control />
|
|
|
</HorizontalLayout>
|
|
|
</VerticalLayout>
|
|
|
<Control />
|
|
|
- <HorizontalLayout height="20" padding="95,25,0,0" >
|
|
|
- <CheckBox name="chkAgree" width="125" heigh="20" font="7" text="我已经阅读并认可" textcolor="#0xffffffff" selected="false" valign="center" align="left" textpadding="20,0,0,0" normalimage="file='public/CheckBox/check_no.png' dest='0,2,16,18'" normalhotimage="file='public/CheckBox/check_no.png' dest='0,2,16,18'" selectedimage="file='public/CheckBox/check_yes.png' dest='0,2,16,18'" selectedhotimage="file='public/CheckBox/check_yes.png' dest='0,2,16,18'"/>
|
|
|
- <Button name="btnAgreement" width="180" font="7" text="《软件许可及服务协议》" textpadding="0,0,0,0" textcolor="0xff00bb96" align="left" />
|
|
|
- <Control />
|
|
|
- </HorizontalLayout>
|
|
|
- <Button name="btnInstall" padding="95,10,0,30" width="290" height="40" normalimage="form\btn_installation_normal.png" hotimage="form\btn_installation_hovered.png" pushedimage="form\btn_installation_pressed.png" disabledimage="form\btn_installation_disable.png" font="6" textcolor="0xffffffff" disabledtextcolor="0xffffffff" margin="0,10,0,0" text="一键安装" />
|
|
|
+ <HorizontalLayout height="20" padding="165,25,0,0" >
|
|
|
+ <CheckBox align="left" name="chkAgree" width="171" heigh="20" font="7" text="" textcolor="#0xffffffff" selected="false" valign="center" textpadding="20,0,0,0" normalimage="file='public/CheckBox/check_no.png' dest='0,2,16,18'" normalhotimage="file='public/CheckBox/check_no.png' dest='0,2,16,18'" selectedimage="file='public/CheckBox/check_yes.png' dest='0,2,16,18'" selectedhotimage="file='public/CheckBox/check_yes.png' dest='0,2,16,18'"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ <Button margin="0,10,0,0" padding="0,0,0,0" name="btnAgreement" font="7" text="" textpadding="0,0,0,0" textcolor="0xff00bb96" align="center" />
|
|
|
+
|
|
|
+ <Button name="btnInstall" padding="95,10,0,30" width="290" height="40" normalimage="form\btn_installation_normal.png" hotimage="form\btn_installation_hovered.png" pushedimage="form\btn_installation_pressed.png" disabledimage="form\btn_installation_disable.png" font="6" textcolor="0xffffffff" disabledtextcolor="0xffffffff" margin="0,10,0,0" text="" />
|
|
|
|
|
|
</VerticalLayout>
|
|
|
<Button float="true" inset="0,5,5,0" pos="220,230,260,270" name="btnShowMore" width="40" height="40" normalimage="form\btn_down_normal.png" hotimage="form\btn_down_hovered.png" pushedimage="form\btn_down_pressed.png" />
|