configpage.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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="false" height="130">
  9. <Control height="25" />
  10. <Label font="5" textcolor="#FFFFFF" text="安装路径:" padding="40,0,30,0" />
  11. <HorizontalLayout height="32" padding="40,6,30,0">
  12. <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" />
  13. <Control width="10" />
  14. <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" />
  15. </HorizontalLayout>
  16. <HorizontalLayout height="23" padding="40,5,80,0">
  17. <Label font="0" textcolor="#FF999999" width="150" text="所需空间:5.2GB" />
  18. <Label font="0" name="local_space" width="150" textcolor="#FF999999" />
  19. <Control />
  20. </HorizontalLayout>
  21. </VerticalLayout>
  22. <Control />
  23. <HorizontalLayout height="20" padding="95,25,0,0" >
  24. <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'"/>
  25. <Button name="btnAgreement" width="180" font="7" text="《软件许可及服务协议》" textpadding="0,0,0,0" textcolor="0xff00bb96" align="left" />
  26. <Control />
  27. </HorizontalLayout>
  28. <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="一键安装" />
  29. </VerticalLayout>
  30. <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" />
  31. <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" />
  32. <Include source="licensepage.xml" />
  33. </VerticalLayout>
  34. </Windows>