|
@ -14,7 +14,7 @@ |
|
|
Width="1468" |
|
|
Width="1468" |
|
|
> |
|
|
> |
|
|
<Border Padding="0 10" Background="#EEEEEE"> |
|
|
<Border Padding="0 10" Background="#EEEEEE"> |
|
|
<hc:TabControl IsAnimationEnabled="True" IsTabFillEnabled="False" TabItemWidth="150" Name="tab"> |
|
|
<hc:TabControl IsAnimationEnabled="True" IsTabFillEnabled="False" TabItemWidth="150" Name="tab" SelectionChanged="tab_SelectionChanged"> |
|
|
<hc:TabItem IsSelected="True" Header="品类词库"> |
|
|
<hc:TabItem IsSelected="True" Header="品类词库"> |
|
|
<uc:CatControl></uc:CatControl> |
|
|
<uc:CatControl></uc:CatControl> |
|
|
</hc:TabItem> |
|
|
</hc:TabItem> |
|
|