26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Window size="800,600" sizebox="2,2,2,2" caption="0,0,0,35" mininfo="800,600" >
|
|
<VBox bkcolor="bk_wnd_darkcolor">
|
|
<!-- 标题栏 -->
|
|
<HBox width="stretch" height="35" bkcolor="bk_wnd_lightcolor" >
|
|
<Control margin="60,0,0,0" />
|
|
<Label name="title" text="协议调试器" align="left" height="35" font="title"/>
|
|
<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 width="stretch" height="stretch">
|
|
<VBox valign="top" halign="left" width="150" height="stretch" bkcolor="lightcolor" margin="0,0,10,0" >
|
|
<Button class="btn_global_blue_80x30" width="100" name="add_new" bkcolor="lightcolor" margin="25,3,5,3" />
|
|
<TreeView class="list" name="tree" height="stretch" padding="5,3,5,3" >
|
|
</TreeView>
|
|
|
|
|
|
</VBox>
|
|
</Box>
|
|
</VBox>
|
|
</Window> |