MusicPlayer.xml.bak 1.88 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<?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=&apos;reader\slider\SliderBar.png&apos; source=&apos;21,0,41,20&apos;" thumbpushedimage="file=&apos;reader\slider\SliderBar.png&apos; source=&apos;42,0,62,20&apos;" 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>