MusicPlayer.xml 1.83 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="700,260" caption="0,0,0,64">
	<Font id = "0" name="微软雅黑" size="28" bold="false"   />
    <VerticalLayout name="ctnPlayWnd" bkcolor="#FF070707" bkimage="reader\slider\mp3_bj.png" borderround="4,4">
		 <HorizontalLayout height="64" padding="0,18,0,0">
				<VerticalLayout />
				<Button name="btnCloseBig" tooltip="关闭" width="30" height="30" padding="8,16,0,0"  align="center" normalimage="reader\play\audio_close.png" />
				<VerticalLayout width="40" />
		 </HorizontalLayout>

        <HorizontalLayout height="100" padding="24,0,0,0">
			<Option name="btnPlay" width="80" height="80" padding="8,10,0,0" align="center" selected="false" normalimage="reader\play\audio_play_pause.png" selectedimage="reader\play\audio_play.png" />
			<VerticalLayout width="300" padding="20,0,0,0">
                  <Slider name="sliderPlay" height="40" bkimage="reader\slider\SliderBack.png" padding="8,30,0,0" align="center" foreimage="reader\slider\SliderFore.png" min="0" max="2000" 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="40,40" />
               </VerticalLayout>
              
			     <Label name="labelPlayTime_current" width="100" height="36" padding="10,32,0,0" textcolor="#FF48ACFB"  font="0" align="center" />
                <Label name="labelPlayTime" width="100" height="36" padding="0,32,0,0" textcolor="#FF85909F" disabledtextcolor="#FFA7A6AA" font="0" align="center" />
              
		</HorizontalLayout>

		<HorizontalLayout height="60">
			<Text  name="note_text"   align="center" font="0"   textcolor="#FFA6AFBA" textpadding="50,0,0,0" width="600"/>
        </HorizontalLayout>
    </VerticalLayout>
</Window>