19 lines
722 B
XML
19 lines
722 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Window size="400,600" caption="0,0,0,35">
|
||
|
<VBox bkcolor="bk_wnd_darkcolor">
|
||
|
<HBox width="stretch" height="35" bkcolor="bk_wnd_lightcolor">
|
||
|
<Label text="自定义列表示例" font="system_14" valign="center" margin="8"/>
|
||
|
<Control />
|
||
|
<Button class="btn_wnd_min" name="minbtn" margin="4,6,0,0"/>
|
||
|
<Box width="21" margin="4,6,0,0">
|
||
|
<Button class="btn_wnd_max" name="maxbtn"/>
|
||
|
<Button class="btn_wnd_restore" name="restorebtn" visible="false"/>
|
||
|
</Box>
|
||
|
<Button class="btn_wnd_close" name="closebtn" margin="4,6,8,0"/>
|
||
|
</HBox>
|
||
|
<Box>
|
||
|
<VListBox class="list" name="list">
|
||
|
</VListBox>
|
||
|
</Box>
|
||
|
</VBox>
|
||
|
</Window>
|