configpage.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 安装目录 -->
  4. <VerticalLayout>
  5. <VerticalLayout name="configPageTitle" width="480" height="250" roundcorner="5,5" bkimage="">
  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. <HorizontalLayout height="23" padding="40,0,30,0">
  11. <Label font="5" textcolor="#FFFFFF" name="configInstallPath" text="" width="120" padding="" />
  12. <Label font="10" textcolor="#FA993F" name="configInstallPathTip" 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,0,0">
  20. <Label font="0" name="configUseSpace" textcolor="#FF999999" width="150" text="" />
  21. <Label font="0" name="local_space" width="300" textcolor="#FF999999" />
  22. <Control />
  23. </HorizontalLayout>
  24. </VerticalLayout>
  25. <Control />
  26. <HorizontalLayout height="20" padding="165,25,0,0" >
  27. <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'"/>
  28. </HorizontalLayout>
  29. <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" />
  30. <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="" />
  31. </VerticalLayout>
  32. <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" />
  33. <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" />
  34. <Include source="licensepage.xml" />
  35. </VerticalLayout>
  36. </Windows>