CompositeResPreFrame.xml 3.23 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 27 28 29 30 31 32 33
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

<Window size="600,500" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,44"  >
	<Font name="微软雅黑" id="0" size="20" bold="false" italic="false" />
	<Font name="微软雅黑" id="1" size="16" bold="false" italic="false" />
	 <Default name="VScrollBar" value="button1normalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,0,16,16&apos;&quot; button1hotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,0,32,16,16&apos;&quot; button1pushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,0,48,16&apos;&quot; button2normalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,32,16,48&apos;&quot; button2hotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,32,32,48&apos;&quot; button2pushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,32,48,48&apos;&quot; thumbnormalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,48,16,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbhotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,48,32,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbpushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,48,48,64&apos; corner=&apos;0,2,0,2&apos;&quot; bknormalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,16,16,32&apos;&quot;" />
	<VerticalLayout  inset="0,0,0,0" bkcolor="#FFFFFFFF" >
		 <HorizontalLayout height="44" bkcolor="#FF000000" >
			 <Button name="closebtn" tooltip="关闭" padding="20,0,0,0"  width="44" height="44"  align="center" hotimage="reader\WebViewFrame\return_e_n.png" normalimage="reader\WebViewFrame\return_e.png" pushedimage="reader\WebViewFrame\return_e_p.png"  />
			 <VerticalLayout />
			<Button name="hideplaylist" align="right" width="44" height="44" hotimage="reader\resview\list_z_icon_hide_n.png" normalimage="reader\resview\list_z_icon_hide.png" pushedimage="reader\resview\list_z_icon_hide_p.png" padding="10,0,0,0"/>
			<Button name="showplaylist" align="right" width="44" height="44" hotimage="reader\resview\list_z_icon_n.png" normalimage="reader\resview\list_z_icon.png" pushedimage="reader\resview\list_z_icon_p.png" padding="10,0,0,0" visible="false"/>
        </HorizontalLayout>
		
		<!--<WebBrowser name="ie" clsid="{8856F961-340A-11D0-A96B-00C04FD705A2}" delaycreate="false"/>  -->

		 <HorizontalLayout   >
			
			<CefWebkit name="browser" />
			<VerticalLayout name="hplaylist"   width="300" minwidth="300" >
				<HorizontalLayout  height="60" width="300" minwidth="300" >
						<Option name="palyList"  text="播放列表" width="150" height="60" font="1" textcolor="#FFFFFFFF"  selectedtextcolor="#FFFFFFFF" selectedbkcolor="#ff7dc597" textcolor="#343C60"  align="center"    group="reslist"  selected="true" />
						<Option name="allList"  text="播放历史" width="150" height="60" font="1" textcolor="#FFFFFFFF" selectedtextcolor="#FFFFFFFF" selectedbkcolor="#ff7dc597" textcolor="#343C60"  align="center"    group="reslist"  selected="false" />
				</HorizontalLayout>
				<List   name="resource_list" vscrollbar="true"  padding="0,-18,0,0"/>
			</VerticalLayout>

			
		</HorizontalLayout>
			 
		
	</VerticalLayout>
</Window>