nim_duilib/examples/Debug/resources/themes/default/basic/basic.xml

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Window size="1280,1024" sizebox="2,2,2,2" caption="0,0,0,35" mininfo="800,600">
<VBox bkcolor="bk_wnd_darkcolor">
<!-- 标题栏 -->
<HBox width="stretch" height="40" bkcolor="bk_wnd_lightcolor">
<Control margin="60,0,0,0" />
<Label name="title" text="协议调试器" align="left" height="40" font="title"/>
<Control />
<Button class="btn_wnd_min" name="minbtn" margin="4,6,0,0"/>
<Box width="30" 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>
<!-- 侧边栏 -->
<HBox>
<Box width="150" height="stretch">
<VBox valign="top" halign="left" width="150" height="stretch" >
<Button class="btn_global_blue_80x30" width="100" name="add_new" margin="25,3,5,3" />
<TreeView class="list" name="tree" height="stretch" padding="0,3,5,3">
</TreeView>
</VBox>
</Box>
<!-- 主界面 -->
<TabBox name="tab_side" width="stretch" height="stretch">
</TabBox>
</HBox>
</VBox>
</Window>