NotesFrame.xml 686 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window>
     <Font name="宋体" size="20" bold="true" italic="false" default="true" />
		 <Font name="宋体" size="14" bold="false" italic="false"  />
		 <Font name="宋体" size="20" bold="false" italic="false" />
     
     <VerticalLayout bkcolor="0xFFFFFFFF" bkimage="notes\note.png">
        	  <Button text="收起笔记" width="100" heigth="20"  textpadding="2,0,2,0" textcolor="#FF000000"  />
        	   <NoteList name="notelist" padding="0,0,20,20" itemshowhtml="true" vscrollbar="true" itembkcolor="0x00FFFFFF" itemhotbkcolor="0x00FFFFFF" itemfont="1">
			       </NoteList>       
     </VerticalLayout>
</Window>