BrowseFrame.xml 962 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="1600,1200" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,140"  roundcorner="5,5">
	 <Font id = "0" name="微软雅黑" size="32" bold="false"   />
	<Font id = "1" name="微软雅黑" size="36" bold="false"  />
	<VerticalLayout  inset="0,0,0,0" bkcolor="#FFFFFFFF">
		<HorizontalLayout height="100" bkcolor="#FF48ACFB">
			<Label  font="0" width="160" padding="520,20,0,0" text="标签管理" font="1" textcolor="#FFFFFFFF"></Label>
			<Button name="close_button" padding="400,40,0,0" height="44" width="44" normalimage="reader\popup\close_button.png" hotimage="reader\popup\close_button.png" pushedimage="reader\popup\close_button.png" />	
		</HorizontalLayout>

		 <HorizontalLayout name="practise_web" padding="0,20,0,0"  height="1000" bkcolor="#FFFFFFFF" >
                  <CefWebkit name="browser" delaycreate="false" />
           </HorizontalLayout>
		
	</VerticalLayout>
</Window>