setup_form.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Window size="480,180" caption="0,0,0,250">
  3. <Box width="480" height="auto">
  4. <VBox height="auto">
  5. <VBox bkimage="pic.png" height="250">
  6. <HBox height="34" padding="10,0,5,0" >
  7. <Control />
  8. <Button class="btn_wnd_min_white" name="minbtn" margin="10,6,0,0"/>
  9. <Button class="btn_wnd_close_white" name="closebtn" margin="5,6,0,0"/>
  10. </HBox>
  11. </VBox>
  12. <Box height="auto" minheight="140" bkcolor="bk_wnd_mainwhite">
  13. <VBox name="setup_1" height="auto" minheight="140" >
  14. <VBox name="setup_path" bkimage="bk_down.png" height="0" clip="true">
  15. <Control height="25" />
  16. <Label font="2" normaltextcolor="darkcolor" text="安装路径:" margin="40,0,30,0" />
  17. <HBox height="32" margin="40,6,30,0" >
  18. <RichEdit class="simple prompt" name="edit_path" font="2" padding="10,2,2,2" bkimage="../public/edit/edit0.png" align="vcenter"/>
  19. <Control width="10" />
  20. <Button name="custom_path" width="40" height="32" normalimage="btn_path_normal.png" hotimage="btn_path_hovered.png" pushedimage="btn_path_pressed.png" />
  21. </HBox>
  22. <HBox margin="40,7,80,0" >
  23. <Label font="1" normaltextcolor="lightcolor" text="所需空间:1G" />
  24. <Label font="1" name="local_space" normaltextcolor="lightcolor" margin="14,0,0,0"/>
  25. <Control />
  26. <Label font="1" name="path_err_tip" normaltextcolor="tip" />
  27. </HBox>
  28. </VBox>
  29. <VBox name="fast_setup" minheight="120" padding="95,0,0,30">
  30. <Control />
  31. <HBox width="290" height="18" >
  32. <CheckBox class="checkbox_font14" name="chkbox_read" align="vcenter" text="我已经阅读并认可" normaltextcolor="darkcolor" selected="true"/>
  33. <Button name="btn_readme" cursortype="hand" font="2" align="vcenter" normaltextcolor="green" text="《软件许可及服务协议》"/>
  34. </HBox>
  35. <Button name="setup" width="290" height="40" normalimage="btn_installation_normal.png" hotimage="btn_installation_hovered.png" pushedimage="btn_installation_pressed.png" disabledimage="btn_installation_disable.png" font="7" normaltextcolor="white" disabledtextcolor="white" margin="0,10,0,0" text="一键安装"/>
  36. </VBox>
  37. </VBox>
  38. <VBox name="setup_2" height="140" padding="30,66,30,0" visible="false">
  39. <Progress name="progress" halign="center" valign="center" value="0" bkimage="bg.png" height="3" width="stretch" hor="true" max="100" min="0" progressimage="fg.png"/>
  40. <HBox margin="0,7,0,0" >
  41. <Label font="1" name="progress_tip" width="auto" normaltextcolor="dark2color" text="正在安装" />
  42. <Control />
  43. <Label font="1" name="progress_pos" width="auto" normaltextcolor="dark2color" />
  44. </HBox>
  45. </VBox>
  46. </Box>
  47. </VBox>
  48. <CheckBox name="btn_path" width="40" height="40" normalimage="btn_down_normal.png" hotimage="btn_down_hovered.png" pushedimage="btn_down_pressed.png" selectednormalimage="btn_up_normal.png" selectedhotimage="btn_up_hovered.png" selectedpushedimage="btn_up_pressed.png" halign="center" margin="0,229,0,0" />
  49. </Box>
  50. </Window>