configpage.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 安装目录 -->
  4. <VerticalLayout>
  5. <VerticalLayout width="480" height="250" roundcorner="5,5" bkimage="file='form\pic.png'">
  6. </VerticalLayout>
  7. <VerticalLayout bkimage="form\bk_down1.png" >
  8. <VerticalLayout name="moreconfiginfo" bkimage="form\bk_down.png" visible="true" height="130">
  9. <Control height="25" />
  10. <HorizontalLayout height="23" padding="40,0,30,0">
  11. <Label font="5" textcolor="#FFFFFF" text="Installation Path:" width="120" padding="" />
  12. <Label font="5" textcolor="#AC754D" text="(安装路径只能使用英文、不能有空格)" padding="5,0,30,0" />
  13. </HorizontalLayout>
  14. <HorizontalLayout height="32" padding="40,6,30,0">
  15. <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" />
  16. <Control width="10" />
  17. <Button name="btnSelectDir" width="40" height="32" normalimage="form\btn_path_normal.png" hotimage="form\btn_path_hovered.png" pushedimage="form\btn_path_pressed.png" />
  18. </HorizontalLayout>
  19. <HorizontalLayout height="23" padding="40,5,80,0">
  20. <Label font="0" textcolor="#FF999999" width="150" text="所需空间:5.2GB" />
  21. <Label font="0" name="local_space" width="150" textcolor="#FF999999" />
  22. <Control />
  23. </HorizontalLayout>
  24. </VerticalLayout>
  25. <Control />
  26. <HorizontalLayout height="20" padding="95,25,0,0" >
  27. <!-- <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'"/>
  28. <Button name="btnAgreement" width="180" font="7" text="《软件许可及服务协议》" textpadding="0,0,0,0" textcolor="0xff00bb96" align="left" />
  29. <Control /> -->
  30. </HorizontalLayout>
  31. <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="一键安装" />
  32. </VerticalLayout>
  33. <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" />
  34. <Button float="true" visible="false" inset="0,5,5,0" pos="220,230,260,270" name="btnHideMore" width="40" height="40" normalimage="form\btn_up_normal.png" hotimage="form\btn_up_hovered.png" pushedimage="form\btn_up_pressed.png" />
  35. <Include source="licensepage.xml" />
  36. </VerticalLayout>
  37. </Windows>