<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="352, 193" caption="0,0,0,30" bktrans="true">
	<Font id = "0" name="微软雅黑" size="13" bold="false"   />
	<Font id = "1" name="微软雅黑" size="17" bold="false"   />
    <VerticalLayout  bkcolor="#FFFFFFFF"  bordercolor="#FF48ACFB" bordersize="2">
		<HorizontalLayout height="30" bkcolor="#FF48ACFB">
			<VerticalLayout />
			<Label name="msg_title_label" textpadding="0,6,0,0" text="系统提示" textcolor="#FFFFFFFF" font="1"  align="center" />
			<VerticalLayout />				
		</HorizontalLayout>

            <HorizontalLayout name="msg_content_layout" width="300" height="93"  padding="26,22,0,0">
				<HorizontalLayout>
					<Label name="msg_warn" height="28" width="28" padding="7,14,0,0" bkimage="common\msg_warn.png" visible="false"/>
					<Label name="msg_ok" height="28" width="28" padding="7,14,0,0" bkimage="common\msg_ok.png" visible="false"/>
					<Label name="msg_error" height="28" width="28" padding="7,14,0,0" bkimage="common\msg_error.png" visible="false"/>
					<Text name="msg_content_label" align="left" wordbreak="true" autocalcwidth="true" padding="7,7,0,0" font="0" height="170" width="214" textcolor="#FF000000" textpadding="5,10,0,0"/>
				</HorizontalLayout>				
			</HorizontalLayout>
			<HorizontalLayout name="msg_result_layout_1" visible="false" height="36">	
				<VerticalLayout />	
				<Button name="msg_ok_button" width="72" height="28" padding="0,7,0,0"  align="center" text="关闭" font="1" bkcolor="#FF48ACFB" textcolor="#FFFFFFFF" borderround="4,4" ></Button>
				<VerticalLayout />	
			</HorizontalLayout>
			<HorizontalLayout name="msg_result_layout_2" visible="false" height="36">	
				<VerticalLayout />	
				<Button name="msg_ok_button_ok" width="72" height="28" padding="0,10,0,0"  align="center" text="确定" font="1" bkcolor="#FF48ACFB" textcolor="#FFFFFFFF" borderround="4,4" ></Button>
				<Button name="msg_close" width="72" height="28" padding="22,7,0,0"  align="center" text="关闭" font="1" bkcolor="#FFDCDCDC" textcolor="#FFFFFFFF" borderround="4,4" ></Button>
				<VerticalLayout />	
			</HorizontalLayout>
    </VerticalLayout>
</Window>