• 大小: 0.25M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 控件样式  wpf  C#  

资源简介

实现无边窗体,该窗体可以拖动,缩放调整大小,有最大、最小和关闭按钮。与此同时,提供了一些好看的空间样式和模板

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace Demo
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
        protected override void onstartup(StartupEventArgs e)
        {
            this.DispatcherUnhandledException += App_DispatcherUnhandledException;
            AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
        }

        void CurrentDomain_UnhandledException(object sender  UnhandledExceptionEventArgs e)
        {
            Exception ex = e.Exceptionobject as Exception;
            if(null != ex)
            {
                Mess

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        184  2015-12-28 15:20  WPFstyle\Demo\App.config

     文件       4096  2015-12-28 15:10  WPFstyle\Demo\App.xaml

     文件       1219  2015-12-24 09:53  WPFstyle\Demo\App.xaml.cs

     文件       7382  2016-01-28 11:25  WPFstyle\Demo\Demo.csproj

     文件        478  2015-12-28 15:26  WPFstyle\Demo\Demo.csproj.user

     文件      20334  2016-01-28 11:25  WPFstyle\Demo\MainWindow.xaml

     文件       1810  2016-01-28 11:27  WPFstyle\Demo\MainWindow.xaml.cs

     文件       2172  2015-12-23 17:39  WPFstyle\Demo\Properties\AssemblyInfo.cs

     文件       2848  2015-12-28 15:20  WPFstyle\Demo\Properties\Resources.Designer.cs

     文件       5612  2015-12-23 17:39  WPFstyle\Demo\Properties\Resources.resx

     文件       1104  2015-12-28 15:20  WPFstyle\Demo\Properties\Settings.Designer.cs

     文件        201  2015-12-23 17:39  WPFstyle\Demo\Properties\Settings.settings

     文件       3804  2016-01-26 17:05  WPFstyle\Multilanguage\GlobalClass.cs

     文件       4553  2016-01-22 11:59  WPFstyle\Multilanguage\Multilanguage.csproj

     文件       2179  2016-01-22 10:39  WPFstyle\Multilanguage\Properties\AssemblyInfo.cs

     文件       2866  2016-01-22 10:27  WPFstyle\Multilanguage\Properties\Resources.Designer.cs

     文件       5612  2013-06-28 17:18  WPFstyle\Multilanguage\Properties\Resources.resx

     文件       1113  2016-01-22 10:27  WPFstyle\Multilanguage\Properties\Settings.Designer.cs

     文件        201  2013-06-28 17:18  WPFstyle\Multilanguage\Properties\Settings.settings

     文件       1497  2016-01-22 11:21  WPFstyle\Multilanguage\Resource.cs

     文件       8104  2016-01-22 11:40  WPFstyle\Multilanguage\StringResource.Designer.cs

     文件       7497  2016-01-22 11:40  WPFstyle\Multilanguage\StringResource.resx

     文件       7471  2016-01-22 11:40  WPFstyle\Multilanguage\StringResource.zh-cn.resx

     文件       5361  2016-01-22 11:30  WPFstyle\Multilanguage\StringResourceExtension.cs

     文件       2469  2015-12-24 09:35  WPFstyle\WPFstyle\BulletCheckBox.cs

     文件        905  2015-12-24 14:09  WPFstyle\WPFstyle\BusyBox .cs

     文件      25047  2016-01-19 16:33  WPFstyle\WPFstyle\ControlAttachProperty.cs

     文件       8779  2015-12-23 17:33  WPFstyle\WPFstyle\ControlExtession.cs

     文件       3110  2015-12-24 14:10  WPFstyle\WPFstyle\Controlstyle\BusyBoxstyle.xaml

     文件      14915  2015-12-24 09:41  WPFstyle\WPFstyle\Controlstyle\Calendarstyle.xaml

............此处省略54个文件信息

评论

共有 条评论