| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <VerticalLayout >
- <VerticalLayout name="unInstallTitle" width="480" height="250" roundcorner="5,5" bkimage="">
-
- </VerticalLayout>
- <VerticalLayout bkimage="form\bk_down1.png" >
-
- <Label name="unInstallPrompt" font="8" width="480" height="25" padding="30,30,0,0" textcolor="#FFFFFF" text="" />
- <HorizontalLayout padding="30,45,0,0" height="30" >
- <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'"/>
- <Control />
- <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"/>
- <Control width="10" />
- <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"/>
- <Control width="20" />
- </HorizontalLayout>
- <Control height="10" />
- </VerticalLayout>
- </VerticalLayout>
- </Windows>
|