msgBox_backup.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <VerticalLayout width="40" >
  18. <Container />
  19. <Label bkimage="msgWarning.png" height="40" />
  20. <Container />
  21. </VerticalLayout>
  22. <Container width="10" />
  23. <Text name="lblMsg" valign="vcenter" align="left" textcolor="#FFFFFFFF" showhtml="true"/>
  24. <Container width="20" />
  25. </HorizontalLayout>
  26. <Container />
  27. <HorizontalLayout padding="220,45,0,0" height="50" >
  28. <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" />
  29. <!-- <Control width="10" /> -->
  30. <!-- <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" /> -->
  31. <Control width="20" />
  32. </HorizontalLayout>
  33. </VerticalLayout>
  34. </Window>