nim_duilib/resources/themes/default/basic/newmonitor.xml
2021-09-16 14:05:52 +08:00

40 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Window size="200,300" caption="0,0,0,35" >
<VBox bkcolor="bk_wnd_darkcolor">
<!-- 标题栏 -->
<HBox width="stretch" height="35" bkcolor="bk_wnd_lightcolor" >
<Label name="title" text="新建监听项" valign="center" margin="60,15,0,0" align="left" width="stretch" height="35" font="arial_14"/>
</HBox>
<HBox width="stretch" height="35" margin="10,10,10,10" >
<Label name="title" text="类型:" valign="bottom" margin="30,0,0,0" width="40" height="30" font="arial_14"/>
<Combo class="list" name="combo" height="30" width="80" bkimage="file='../public/combo/normal.png' corner='5,5,30,5'"/>
<Control width="stretch"/>
</HBox>
<VBox bkcolor="bk_wnd_darkcolor" height="100" visible="false">
<HBox width="stretch" height="35" margin="10,10,10,10" >
<Label name="title" text="串口:" valign="bottom" margin="30,0,0,0" width="40" height="30" font="arial_14"/>
<Combo class="list" name="uart_type" height="30" width="80" bkimage="file='../public/combo/normal.png' corner='5,5,30,5'"/>
<Control width="stretch"/>
</HBox>
<HBox width="stretch" height="35" margin="10,10,10,10" >
<Label name="title" text="波特率:" valign="bottom" margin="30,0,0,0" width="40" height="30" font="arial_14"/>
<Combo class="list" name="uart_baurate" height="30" width="80" bkimage="file='../public/combo/normal.png' corner='5,5,30,5'"/>
<Control width="stretch"/>
</HBox>
</VBox>
<VBox bkcolor="bk_wnd_darkcolor" height="90">
<HBox width="stretch" height="35" margin="10,0,0,0" >
<Label name="title" text="ip: " valign="bottom" margin="30,0,0,0" width="40" height="30" font="arial_14"/>
<RichEdit class="simple input" width="90" name="ip_edit" height="30" margin="0,3" padding="6,6,6" />
<Control width="stretch"/>
</HBox>
<HBox width="stretch" height="35" margin="10,0,0,0" >
<Label name="title" text="端口:" valign="bottom" margin="30,0,0,0" width="40" height="30" font="arial_14"/>
<RichEdit class="simple input" width="90" name="port_input" height="30" margin="0,3" padding="6,6,6" />
<Control width="stretch"/>
</HBox>
</VBox>
<Button class="btn_global_blue_80x30" name="open_button" width="100" margin="50,3,5,3" text="打开" />
<Button class="btn_global_blue_80x30" name="exit_button" width="100" margin="50,3,5,3" text="退出" />
</VBox>
</Window>