<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <Window size="1500,1000" roundcorner="0,0" caption="0,0,0,50"> <Font id = "0" name="微软雅黑" size="22" bold="false" /> <Font id = "1" name="微软雅黑" size="16" 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 bkcolor="#FFFFFFFF" bordercolor="#ff7dc597" bordersize="2"> <HorizontalLayout height="50" padding="0,0,0,0" gradient="hor" bkcolor1="#ff7dc597" bkcolor2="#ff56bb91"> <VerticalLayout /> <Button name="closebtn" width="22" height="22" bkimage="reader\popup\close_button.png" padding="0,14,0,0"/> <VerticalLayout width="20"/> </HorizontalLayout> <HorizontalLayout padding="0,50,0,0" height="850" > <VerticalLayout padding="2,0,0,0" width="100" > <Button name="preImage" width="54" height="54" normalimage="setting\normal_left.png" hotimage="setting\hot_left.png" padding="23,400,0,0"/> </VerticalLayout> <VerticalLayout padding="2,0,0,0" width="1300" vscrollbar="true"> <Button align="center" width="1300" height="850" name="showimage" xtiled="true" ytiled="true" /> </VerticalLayout> <VerticalLayout padding="0,0,0,0" width="100"> <Button name="nextImage" width="54" height="54" normalimage="setting\normal_right.png" hotimage="setting\hot_right.png" padding="23,400,0,0"/> </VerticalLayout> </HorizontalLayout> <HorizontalLayout height="30" padding="100,0,0,0" > <Label align="center" width="1300" height="30" name="desc" align="center" font="0"/> </HorizontalLayout> </VerticalLayout> </Window>