WPF实现类似360安全卫士界面的程序源码分享

2019-12-26 13:39:16丽君
  • </TabItem.Background>  <Grid Background="{DynamicResource MyBrush}"/> 
  • </TabItem>  <TabItem Header="功能大全" Height="" Margin=",,," Width="" Style="{DynamicResource TabItemStyle}"> 
  • <TabItem.Background>  <ImageBrush ImageSource="styles/skin/ico/ico_AdvTools.png"/> 
  • </TabItem.Background>  <Grid Background="{DynamicResource MyBrush}"/> 
  • </TabItem>  <TabItem Header="软件管家" Height="" Margin=",,," Width="" Style="{DynamicResource TabItemStyle}"> 
  • <TabItem.Background>  <ImageBrush ImageSource="styles/skin/ico/ico_softmgr.png"/> 
  • </TabItem.Background>  <Grid Background="{DynamicResource MyBrush}"/> 
  • </TabItem>  </TabControl> 
  • <!--导航详细-->  <!--下状态栏--> 
  • <Label Content="欢迎使用仿系统" Margin="" Grid.Row="" Foreground="#AEFF" FontWeight="Bold" BorderThickness="" BorderBrush="White" HorizontalAlignment="Left" Width="." TextOptions.TextFormattingMode="Display" />  <Label Content="已连接网络" Margin="" Grid.Row="" Foreground="#AEFF" FontWeight="Bold" BorderThickness="" BorderBrush="White" HorizontalAlignment="Right" Width="" TextOptions.TextFormattingMode="Display" /> 
  • </Grid>  </Border> 
  • </Window>   
  • using System;  using System.Collections.Generic; 
  • using System.Linq;  using System.Text; 
  • using System.Threading.Tasks;  using System.Windows; 
  • using System.Windows.Controls;  using System.Windows.Data; 
  • using System.Windows.Documents;  using System.Windows.Input; 
  • using System.Windows.Media;  using System.Windows.Media.Imaging; 
  • using System.Windows.Shapes;  namespace _UI 
  • {  /// <summary>