SearchFrame.xml.bak 1.39 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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="330,250" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,100"  roundcorner="5,5">
	 <Font id = "0" name="SourceHanSansCN-Regular" size="16" bold="false"   />
	<Font id = "1" name="SourceHanSansCN-Regular" size="18" bold="false"  />
	<VerticalLayout bkcolor="#FFFFFFFF" >
		<HorizontalLayout height="40" bkcolor="#FF48ACFB">
			<VerticalLayout />
			<Label name="label_set_title" textpadding="60,0,0,0" text="搜索笔记" textcolor="#FFFFFFFF" font="1" width="200" align="center" />
			<Control />
			<HorizontalLayout width="22" padding="0,0,40,0">
				<Button name="close_button" padding="0,9,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>

		<HorizontalLayout height="50" padding="0,50,0,0" >
			<Edit name="keyword" font="0" height="30" padding="50,0,0,0" width="232" text="正文/批注" tiptextcolor="#FFCFCFCF" bkcolor="#FFFFFFFF" disabledtextcolor="#FFA7A6AA"  bordercolor="#FFCDCDCD" bordersize="1"/>
		</HorizontalLayout>
		
		
		<Button font="0" name="ok_button" width="260" height="42" padding="35,50,0,0" normalimage="reader\popup\ok_button_normal.png" hotimage="reader\popup\ok_button_pressed.png" pushedimage="reader\popup\ok_button_selected.png" />
	</VerticalLayout>
</Window>