LineNoteEditFrame.xml.bak 4.79 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="572,500" caption="0,0,0,43" >
	<Font name="微软雅黑" size="14" bold="false" italic="false" id="0" />
	<Font name="微软雅黑" size="13" bold="false" italic="false" id="1" />
	<VerticalLayout  width="572"    bordersize="1" bordercolor="#ffdce1ef"  bkcolor="#FFFFFFFF">
		<HorizontalLayout height="43">
			<Label  text="划线编辑" padding="29,0,0,0" font="0" width="143"/>
			<VerticalLayout width="364"/>
			<Button name="button_close" align="right" width="18" height="18" normalimage="reader\NoteLine\icon_cancle.png" padding="0,13,0,0"/>
		</HorizontalLayout>
		<HorizontalLayout height="1" bkcolor="#fff2f3f7" padding="1,0,1,0"/>

		<HorizontalLayout height="107">
			<VerticalLayout width="257">
				<Label  text="选择划线样式" padding="29,7,0,0" font="1" width="143" textcolor="#ffb9bcc8"/>
				<HorizontalLayout height="143" padding="29,14,0,0">
					<Option padding="0,0,0,0" name="tool_zhixian" width="39" height="39"  selectedimage="reader\NoteLine\crossed_beeline_blue.png"  group="option_select_style_line" normalimage="reader\NoteLine\crossed_beeline_gray.png" />
					<Option padding="22,0,0,0" name="tool_xuxian" width="39" height="39" selectedimage="reader\NoteLine\crossed_dashed_blue.png"  group="option_select_style_line" normalimage="reader\NoteLine\crossed_dashed_gray.png"/>
					<Option padding="22,0,0,0" name="tool_bolangxian" width="39" height="39" selectedimage="reader\NoteLine\crossed_curve_blue.png"  group="option_select_style_line" normalimage="reader\NoteLine\crossed_curve_gray.png"/>
					<Option padding="22,0,0,0" name="tool_gaoliang" width="39" height="39" selectedimage="reader\NoteLine\crossed_highlight_blue.png"  group="option_select_style_line" normalimage="reader\NoteLine\crossed_highlight_gray.png" selected="true"/>
				</HorizontalLayout>
			</VerticalLayout>
			<VerticalLayout />
			<VerticalLayout width="257">
				<Label  text="颜色" padding="14,7,0,0" font="0" width="143" textcolor="#ffb9bcc8"/>
				<HorizontalLayout height="143" padding="0,18,0,0">
					<Option padding="14,0,0,0" name="color_red" width="30" height="30" normalimage="reader/NoteLine/red_Unchecked.png" selectedimage="reader/NoteLine/red_Select.png"  selected="true" group="option_select_color" />
					<Option padding="13,0,0" name="color_yellow"  width="30" height="30" normalimage="reader/NoteLine/yellow_Unchecked.png" selectedimage="reader/NoteLine/yellow_Select.png" group="option_select_color"/>
					<Option padding="13,0,0,0" name="color_green"  width="30" height="30" normalimage="reader/NoteLine/green_Unchecked.png" selectedimage="reader/NoteLine/green_Select.png" group="option_select_color"/>
					<Option padding="13,0,0,0" name="color_blue"  width="30" height="30" normalimage="reader/NoteLine/blue_Unchecked.png" selectedimage="reader/NoteLine/blue_Select.png" group="option_select_color" />
					<Option padding="13,0,0,0" name="color_purple"  width="30" height="30" normalimage="reader/NoteLine/violet_Unchecked.png" selectedimage="reader/NoteLine/violet_Select.png" group="option_select_color" />
				</HorizontalLayout>
			</VerticalLayout>
		</HorizontalLayout>
		<HorizontalLayout height="18">
			<Label  text="添加批注" padding="29,0,0,0" font="0" align="left"  textcolor="#ffb9bcc8"/>
			<VerticalLayout />
			<Label  text="0/56" name="length_tip" padding="0,0,0,0" font="0" align="right"  textcolor="#ffb9bcc8"/>
		</HorizontalLayout>
		<HorizontalLayout height="71">
			<RichEdit font="0"  width="514" height="57" padding="29,7,0,0"bordersize="1" bordercolor="#fff2f3f7" bkcolor="#FFFFFFFF"  name="edit_text_note" visible="true" vscrollbar="true"/>
		</HorizontalLayout>

		<VerticalLayout height="143" name="label_list" padding="29,0,0,0">
			
		</VerticalLayout>


		<HorizontalLayout height="25" padding="0,5,0,0" name="label_add_h">
				<Edit  text="请输入标签内容..." padding="29,0,0,0" font="0" width="143" textcolor="#ffb9bcc8" bordersize="1" bordercolor="#fff2f3f7" name="label_name"/>
				<Button name="button_add_label" width="107" height="22" padding="22,2,0,0"  align="left" text="添加" font="0"  textcolor="#FF48acfb" ></Button>		
		</HorizontalLayout>
			

		
		
		<HorizontalLayout height="1" bkcolor="#fff2f3f7" padding="1,20,1,0"/>
		<HorizontalLayout height="60" padding="0,14,0,0">
			<VerticalLayout />
			<Button name="buton_save" width="108" height="29" padding="0,7,0,0"  align="center" text="保存" font="0" bkcolor="#ff18b6ff" hotbkcolor="#ff01a7f3" pushedbkcolor="#ff0096da" textcolor="#FFFFFFFF" ></Button>
			<VerticalLayout width="50" />
			<Button name="button_close" width="108" height="29" padding="22,7,0,0"  align="center" text="取消" font="0" bkcolor="#ffd0cecf" hotbkcolor="#ffb3b3b3" pushedbkcolor="#ffa2a2a2" textcolor="#FFFFFFFF"  ></Button>
			<VerticalLayout />
		 </HorizontalLayout>
	</VerticalLayout>
</Window>