update.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Window size="520,410" caption="0,0,0,36" roundcorner="4,4" >
  3. <Font shared="true" id="0" name="微软雅黑" size="20" />
  4. <VerticalLayout bkimage="file='Dialog_BG2.png' corner='4,48,4,4'" >
  5. <HorizontalLayout height="44">
  6. <Label text="自动更新" width="200" height="44" valign="center" padding="10,0,0,0" textcolor="#FFFFFFFF"/>
  7. <Control />
  8. <Button name="closebtn" width="42" height="18" padding="0,6,0,0" tooltip="退出软件" normalimage="file='frame_btn_close_normal.bmp' mask='#FFFF00FF'" hotimage="file='frame_btn_close_hot.bmp' mask='#FFFF00FF'" pushedimage="file='frame_btn_close_down.bmp' mask='#FFFF00FF'"/>
  9. </HorizontalLayout>
  10. <HorizontalLayout height="80">
  11. <Control></Control>
  12. <HorizontalLayout bkimage="file='logo_guanwang.png'" width="202" height="43" padding="0,18,0,0"></HorizontalLayout>
  13. <Control></Control>
  14. </HorizontalLayout>
  15. <Control height="60" />
  16. <HorizontalLayout height="50">
  17. <Control></Control>
  18. <Progress name="update_progress" width="400" height="7" foreimage="file='progress_fore.png'" bkimage="file='progress_back.png'" min="0" max="100" value="0" maxheight="7" maxwidth="400"/>
  19. <Control></Control>
  20. </HorizontalLayout>
  21. <Label text="正在下载最新版本安装包..." align="center" padding="0,10,0,0"/>
  22. <HorizontalLayout padding="0,0,0,15">
  23. <Control></Control>
  24. <Button name="guanwang" text="{u}www.zhipuzi.com{/u}" showhtml="true" width="200" align="center"/>
  25. <Control></Control>
  26. </HorizontalLayout>
  27. </VerticalLayout>
  28. </Window>