<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Window size="800,600" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,70" roundcorner="5,5"> <Font id = "0" name="SourceHanSansCN-Regular" size="16" bold="false" /> <Font id = "1" name="SourceHanSansCN-Regular" size="18" bold="false" /> <VerticalLayout inset="0,0,0,0" bkcolor="#FFFFFFFF"> <HorizontalLayout height="50" bkcolor="#FF48ACFB"> <Label font="0" width="80" padding="260,10,0,0" text="标签管理" font="1" textcolor="#FFFFFFFF"></Label> <Button name="close_button" padding="200,20,0,0" height="22" width="22" 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,10,0,0" height="500" bkcolor="#FFFFFFFF" > <CefWebkit name="browser" delaycreate="false" /> </HorizontalLayout> </VerticalLayout> </Window>