<?xml version="1.0" encoding="UTF-8"?> <Window > <Default name="Slider" value="thumbsize="10,10" thumbimage="file='thumb.bmp' source='30,0,40,10' mask='#FFDAEBF9'" thumbhotimage="file='thumb.bmp' source='10,0,20,10' mask='#FFDAEBF9'" " /> <VerticalLayout bkcolor="#FFE2DDDF"> <Edit name="label_name" text="请输入标签名称" float="true" pos="50,50,0,0" width="200" height="20" bordersize="0" font="1" align="left"/> <Button name="label_color" bkimage="color.png" float="true" pos="50,90,0,0" width="200" height="30"></Button> <Slider name="color_slider" float="true" pos="50,100,0,0" width="200" height="40" max="100" value="0"></Slider> <ColorButton name="label_button" normalimage="lable.png" hotimage="lable.png" pushedimage="lable.png" selectedimage="lable.png" float="true" pos="50,150,0,0" width="100" height="30"></ColorButton> <HorizontalLayout padding="20,20,20,0" float="true" pos="50,210,0,0" width="220" height="100" childpadding="10"> <Button name="ok" text="确定" width="80" height="29" align="center" normalimage="button.png" hotimage="button_foucs.png" pushedimage="button_foucs.png" /> <Button name="cancel" text="取消" width="80" height="29" align="center" normalimage="button.png" hotimage="button_foucs.png" pushedimage="button_foucs.png" /> </HorizontalLayout> </VerticalLayout> </Window>