12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="utf-8"?>
- <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">
-
- <Font id="0" name="微软雅黑" size="13" bold="false" default="true" shared="true" />
-
- <VerticalLayout width="400" height="210" bkcolor="#FFFFFFFF" inset="1,1,1,1" bordersize="1" bordercolor="0xFFCACACA">
- <HorizontalLayout height="30" bkcolor="0xFFCACACA">
- <Label name="lblTitle" textpadding="5,0,0,0" text="警告" textcolor="0xFF000000" />
- <HorizontalLayout width="67">
- <Container />
- <!--<Button name="btnFinishedMin" width="28" height="20" normalimage="min_normal.png" hotimage="min_hot.png" pushedimage="min_pushed.png" />-->
- <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'" />
- </HorizontalLayout>
- </HorizontalLayout>
-
- <Container />
-
- <HorizontalLayout height="80">
- <Container width="40" />
- <VerticalLayout width="40" >
- <Container />
- <Label bkimage="msgWarning.png" height="40" />
- <Container />
- </VerticalLayout>
- <Container width="10" />
- <Text name="lblMsg" valign="vcenter" align="left" textcolor="0xFF000000" showhtml="true"/>
- <Container width="20" />
- </HorizontalLayout>
-
- <Container />
-
- <VerticalLayout height="50">
- <Container height="12" />
- <HorizontalLayout height="27" >
- <Container />
- <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" />
- <Control width="15"/>
- <HorizontalLayout name="hlCancel" visible="false" width="68">
- <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" />
- </HorizontalLayout>
- <Container width="20" />
- </HorizontalLayout>
- </VerticalLayout>
-
- </VerticalLayout>
- </Window>
|