uninstallpage.xml 1.6 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <VerticalLayout >
  4. <VerticalLayout name="unInstallTitle" width="480" height="250" roundcorner="5,5" bkimage="">
  5. </VerticalLayout>
  6. <VerticalLayout bkimage="form\bk_down1.png" >
  7. <Label name="unInstallPrompt" font="8" width="480" height="25" padding="30,30,0,0" textcolor="#FFFFFF" text="" />
  8. <HorizontalLayout padding="30,45,0,0" height="30" >
  9. <CheckBox name="chkbox_userdata" width="200" heigh="20" padding="0,6,0,0" font="7" text="" textcolor="#FFFFFF" selected="true" valign="center" align="left" textpadding="20,-3,0,0" normalimage="file='public/CheckBox/check_no.png' dest='0,2,16,18'" normalhotimage="file='public/CheckBox/check_no.png' dest='0,2,16,18'" selectedimage="file='public/CheckBox/check_yes.png' dest='0,2,16,18'" selectedhotimage="file='public/CheckBox/check_yes.png' dest='0,2,16,18'"/>
  10. <Control />
  11. <Button name="btnUnInstall" 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="btnUnClose" 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. <Control height="10" />
  17. </VerticalLayout>
  18. </VerticalLayout>
  19. </Windows>