installingpage.xml 770 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 进度 -->
  4. <VerticalLayout >
  5. <VerticalLayout name="InstallingTitle" width="480" height="250" roundcorner="5,5" bkimage="file='form\pic.png'">
  6. </VerticalLayout>
  7. <VerticalLayout bkimage="form\bk_down1.png" >
  8. <Control height="60" />
  9. <Slider name="slrProgress" padding="30,0,30,0" height="3" mouse="false" foreimage="form\fg.png" bkimage="form\bg.png" thumbsize="0,0" bkcolor="#FFD8D8D8" />
  10. <HorizontalLayout height="20" padding="30,5,0,0">
  11. <Label font="0" name="progress_tip" width="150" textcolor="#FFFFFF" />
  12. <Control />
  13. <Label font="0" name="progress_pos" width="60" textalign="right" textcolor="#FFFFFF" />
  14. </HorizontalLayout>
  15. <Control />
  16. </VerticalLayout>
  17. </VerticalLayout >
  18. </Windows>