uninstallfinishpage.xml 1.0 KB

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 完成 -->
  4. <VerticalLayout >
  5. <VerticalLayout width="480" height="250" roundcorner="5,5" bkimage="file='form\unnstall_pic.png'">
  6. </VerticalLayout>
  7. <VerticalLayout bkimage="form\bk_down1.png" >
  8. <HorizontalLayout padding="30,45,0,0" height="30" >
  9. <Control width="260" />
  10. <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"/>
  11. <Control width="10" />
  12. <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"/>
  13. <Control width="20" />
  14. </HorizontalLayout>
  15. </VerticalLayout>
  16. </VerticalLayout>
  17. </Windows>