11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Window size =" 1280,720" mininfo =" 1280,720" caption =" 0,0,0,35" >
3- <VBox bkcolor =" bk_wnd_lightcolor" >
4- <!-- 标题栏 -->
5- <HBox height =" 35" width =" stretch" padding =" 8,0,8" bkcolor =" darkcolor" >
3+ <VBox bkcolor =" bk_wnd_lightcolor" >
4+ <!-- 标题栏 -->
5+ <HBox height =" 35" width =" stretch" padding =" 8,0,8" bkcolor =" darkcolor" >
66 <Control width =" auto" height =" auto" valign =" center" bkimage =" logo.png" margin =" 0,0,5" />
7- <Label text =" Logs Monitor - Tail for Windows" normaltextcolor =" white" valign =" center" />
8- <Control width =" stretch" />
9- <Button class =" btn_wnd_min" name =" btn_wnd_min" valign =" center" />
10- <Button class =" btn_wnd_max" name =" btn_wnd_max" valign =" center" />
11- <Button class =" btn_wnd_restore" name =" btn_wnd_restore" valign =" center" visible =" false" />
12- <Button class =" btn_wnd_close" name =" btn_close" valign =" center" />
13- </HBox >
7+ <Label text =" Logs Monitor - Tail for Windows" normaltextcolor =" white" valign =" center" />
8+ <Control width =" stretch" />
9+ <Button class =" btn_wnd_min" name =" btn_wnd_min" valign =" center" />
10+ <Button class =" btn_wnd_max" name =" btn_wnd_max" valign =" center" />
11+ <Button class =" btn_wnd_restore" name =" btn_wnd_restore" valign =" center" visible =" false" />
12+ <Button class =" btn_wnd_close" name =" btn_close" valign =" center" />
13+ </HBox >
1414 <HBox padding =" 8,8,8,8" >
1515 <!-- 日志列表 -->
1616 <Box name =" box_side_bar" width =" 260" fadeinoutxfromleft =" true" >
2121 hotimage=" ../public/button/icon_hover.png"
2222 pushedimage=" ../public/button/icon_pushed.png"
2323 disabledimage=" new_file_normal.png" />
24- <Button name =" btn_refresh_all" width =" 24" height =" 24" valign =" center" tooltiptext =" 清空所有监控的日志文件" margin =" 0,0,5"
24+ <Button name =" btn_refresh_all" width =" 24" height =" 24" valign =" center" tooltiptext =" 清空所有监控的日志文件" margin =" 0,0,5"
2525 forenormalimage=" refresh_all_normal.png"
2626 hotimage=" ../public/button/icon_hover.png"
2727 pushedimage=" ../public/button/icon_pushed.png"
2828 disabledimage=" refresh_all_normal.png" />
29- <Button name =" btn_remove_all" width =" 24" height =" 24" valign =" center" tooltiptext =" 从列表中移除所有监控的日志文件" margin =" 0,0,5"
29+ <Button name =" btn_remove_all" width =" 24" height =" 24" valign =" center" tooltiptext =" 从列表中移除所有监控的日志文件" margin=" 0,0,5"
3030 forenormalimage=" remove_all_normal.png"
3131 hotimage=" ../public/button/icon_hover.png"
3232 pushedimage=" ../public/button/icon_pushed.png"
3333 disabledimage=" remove_all_normal.png" />
34- <Button name =" btn_settings" width =" 24" height =" 24" valign =" center" tooltiptext =" 打开工具设置" visible =" false" margin =" 0,0,5"
34+ <Button name =" btn_settings" width =" 24" height =" 24" valign =" center" tooltiptext =" 打开工具设置" visible =" false" margin =" 0,0,5"
3535 forenormalimage=" settings_normal.png"
3636 hotimage=" ../public/button/icon_hover.png"
3737 pushedimage=" ../public/button/icon_pushed.png"
5353 <Control />
5454 </VBox >
5555 <!-- 日志内容 -->
56- <HBox name =" box_container" bkcolor =" bk_gray" >
57- </HBox >
56+ <Box name =" box_container" bkcolor =" bk_gray" >
57+ <Box name =" empty_background" >
58+ <HBox width =" auto" height =" auto" valign =" center" halign =" center" >
59+ <Control width =" auto" height =" auto" valign =" center" bkimage =" empty.png" margin =" 0,0,15" />
60+ <Label font =" 2" valign =" center" normaltextcolor =" gray" text =" 还没有添加任何要监控的日志文件" />
61+ </HBox >
62+ </Box >
63+ </Box >
5864 </HBox >
59- </VBox >
65+ </VBox >
6066</Window >
0 commit comments