<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Window size="350,150" caption="0,0,0,32"> <Font id = "0" name="微软雅黑" size="12" bold="false" /> <VerticalLayout name="ctnPlayWnd" bkcolor="#FF070707" bkimage="reader\slider\mp3_bj.png" borderround="4,4"> <HorizontalLayout height="32" padding="0,9,0,0"> <VerticalLayout /> <Button name="btnCloseBig" tooltip="关闭" width="15" height="15" padding="4,8,0,0" align="center" normalimage="reader\play\audio_close.png" /> <VerticalLayout width="20" /> </HorizontalLayout> <HorizontalLayout height="50" padding="12,0,0,0"> <Option name="btnPlay" width="40" height="40" padding="4,5,0,0" align="center" selected="false" normalimage="reader\play\audio_play_pause.png" selectedimage="reader\play\audio_play.png" /> <VerticalLayout width="150" padding="10,0,0,0"> <Slider name="sliderPlay" height="20" bkimage="reader\slider\SliderBack.png" padding="4,15,0,0" align="center" foreimage="reader\slider\SliderFore.png" min="0" max="1000" value="0" hor="true" thumbhotimage="file='reader\slider\SliderBar.png' source='21,0,41,20'" thumbpushedimage="file='reader\slider\SliderBar.png' source='42,0,62,20'" thumbsize="20,20" /> </VerticalLayout> <Label name="labelPlayTime_current" width="50" height="18" padding="5,16,0,0" textcolor="#FF48ACFB" font="0" align="center" /> <Label name="labelPlayTime" width="50" height="18" padding="0,16,0,0" textcolor="#FF85909F" disabledtextcolor="#FFA7A6AA" font="0" align="center" /> </HorizontalLayout> <HorizontalLayout height="50"> <Text name="note_text" align="center" font="0" textcolor="#FFA6AFBA" textpadding="10,0,0,0" width="330" endellipsis="true" autocalcwidth="true" wordbreak="true" /> </HorizontalLayout> </VerticalLayout> </Window>