finishpage.xml 530 B

123456789101112
  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="btnRun" padding="210,50,0,0" text="安装完成" font="2" bkcolor="0xFF3BD02C" textcolor="0xFFFFFFFF" borderround="4,4" height="50" width="160" />
  10. </VerticalLayout>
  11. </VerticalLayout>
  12. </Windows>