| 12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <!-- 完成 -->
- <VerticalLayout >
- <VerticalLayout width="480" height="250" roundcorner="5,5" bkimage="file='form\unnstall_pic.png'">
- </VerticalLayout>
- <VerticalLayout bkimage="form\bk_down1.png" >
- <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>
|