在好例子网,分享、交流、成长!
您当前所在位置:首页Sliverlight 开发实例SliverLight基础 → WPF模拟鲁大师炫酷界面

WPF模拟鲁大师炫酷界面

SliverLight基础

下载此实例
  • 开发语言:Sliverlight
  • 实例大小:1.39M
  • 下载次数:29
  • 浏览次数:1247
  • 发布时间:2017-11-15
  • 实例类别:SliverLight基础
  • 发 布 人:Rock_Max
  • 文件格式:.rar
  • 所需积分:3
 相关标签: 曲线图

实例介绍

【实例简介】

模拟鲁大师界面制作

【实例截图】

from clipboard

【核心代码】

<Window
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Name="window" mc:Ignorable="d" x:Class="ui.MainWindow"
        Title="MainWindow" Height="620" Width="870" Style="{DynamicResource NoResize_window}" MouseLeftButtonDown="Window_MouseLeftButtonDown">
<Window.Background>
<ImageBrush ImageSource="pack://siteoforigin:,,,/bg.png" Stretch="Uniform"/>
</Window.Background>
    <Grid>
    <StatusBar Height="31.5" VerticalAlignment="Bottom" Style="{DynamicResource StatusBarStyle}" Margin="0">
    <StatusBar.Background>
    <ImageBrush ImageSource="60007.bmp"/>
    </StatusBar.Background>
    <StatusBarItem Content="主程序版本:1.0.0" Margin="7,0,0,0"/>
    </StatusBar>
    <TabControl Margin="0,0,0,31.5" Background="{x:Null}" Style="{DynamicResource TabControlStyle}">
    <TabItem Header="硬件检测" Margin="10,22,0,0" Height="76.933" Width="69.044" Style="{DynamicResource TabItemStyle}" Foreground="White">
    <TabItem.Background>
    <ImageBrush ImageSource="fullbox_netspeed.png" Stretch="Uniform"/>
    </TabItem.Background>
    <Grid>
    <Button x:Name="ksl" Content="开始撸" HorizontalAlignment="Left" Margin="126,185,0,194" Style="{DynamicResource klButton}" Width="223" Click="ksl_Click"/>
    <ListBox x:Name="list1" HorizontalAlignment="Right" Width="214" BorderThickness="1,0,0,0" Background="{x:Null}" BorderBrush="#FFC0C7D2" Style="{DynamicResource ListBoxStyle}" ItemContainerStyle="{DynamicResource ListBoxItemStyle1}" FontSize="13.333" FontFamily="Microsoft YaHei" Foreground="#FF585858">
    <ListBoxItem Content="上次体验得分:      很爽" Style="{DynamicResource ListBoxItemStyle}" FontSize="13.333" FontFamily="Microsoft YaHei" Height="30.837" IsEnabled="False" FontWeight="Bold" BorderThickness="0,0,0,1" BorderBrush="#4B00D6FF" Background="#72FFFFFF"/>
    </ListBox>
    </Grid>
    </TabItem>
    <TabItem Header="温度监测" Margin="100,22,0,0" Height="76.933" Width="69.044" Style="{DynamicResource TabItemStyle}" Foreground="White">
    <TabItem.Background>
    <ImageBrush ImageSource="fullbox_function_exam.png" Stretch="Uniform"/>
    </TabItem.Background>
    <Grid/>
    </TabItem>
    <TabItem Header="垃圾清理" Margin="190,22,0,0" Height="76.933" Width="69.044" Style="{DynamicResource TabItemStyle}" Foreground="White">
    <TabItem.Background>
    <ImageBrush ImageSource="fullbox_desk_clear.png" Stretch="Uniform"/>
    </TabItem.Background>
    <Grid/>
    </TabItem>
    <TabItem Header="查杀木马" Margin="280,22,0,0" Height="76.933" Width="69.044" Style="{DynamicResource TabItemStyle}" Foreground="White">
    <TabItem.Background>
    <ImageBrush ImageSource="fullbox_real_protect.png" Stretch="Uniform"/>
    </TabItem.Background>
    <Grid/>
    </TabItem>
    <TabItem Header="系统优化" Margin="370,22,0,0" Height="76.933" Width="69.044" Style="{DynamicResource TabItemStyle}" Foreground="White">
    <TabItem.Background>
    <ImageBrush ImageSource="fullbox_strap_accelerate.png" Stretch="Uniform"/>
    </TabItem.Background>
    <Grid/>
    </TabItem>
    <TabItem Header="高级工具" Margin="460,22,0,0" Height="76.933" Width="69.044" Style="{DynamicResource TabItemStyle}" Foreground="White">
    <TabItem.Background>
    <ImageBrush ImageSource="fullbox_reg_clean.png" Stretch="Uniform"/>
    </TabItem.Background>
    <Grid/>
    </TabItem>
    </TabControl>
    <Button x:Name="x" Content="Button" HorizontalAlignment="Right" Height="24" Style="{DynamicResource xButtonStyle}" VerticalAlignment="Top" Width="39.75" Margin="0,1,0,0" Click="x_Click"/>
    <Button x:Name="__" Content="Button" HorizontalAlignment="Right" Height="24" Style="{DynamicResource -ButtonStyle}" VerticalAlignment="Top" Width="39.75" Margin="0,1,39.75,0" Click="___Click"/>
    <Button x:Name="menu"  HorizontalAlignment="Right" Height="24" VerticalAlignment="Top" Width="39.75" Margin="0,1,79.8,0" Click="menu_Click" Style="{DynamicResource meButtonStyle}"/>
    <Popup x:Name="menu1" StaysOpen="False" Margin="0" PlacementTarget="{Binding ElementName=menu}" AllowsTransparency="True">
    <Grid Height="78" Width="100" HorizontalAlignment="Left">
    <Border BorderThickness="0" CornerRadius="3" Background="White" Margin="3">
    <Border.Effect>
    <DropShadowEffect ShadowDepth="0" Color="#FFB6B6B6"/>
    </Border.Effect>
    <StackPanel Margin="0">
    <MenuItem Header="设置" FontSize="12" Style="{DynamicResource MenuItemStyle}" Height="23.5" FontFamily="Microsoft YaHei"/>
    <MenuItem Header="关于" FontSize="12" Style="{DynamicResource MenuItemStyle}" Height="23.5" FontFamily="Microsoft YaHei"/>
    <MenuItem Header="退出" FontSize="12" Style="{DynamicResource MenuItemStyle}" Height="23.5" FontFamily="Microsoft YaHei" Background="#00000000"/>
    </StackPanel>
    </Border>
    </Grid>
    </Popup>
    <TextBlock HorizontalAlignment="Left" TextWrapping="Wrap" Text="撸大师 1.0" VerticalAlignment="Top" Height="19.08" Margin="29.978,2,0,0" Width="68.603" FontSize="13.333" Foreground="White" FontFamily="Microsoft YaHei"/>
    <Rectangle HorizontalAlignment="Left" Height="16" VerticalAlignment="Top" Width="17.667" StrokeThickness="0" Margin="4.995,3.33,0,0">
    <Rectangle.Fill>
    <ImageBrush ImageSource="fullbox_time_protect.png" Stretch="Uniform"/>
    </Rectangle.Fill>
    </Rectangle>
    </Grid>
</Window>


标签: 曲线图

实例下载地址

WPF模拟鲁大师炫酷界面

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警