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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="600,400" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,70" roundcorner="5,5">
<Font id = "0" name="微软雅黑" size="18" bold="false" />
<Default name="VScrollBar" value="button1normalimage="file='Common\scrollbar.png' source='0,0,16,16'" button1hotimage="file='Common\scrollbar.png' source='16,0,32,16,16'" button1pushedimage="file='Common\scrollbar.png' source='32,0,48,16'" button2normalimage="file='Common\scrollbar.png' source='0,32,16,48'" button2hotimage="file='Common\scrollbar.png' source='16,32,32,48'" button2pushedimage="file='Common\scrollbar.png' source='32,32,48,48'" thumbnormalimage="file='Common\scrollbar.png' source='0,48,16,64' corner='0,2,0,2'" thumbhotimage="file='Common\scrollbar.png' source='16,48,32,64' corner='0,2,0,2'" thumbpushedimage="file='Common\scrollbar.png' source='32,48,48,64' corner='0,2,0,2'" bknormalimage="file='Common\scrollbar.png' source='0,16,16,32'"" />
<VerticalLayout inset="0,0,0,0" bkcolor="#FFFFFFFF" bordercolor="#FF48ACFB" bordersize="2">
<HorizontalLayout height="40" gradient="ver" bkcolor1="#ff4bb8fd" bkcolor2="#ff0898f1">
<VerticalLayout width="265" />
<Label font="0" padding="0,0,0,0" text="共享笔记" font="0" textcolor="#FFFFFFFF" ></Label>
<HorizontalLayout width="22" padding="0,0,40,0">
<Button name="close_button" padding="30,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="30" padding="29,20,0,0">
<Label font="0" padding="0,0,0,0" text="请选择需要共享的班级" font="0"></Label>
</HorizontalLayout>
<HorizontalLayout height="90" padding="29,10,0,0" >
<VerticalLayout name="share_teacher_select_class" vscrollbar="true" width="540" >
</VerticalLayout>
</HorizontalLayout>
<Label font="0" padding="29,30,0,0" text="请输入任务名称(空值则取第一条笔记类型为任务名称)" font="0"></Label>
<HorizontalLayout height="50" padding="29,20,0,0">
<Edit font="0" name="edit_text_note" width="540" height="40" padding="0,5,0,0" bordercolor="#FFCDCDCD" bordersize="1"/>
</HorizontalLayout>
<HorizontalLayout height="30" padding="29,30,0,0">
<VerticalLayout width="325"/>
<Button name="ok_button" width="98" height="24" padding="0,3,0,0" align="center" text="确认" font="0"normalimage="reader/AddNote/button_blue.png" hotimage="reader/AddNote/button_blue_n.png" pushedimage="reader/AddNote/button_blue_p.png" textcolor="#FF4bb8fd" hottextcolor="#FF4bb8fd" pushedtextcolor="#FFFFFFFF" ></Button>
<Button name="close_button" width="98" height="24" padding="20,3,0,0" align="center" text="取消" font="0"normalimage="reader/AddNote/cancel_button_gray.png" hotimage="reader/AddNote/cancel_button_gray_n.png" pushedimage="reader/AddNote/cancel_button_gray_p.png" textcolor="#FF898989" hottextcolor="#FF898989" pushedtextcolor="#FFFFFFFF" ></Button>
</HorizontalLayout>
</VerticalLayout>
</Window>