<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<HorizontalLayout padding="0,0,0,0">
<VerticalLayout padding="0,0,0,0" >
<HorizontalLayout padding="0,0,0,0" height="40">
<Button name="Share_folder_goBack" width="65" height="65" padding="10,0,0,0" text="返回上级" font="0" />
<Option name="notes_search_option" width="24" height="24" padding="10,8,0,0" tooltip="搜索" align="center" normalimage="readerimages\search_n.png" selectedimage="readerimages\search_p.png" group="local_note_tool" />
<Option name="share_down_notes" width="24" height="24" padding="21,8,0,0" tooltip="导入本地" align="center" normalimage="readerimages\import_n.png" selectedimage="readerimages\import_p.png" group="local_note_tool" />
</HorizontalLayout>
<HorizontalLayout height="40" visible="true" >
<Label name="Share_folder_name" text="目录" font="0" textpadding="10,10,2,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
</HorizontalLayout>
<HorizontalLayout height="65" visible="true" bkcolor="#FFDCDCDC" heught="60">
<VerticalLayout>
<Label text="已经提交" font="2" textpadding="10,10,2,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
<Label text="截至日期" font="2" textpadding="10,10,2,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
</VerticalLayout>
<Button width="65" height="65" padding="10,0,0,0" text="查看提交情况" />
</HorizontalLayout>
<HorizontalLayout height="200" name="share_student_submit_ok" visible="false">
<VerticalLayout>
<Label name="Share_folder_name" text="已经提交学生12人(点击学生姓名可查看已提交笔记)" font="2" textpadding="10,10,2,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
</VerticalLayout>
</HorizontalLayout>
<HorizontalLayout height="65" name="share_student_submit_no" visible="false">
<VerticalLayout>
<Label name="Share_folder_name" text="未提交学生18人" font="2" textpadding="10,10,2,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
</VerticalLayout>
</HorizontalLayout>
<HorizontalLayout height="300" visible="true">
<NoteList bkcolor="#FFFFFFFF" itemtextcolor="0xFF000000" itembkcolor="0x00FFFFFF" itemfont="1" itemshowhtml="false" name="folderlist" padding="0,0,0,0" childpadding="5" vscrollbar="true" />
</HorizontalLayout>
</VerticalLayout>
</HorizontalLayout>
-
赖纪均 authored
合并上海版功能
c4068d88