installingpage.xml 701 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 进度 -->
  4. <VerticalLayout >
  5. <VerticalLayout width="570" height="345">
  6. <ImageShow images="bg1.png bg2.png" imagecount="2" loop="true" width="570" height="345" />
  7. </VerticalLayout>
  8. <VerticalLayout bkimage="file='bgbottom.png' corner='10,0,10,10'" >
  9. <Control height="10" />
  10. <Slider name="slrProgress" padding="25,0,0,0" height="10" width="520" mouse="false" foreimage="process_top.png" bkimage="process_bottom.png" thumbsize="0,0" bkcolor="#FFD8D8D8" />
  11. <Label name="processname" padding="25,0,0,0" height="40" text="安装中 ..." font="5" align="left" textcolor="0xFF000000"/>
  12. </VerticalLayout>
  13. </VerticalLayout >
  14. </Windows>