2160_1440main_title.xml 2.64 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 34
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window>
	<Font id = "0" name="宋体" size="48" bold="false"   />
    <VerticalLayout>
        <HorizontalLayout height="72" bkcolor="#FFFFFF" >
            <VerticalLayout >
                <Label name="titleico" float="true" pos="10,6,70,66"  width="60" height="60" align="center" bkimage="logo.png"/>
                <Label  name="titlename"  float="true" pos="76,6,672,66" width="600" height="60" text="慧学在线阅读器" textcolor="#1C1C1C" font="8"/>
            </VerticalLayout>
			
            <VerticalLayout width="120">	
                <Button name="minbtn" tooltip="最小化"  float="true" pos="0,12,48,60" width="48" height="48"  align="center" normalimage="mini.png" hotimage="mini_foucs.png" pushedimage="mini_foucs.png" />
                <Button name="closebtn" tooltip="关闭" float="true" pos="52,12,100,60"  width="48" height="48"  align="center" normalimage="close.png" hotimage="close_foucs.png" pushedimage="close_foucs.png" />
            </VerticalLayout>
        </HorizontalLayout>

		<HorizontalLayout height="88">
			<VerticalLayout />
			<VerticalLayout width="1480">
					<Option name="Option01" float="true" pos="0,0,496,88" text="当前课本" width="492" height="88" font="8" bkcolor="#FFFFFFFF" selectedtextcolor="#FFFFFFFF" selectedbkcolor="#FF48ACFB" textcolor="#343C60"  align="center" bordersize="1" bordercolor="#FF48ACFB"   group="switch"  selected="true" />
					<Option name="Option02" float="true" pos="490,0,982,88" text="历史课本" width="492" font="8" height="88" textcolor="#343C60" align="center" bordersize="1" bordercolor="#FF48ACFB" bkcolor="#FFFFFFFF" selectedtextcolor="#FFFFFFFF" selectedbkcolor="#FF48ACFB" group="switch" />
					<Option name="Option03" float="true" pos="980,0,1472,88" text="资源中心" width="492" font="8" height="88" textcolor="#343C60" disabledtextcolor="#FFA7A6AA" align="center" bordersize="1" bordercolor="#FF48ACFB" bkcolor="#FFFFFFFF" selectedtextcolor="#FFFFFFFF" selectedbkcolor="#FF48ACFB" group="switch" />	
			</VerticalLayout>
			<VerticalLayout />		
			 <VerticalLayout width="222">
					 <Button name="btn_myinfocenter_or_mybook"    float="true" pos="0,22,44,66" tooltip="搜索"  align="center" width="44" height="44" normalimage="download_ok.png" hotimage="download_ok.png" pushedimage="center_click.png"/>
					<Button name="btn_myinfocenter_or_mybook"   tooltip="个人中心" pos="100,0,188,88" float="true" align="right" width="88" height="88" normalimage="center_hover.png" hotimage="center_hover.png" pushedimage="center_click.png"/>
			</VerticalLayout >
         </HorizontalLayout>

	
        
    </VerticalLayout>
</Window>