<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Window size="1000,800" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,70" roundcorner="5,5"> <Font name="微软雅黑" size="18" bold="false" italic="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"> <HorizontalLayout height="50" bkcolor="#FF48ACFB"> <VerticalLayout /> <HorizontalLayout width="26" padding="0,0,40,0" > <Button name="close_button" padding="0,13,0,0" height="26" width="26" normalimage="popup\close_button.png" hotimage="popup\close_button.png" pushedimage="popup\close_button.png" /> </HorizontalLayout> </HorizontalLayout> <HorizontalLayout name="see_layout" padding="0,0,0,0"> <MyPDFReader name="PdfNoteSee" /> </HorizontalLayout> <HorizontalLayout height="30" padding="29,10,0,0"> <Button text="确认" height="30" width="80" padding="300,0,0,0" font="0" name="ok_button" textcolor="#FFFFFFFF" bkcolor="#FF48ACFB"/> <Button text="取消" height="30" width="80" padding="24,0,0,0" font="0" name="close_button" textcolor="#FFFFFFFF" bkcolor="#FFDCDCDC"/> </HorizontalLayout> </VerticalLayout> </Window>