uninstallfinishpage.xml 546 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 完成 -->
  4. <VerticalLayout >
  5. <VerticalLayout width="570" height="314" bkimage="file='uninstall_bg3.png'">
  6. </VerticalLayout>
  7. <VerticalLayout bkimage="file='bgbottom.png' corner='10,0,10,10'" >
  8. <Button name="btnUninstalled" padding="240,16,0,0" normalimage="file='uninst_ok.png' source='0,0,93,32' " hotimage="file='uninst_ok.png' source='0,32,93,64'" pushedimage="file='uninst_ok.png' source='0,64,93,96'" width="93" height="32"/>
  9. </VerticalLayout>
  10. </VerticalLayout>
  11. </Windows>