uninstallfinishpage.xml 1.1 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 完成 -->
  4. <VerticalLayout >
  5. <VerticalLayout name="unInstallFinishTitle" width="480" height="250" roundcorner="5,5" bkimage="file='form\unnstall_pic.png'">
  6. </VerticalLayout>
  7. <VerticalLayout bkimage="form\bk_down1.png" >
  8. <Label name="unInstallFinishPrompt" font="7" width="430" height="25" padding="30,30,0,0" textcolor="#FFFFFF" text="" />
  9. <HorizontalLayout padding="30,45,0,0" height="30" >
  10. <Control width="260" />
  11. <Button name="btnUninstalled" font="6" text="" textcolor="#00C8AF" bkcolor="#252526" normalimage="file='form/confim_uninstall_normal.png' " hotimage="file='form/confim_uninstall_hotimage.png'" pushedimage="file='form/button/confim_uninstall_normal.png'" width="80" height="30"/>
  12. <Control width="10" />
  13. <Button name="btnUninstalledReboot" font="6" text="" textcolor="#FFFFFF" normalimage="file='form/cancel_uninstall_normal.png' " hotimage="file='form/cancel_uninstall_hotimage.png'" pushedimage="file='form/cancel_uninstall_normal.png'" width="80" height="30"/>
  14. <Control width="20" />
  15. </HorizontalLayout>
  16. </VerticalLayout>
  17. </VerticalLayout>
  18. </Windows>