<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Window size="200,40"> <Font name="微软雅黑" size="18" bold="false" italic="false" /> <HorizontalLayout width="200" height="40" bkimage="readerimages\background.png"> <Button name="edit_button" width="50" height="40" normalimage="readerimages\edit.png"/> <Label width="1" height="40" bkimage="readerimages\line.png"/> <Button name="del_button" width="50" height="40" normalimage="readerimages\del.png"/> <Label width="1" height="40" bkimage="readerimages\line.png"/> <Button name="hide_button" width="50" height="40" normalimage="readerimages\border.png"/> <Label width="1" height="40" bkimage="readerimages\line.png"/> <Button name="close_button" width="50" height="40" normalimage="readerimages\close.png"/> </HorizontalLayout> </Window>