msgBox.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Window size="400,210" sizebox="0,0,0,0" mininfo="400,210" maxinfo="400,210" caption="0,0,0,30" richeditcorner="20,20,20,20">
  3. <Font id="0" name="微软雅黑" size="13" bold="false" default="true" shared="true" />
  4. <VerticalLayout width="400" height="210" bkcolor="#FFFFFFFF" inset="1,1,1,1" bordersize="1" bordercolor="0xFFCACACA">
  5. <HorizontalLayout height="30" bkcolor="0xFFCACACA">
  6. <Label name="lblTitle" textpadding="5,0,0,0" text="警告" textcolor="0xFF000000" />
  7. <HorizontalLayout width="67">
  8. <Container />
  9. <!--<Button name="btnFinishedMin" width="28" height="20" normalimage="min_normal.png" hotimage="min_hot.png" pushedimage="min_pushed.png" />-->
  10. <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'" />
  11. </HorizontalLayout>
  12. </HorizontalLayout>
  13. <Container />
  14. <HorizontalLayout height="80">
  15. <Container width="40" />
  16. <VerticalLayout width="40" >
  17. <Container />
  18. <Label bkimage="msgWarning.png" height="40" />
  19. <Container />
  20. </VerticalLayout>
  21. <Container width="10" />
  22. <Text name="lblMsg" valign="vcenter" align="left" textcolor="0xFF000000" showhtml="true"/>
  23. <Container width="20" />
  24. </HorizontalLayout>
  25. <Container />
  26. <VerticalLayout height="50">
  27. <Container height="12" />
  28. <HorizontalLayout height="27" >
  29. <Container />
  30. <Button name="btnOK" normalimage="file='ok.png' source='0,0,68,26'" pushedimage="file='ok.png' source='0,26,68,52'" hotimage="file='ok.png' source='0,52,68,78'" width="68" height="27" />
  31. <Control width="15"/>
  32. <HorizontalLayout name="hlCancel" visible="false" width="68">
  33. <Button name="btnCancel" normalimage="file='cancel.png' source='0,0,68,27'" pushedimage="file='cancel.png' source='0,27,68,54'" hotimage="file='cancel.png' source='0,54,68,81'" width="68" height="27" />
  34. </HorizontalLayout>
  35. <Container width="20" />
  36. </HorizontalLayout>
  37. </VerticalLayout>
  38. </VerticalLayout>
  39. </Window>