<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Window size="492, 270" caption="0,0,0,80" bktrans="true"> <Font id = "0" name="微软雅黑" size="18" bold="false" /> <Font id = "0" name="微软雅黑" size="24" bold="false" /> <VerticalLayout bkcolor="#FFFFFFFF" bordercolor="#FF48ACFB" bordersize="2"> <HorizontalLayout height="40" bkcolor="#FF48ACFB"> <VerticalLayout /> <Label name="msg_title_label" textpadding="0,6,0,0" text="正在下载中" textcolor="#FFFFFFFF" font="1" align="center" /> <VerticalLayout /> </HorizontalLayout> <VerticalLayout width="420"> <HorizontalLayout name="msg_content_layout" width="420" height="100" padding="36,30,0,0"> <Progress name="ProgressDemo1" text="Progress"width="400" height="30" bkcolor="#FFFF0000" foreimage="reader\slider\SliderFore.png" min="0" max="100" value="0" hor="true" align="center" /> </HorizontalLayout> </VerticalLayout> </VerticalLayout> </Window>