PreviewLineNoteFrame.xml 4.77 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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="950,600" caption="0,0,0,86" >
	<Font name="微软雅黑" size="24" bold="false" italic="false" id="0" />
	<Font name="微软雅黑" size="24" bold="false" italic="false" id="1" />
	 <Default name="VScrollBar" value="button1normalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,0,16,16&apos;&quot; button1hotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,0,32,16,16&apos;&quot; button1pushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,0,48,16&apos;&quot; button2normalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,32,16,48&apos;&quot; button2hotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,32,32,48&apos;&quot; button2pushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,32,48,48&apos;&quot; thumbnormalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,48,16,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbhotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,48,32,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbpushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,48,48,64&apos; corner=&apos;0,2,0,2&apos;&quot; bknormalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,16,16,32&apos;&quot;" />
	<VerticalLayout  width="740"    bordercolor="#ff7dc597" bordersize="1"  bkcolor="#FFFFFFFF">
		<HorizontalLayout height="86" gradient="hor" bkcolor1="#ff7dc597" bkcolor2="#ff56bb91">
				<VerticalLayout />
				<Button name="button_close" padding="0,27,0,0" height="32" width="32" normalimage="reader\popup\close_button.png" hotimage="reader\popup\close_button.png" pushedimage="reader\popup\close_button.png" />	
				<VerticalLayout width="10" />
		</HorizontalLayout>
		<HorizontalLayout height="1" bkcolor="#fff2f3f7" padding="1,0,1,0"/>

		<HorizontalLayout height="150">
			<VerticalLayout width="500">
				<Label  text="选择划线样式" padding="40,10,0,0" font="0" width="200" textcolor="#ffb9bcc8"/>
			<HorizontalLayout height="286" padding="58,28,0,0">
					<Option padding="0,0,0,0" name="tool_zhixian" width="60" height="60"  selectedimage="reader\NoteLine\note_crossed_beeline_p.png"  group="option_select_style_line" normalimage="reader\NoteLine\note_crossed_beeline.png" />
					<Option padding="44,0,0,0" name="tool_xuxian" width="60" height="60" selectedimage="reader\NoteLine\note_crossed_dashed_p.png"  group="option_select_style_line" normalimage="reader\NoteLine\note_crossed_dashed.png"/>
					<Option padding="44,0,0,0" name="tool_bolangxian" width="60" height="60" selectedimage="reader\NoteLine\note_crossed_curve_p.png"  group="option_select_style_line" normalimage="reader\NoteLine\note_crossed_curve.png"/>
					<Option padding="44,0,0,0" name="tool_gaoliang" width="60" height="60" selectedimage="reader\NoteLine\note_crossed_highlight_p.png"  group="option_select_style_line" normalimage="reader\NoteLine\note_crossed_highlight.png" selected="true"/>
				</HorizontalLayout>
			</VerticalLayout>
			<VerticalLayout width="400" padding="30,0,0,0">
				<Label  text="颜色" padding="20,10,0,0" font="0" width="200" textcolor="#ffb9bcc8"/>
				<HorizontalLayout height="200" padding="0,25,0,0">
					<Option padding="20,0,0,0" name="color_red" width="60" height="60" normalimage="reader/NoteLine/red_Unchecked.png" selectedimage="reader/NoteLine/red_Select.png"  selected="true" group="option_select_color" />
					<Option padding="18,0,0,0" name="color_yellow"  width="60" height="60" normalimage="reader/NoteLine/yellow_Unchecked.png" selectedimage="reader/NoteLine/yellow_Select.png" group="option_select_color"/>
					<Option padding="18,0,0,0" name="color_green"  width="60" height="60" normalimage="reader/NoteLine/green_Unchecked.png" selectedimage="reader/NoteLine/green_Select.png" group="option_select_color"/>
					<Option padding="18,0,0,0" name="color_blue"  width="60" height="60" normalimage="reader/NoteLine/blue_Unchecked.png" selectedimage="reader/NoteLine/blue_Select.png" group="option_select_color" />
					<Option padding="18,0,0,0" name="color_purple"  width="60" height="60" normalimage="reader/NoteLine/violet_Unchecked.png" selectedimage="reader/NoteLine/violet_Select.png" group="option_select_color" />
				</HorizontalLayout>
			</VerticalLayout>
		</HorizontalLayout>
		<Text  height="280"   text=""   name="textnote_show_text" visible="true" width="870"    padding="40,10,0,0" bordercolor="#FFAFAFAF" bordersize="1" font="1"/>

		<HorizontalLayout height="36"   padding="0,10,0,0">
			<Label  text="标签" padding="40,0,0,0" font="0" width="70"  />
			<HorizontalLayout height="36"   padding="20,0,0,0" name="select_yet" >
				
			</HorizontalLayout>
		</HorizontalLayout>
	</VerticalLayout>
</Window>