WebViewFrame.xml 2.76 KB
<?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="18" bold="false" italic="false" />
	<VerticalLayout  inset="0,0,0,0" bkcolor="#FFFFFFFF" bordercolor="#FF48ACFB" bordersize="2">
		 <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 width="300" />
            <!--<Label  name="titlename"  padding="10,7,0,0" width="300" height="30" text="上海数字教材" textcolor="#FFFFFFFF" font="0" visible="false"/>-->
			
			 <HorizontalLayout height="44" name="web_tool">
				<Button name="cef_back" tooltip="后退"  width="44" height="44" hotimage="reader\WebViewFrame\forward_n.png"   normalimage="reader\WebViewFrame\forward.png"    pushedimage="reader\WebViewFrame\forward_p.png"  padding="20,0,0,0" disabledimage="reader\WebViewFrame\forward_c.png"/>

				<Button name="cef_forward" tooltip="前进"  width="44" height="44" hotimage="reader\WebViewFrame\back_off_n.png"   normalimage="reader\WebViewFrame\back_off.png"   pushedimage="reader\WebViewFrame\back_off_p.png" padding="20,0,0,0" disabledimage="reader\WebViewFrame\back_off_c.png"/>

				<Button name="cef_refresh" tooltip="刷新"  width="44" height="44" hotimage="reader\WebViewFrame\refresh_n.png"   normalimage="reader\WebViewFrame\refresh.png"     pushedimage="reader\WebViewFrame\refresh_p.png"   padding="20,0,0,0"/>

				<Button name="cef_home" tooltip="首页"  width="44" height="44" hotimage="reader\WebViewFrame\home_n.png" normalimage="reader\WebViewFrame\home.png"  pushedimage="reader\WebViewFrame\home_p.png"  padding="20,0,0,0"/>
			 </HorizontalLayout>

            <VerticalLayout />

			<Button name="cef_copy" tooltip="复制当前连接"  width="44" height="44" hotimage="reader\WebViewFrame\copy_link_n.png" normalimage="reader\WebViewFrame\copy_link.png"  pushedimage="reader\WebViewFrame\copy_link_p.png"  padding="20,0,0,0"/>

			<Button name="open_system" tooltip="使用外部浏览器打开"  width="44" height="44" hotimage="reader\WebViewFrame\outer_e_n.png" normalimage="reader\WebViewFrame\outer_e.png"  pushedimage="reader\WebViewFrame\outer_e_n.png" padding="20,0,0,0" />
           
        </HorizontalLayout>
		

		<Progress name="Progress"   width="1920" height="5"  min="0" max="1000"  hor="true" align="center" foreimage="public\process.png"/>


		<!--<WebBrowser name="ie" clsid="{8856F961-340A-11D0-A96B-00C04FD705A2}" delaycreate="false"/>  -->
		<CefWebkit name="browser" delaycreate="false" />
	</VerticalLayout>
</Window>