msgBox_backup.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Window size="408,287" sizebox="0,0,0,0" mininfo="408,287" maxinfo="408,287" caption="0,0,0,30" richeditcorner="20,20,20,20">
  3. <Font id="0" name="微软雅黑" size="13" bold="false" default="true" shared="true" />
  4. <Font id="1" name="微软雅黑" size="14" bold="true" shared="true" />
  5. <VerticalLayout width="408" height="287" bkimage="file='form\bk_down2.png'" inset="1,1,1,1" >
  6. <HorizontalLayout height="30" bkimage="file='form\bk_down.png'">
  7. <Label name="lblTitle" textpadding="5,0,0,0" text="" textcolor="#FFFFFFFF"/>
  8. <HorizontalLayout width="67">
  9. <Container />
  10. <!--<Button name="btnFinishedMin" width="28" height="20" normalimage="min_normal.png" hotimage="min_hot.png" pushedimage="min_pushed.png" />-->
  11. <Button name="btnClose" width="29" height="26" normalimage="file='close1.png' source='0,0,29,26'" hotimage="file='close1.png' source='0,26,29,52'" pushedimage="file='close1.png' source='0,52,29,78'" />
  12. </HorizontalLayout>
  13. </HorizontalLayout>
  14. <Container />
  15. <HorizontalLayout height="80" >
  16. <Container width="40" />
  17. <Container width="10" />
  18. <Text name="lblMsg" valign="vcenter" align="left" textcolor="#FFFFFFFF" showhtml="true"/>
  19. <Container width="20" />
  20. </HorizontalLayout>
  21. <Container />
  22. <HorizontalLayout padding="220,45,0,0" height="50" >
  23. <Button name="backupBtnOK" font="1" text="我 知 道 了" textcolor="#FFFFFFFF" 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" />
  24. <!-- <Control width="10" /> -->
  25. <!-- <Button name="gotouninstall" font="1" text="继续卸载" textcolor="#FFFFFFFF" 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" /> -->
  26. <Control width="20" />
  27. </HorizontalLayout>
  28. </VerticalLayout>
  29. </Window>