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="740,450" caption="0,0,0,60" >
<Font name="微软雅黑" size="16" bold="false" italic="false" id="0" />
<Font name="微软雅黑" size="20" bold="false" italic="false" id="1" />
<Default name="VScrollBar" value="button1normalimage="file='reader\Common\scrollbar.png' source='0,0,16,16'" button1hotimage="file='reader\Common\scrollbar.png' source='16,0,32,16,16'" button1pushedimage="file='reader\Common\scrollbar.png' source='32,0,48,16'" button2normalimage="file='reader\Common\scrollbar.png' source='0,32,16,48'" button2hotimage="file='reader\Common\scrollbar.png' source='16,32,32,48'" button2pushedimage="file='reader\Common\scrollbar.png' source='32,32,48,48'" thumbnormalimage="file='reader\Common\scrollbar.png' source='0,48,16,64' corner='0,2,0,2'" thumbhotimage="file='reader\Common\scrollbar.png' source='16,48,32,64' corner='0,2,0,2'" thumbpushedimage="file='reader\Common\scrollbar.png' source='32,48,48,64' corner='0,2,0,2'" bknormalimage="file='reader\Common\scrollbar.png' source='0,16,16,32'"" />
<VerticalLayout width="740" bordercolor="#FF48ACFB" bordersize="1" bkcolor="#FFFFFFFF">
<HorizontalLayout height="46" gradient="hor" bkcolor1="#ff7dc597" bkcolor2="#ff56bb91">
<Label text="查看笔记" padding="20,0,0,0" font="0" width="100" textcolor="#FFFFFFFF"/>
<VerticalLayout width="580"/>
<Button name="button_close" align="right" width="22" height="22" bkimage="reader\popup\close_button.png" padding="10,12,0,0"/>
</HorizontalLayout>
<HorizontalLayout height="1" bkcolor="#fff2f3f7" padding="1,0,1,0"/>
<HorizontalLayout height="150">
<VerticalLayout width="360">
<Label text="选择划线样式" padding="40,10,0,0" font="0" width="200" textcolor="#ffb9bcc8"/>
<HorizontalLayout height="200" padding="40,20,0,0" name="select_style">
<Option padding="0,0,0,0" name="tool_zhixian" width="56" height="56" selectedimage="reader\NoteLine\screen_crossed_beeline_p.png" group="option_select_style_line" normalimage="reader\NoteLine\screen_crossed_beeline_n.png" />
<Option padding="30,0,0,0" name="tool_xuxian" width="56" height="56" selectedimage="reader\NoteLine\screen_crossed_dashed_p.png" group="option_select_style_line" normalimage="reader\NoteLine\screen_crossed_dashed_c.png"/>
<Option padding="30,0,0,0" name="tool_bolangxian" width="56" height="56" selectedimage="reader\NoteLine\screen_crossed_curve_p.png" group="option_select_style_line" normalimage="reader\NoteLine\screen_crossed_curve_c.png"/>
<Option padding="30,0,0,0" name="tool_gaoliang" width="56" height="56" selectedimage="reader\NoteLine\screen_crossed_highlight_p.png" group="option_select_style_line" normalimage="reader\NoteLine\screen_crossed_highlight_c.png" selected="true"/>
</HorizontalLayout>
</VerticalLayout>
<VerticalLayout width="360" 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="45" height="44" 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="45" height="44" 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="45" height="44" 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="45" height="44" 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="45" height="44" normalimage="reader/NoteLine/violet_Unchecked.png" selectedimage="reader/NoteLine/violet_Select.png" group="option_select_color" />
</HorizontalLayout>
</VerticalLayout>
</HorizontalLayout>
<Text height="180" text="" name="textnote_show_text" visible="true" width="660" padding="40,10,0,0" bordercolor="#FFAFAFAF" bordersize="1" font="1"/>
<HorizontalLayout height="24" padding="0,10,0,0">
<Label text="标签" padding="40,0,0,0" font="0" width="70" />
<HorizontalLayout height="24" padding="20,0,0,0" name="select_yet" >
</HorizontalLayout>
</HorizontalLayout>
</VerticalLayout>
</Window>