AddAttachFileSelectPageFrame.xml 1.76 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
<?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="微软雅黑" size="16" bold="false"   />
	<Font id = "1" name="微软雅黑" 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="20,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="30,50,0,0" bkcolor="#FFFFFFFF">
			<Option padding="50,0,0,0" name="left_page" width="22" height="22" normalimage="public\\check_u.png"   selectedimage="public\\check.png" group="page_select_option" selected="true"/>
			<Label  textpadding="10,-30,0,0" text="左页" textcolor="#FF000000" font="0" width="50" align="center" />
			<Option padding="50,0,0,0" name="right_page" width="22" height="22" normalimage="public\\check_u.png"   selectedimage="public\\check.png" group="page_select_option"/>
			<Label  textpadding="10,-30,0,0" text="右页" textcolor="#FF000000" font="0" width="50" align="center" />
		</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>