宜昌华友原料库管理软件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1015 B

<UserControl x:Class="SiaSun.LMS.WPFClient.UC.ucSplitPropertyGridTab"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
xmlns:uc="clr-namespace:SiaSun.LMS.WPFClient.UC"
d:DesignHeight="110" d:DesignWidth="300">
<UserControl.Resources>
<ContextMenu x:Key="contextMenu" MenuItem.Click="ContextMenu_Click">
<MenuItem Name="menuAllUpdate" Header="刷新所有页面"></MenuItem>
<MenuItem></MenuItem>
</ContextMenu>
</UserControl.Resources>
<Grid>
<TabControl Name="tabSplitProperty" Margin="1" ContextMenu="{StaticResource contextMenu}" SelectionChanged="tabSplitProperty_SelectionChanged">
</TabControl>
</Grid>
</UserControl>