| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <!-- 完成 -->
- <VerticalLayout >
- <VerticalLayout name="unInstallFinishTitle" width="480" height="250" roundcorner="5,5" bkimage="file='form\unnstall_pic.png'">
- </VerticalLayout>
- <VerticalLayout bkimage="form\bk_down1.png" >
- <Label name="unInstallFinishPrompt" font="7" width="430" height="25" padding="30,30,0,0" textcolor="#FFFFFF" text="" />
- <HorizontalLayout padding="30,45,0,0" height="30" >
- <Control width="260" />
- <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"/>
- <Control width="10" />
- <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"/>
- <Control width="20" />
- </HorizontalLayout>
-
- </VerticalLayout>
- </VerticalLayout>
- </Windows>
|