configpage.xml 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 安装目录 -->
  4. <VerticalLayout>
  5. <VerticalLayout width="570" height="247" bkimage="file='uninstall_bg1.png'">
  6. <VerticalLayout bkimage="file='bgtop.png'"></VerticalLayout>
  7. </VerticalLayout>
  8. <VerticalLayout bkimage="file='bgbottom.png' corner='10,0,10,10'" >
  9. <Button name="btnInstall" padding="165,35,0,0" font="2" normalimage="file='install.png' source='0,0,240,38'" hotimage="file='install.png' source='0,38,240,76'" pushedimage="file='install.png' source='0,76,240,114'" height="38" width="240" />
  10. <VerticalLayout name="moreconfiginfo" visible="false" padding="100,34,0,0" width="380" height="70">
  11. <HorizontalLayout height="26" >
  12. <RichEdit name="editDir" text="" textcolor="0xFF000000" inset="5,7,2,2" bkcolor="#ffffffff" autohscroll="false" bordervisible="true" bordersize="1" bordercolor="0xFFD1D1D1" focusbordercolor="0xFFD1D1D1" wantreturn="false" wantctrlreturn="false" multiline="false" width="300" />
  13. <Control width="6" />
  14. <Button name="btnSelectDir" normalimage="file='modify.png' source='0,0,68,26'" pushedimage="file='modify.png' source='0,26,68,52'" hotimage="file='modify.png' source='0,52,68,78'" width="68" height="26" />
  15. </HorizontalLayout>
  16. <Control height="10"/>
  17. <HorizontalLayout height="23" >
  18. <CheckBox name="chkShotcut" width="95" text="生成快捷方式" textcolor="#FF000000" selected="true" valign="center" align="left" textpadding="18,2,0,0" normalimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" normalhotimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" selectedimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'" selectedhotimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'"/>
  19. <Control width="30"/>
  20. <CheckBox name="chkQuickStart" width="125" text="添加到快速启动栏" textcolor="#FF000000" selected="true" valign="center" align="left" textpadding="18,2,0,0" normalimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" normalhotimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" selectedimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'" selectedhotimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'"/>
  21. <Control width="30"/>
  22. <CheckBox name="chkAutoRun" width="100" text="开机自动启动" textcolor="#FF000000" selected="false" valign="center" align="left" textpadding="18,2,0,0" normalimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" normalhotimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" selectedimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'" selectedhotimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'"/>
  23. </HorizontalLayout>
  24. </VerticalLayout>
  25. <Control />
  26. <HorizontalLayout height="23" >
  27. <Control width="15" />
  28. <CheckBox name="chkAgree" width="115" text="我已经阅读并同意" textcolor="#FF000000" selected="true" valign="center" align="left" textpadding="18,2,0,0" normalimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" normalhotimage="file='checkbox.png' source='0,0,13,13' dest='0,6,13,19'" selectedimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'" selectedhotimage="file='checkbox.png' source='0,26,13,39' dest='0,6,13,19'"/>
  29. <Button name="btnAgreement" width="140" text="《用户许可协议》" textpadding="0,3,0,0" textcolor="0xFF2786e4" align="left" />
  30. <Control />
  31. <Button name="btnShowMore" normalimage="file='arrow_down.png' source='0,0,15,15' dest='0,5,15,20'" hotimage="file='arrow_down.png' source='0,15,15,30' dest='0,5,15,20'" pushedimage="file='arrow_down.png' source='0,30,15,45' dest='0,5,15,20'" width="90" text="自定义选项" textpadding="20,1,0,0" textcolor="0xFF2786e4" align="left"/>
  32. <Button name="btnHideMore" visible="false" normalimage="file='arrow_up.png' source='0,0,15,15' dest='0,5,15,20'" hotimage="file='arrow_up.png' source='0,15,15,30' dest='0,5,15,20'" pushedimage="file='arrow_up.png' source='0,30,15,45' dest='0,5,15,20'" width="90" text="自定义选项" textpadding="20,1,0,0" textcolor="0xFF2786e4" align="left" />
  33. <Control width="15" />
  34. </HorizontalLayout>
  35. <Control height="10" />
  36. </VerticalLayout>
  37. <Include source="licensepage.xml" />
  38. </VerticalLayout>
  39. </Windows>