• 大小: 70KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: C#
  • 标签: WPF  时钟  

资源简介

自己做的WPF时钟 实现效果请看 http://blog.csdn.net/lovelan1748/archive/2009/10/30/4750101.aspx

资源截图

代码片段和文件信息

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

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

    public partial class App : Application
    {
        private void Application_Startup(object sender StartupEventArgs e)
        {
            Window1 win = new Window1();
            win.Show();
        }
    }
}

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

     文件        289  2009-10-30 14:35  WPF1\WPF1\App.xaml

     文件        466  2009-10-30 16:33  WPF1\WPF1\App.xaml.cs

     文件      11776  2009-10-31 00:40  WPF1\WPF1\bin\Debug\WPF1.exe

     文件      30208  2009-10-31 00:40  WPF1\WPF1\bin\Debug\WPF1.pdb

     文件      14328  2009-10-31 00:40  WPF1\WPF1\bin\Debug\WPF1.vshost.exe

     文件        490  2007-07-21 01:33  WPF1\WPF1\bin\Debug\WPF1.vshost.exe.manifest

     文件      29184  2009-10-30 22:19  WPF1\WPF1\bin\Debug\YJClock.dll

     文件      34304  2009-10-30 22:19  WPF1\WPF1\bin\Debug\YJClock.pdb

     文件       2047  2009-10-30 22:21  WPF1\WPF1\obj\Debug\App.g.cs

     文件       8639  2009-10-30 22:21  WPF1\WPF1\obj\Debug\ResolveAssemblyReference.cache

     文件       4608  2009-10-30 21:39  WPF1\WPF1\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1137  2009-10-31 00:29  WPF1\WPF1\obj\Debug\Window1.baml

     文件       3859  2009-10-31 00:29  WPF1\WPF1\obj\Debug\Window1.g.cs

     文件        785  2009-10-31 00:40  WPF1\WPF1\obj\Debug\WPF1.csproj.FileListAbsolute.txt

     文件        789  2009-10-30 14:35  WPF1\WPF1\obj\Debug\WPF1.csproj.GenerateResource.Cache

     文件      11776  2009-10-31 00:40  WPF1\WPF1\obj\Debug\WPF1.exe

     文件       1359  2009-10-31 00:29  WPF1\WPF1\obj\Debug\WPF1.g.resources

     文件      30208  2009-10-31 00:40  WPF1\WPF1\obj\Debug\WPF1.pdb

     文件        180  2009-10-30 22:21  WPF1\WPF1\obj\Debug\WPF1.Properties.Resources.resources

     文件        197  2009-10-31 00:40  WPF1\WPF1\obj\Debug\WPF1_MarkupCompile.cache

     文件       2173  2009-10-30 14:29  WPF1\WPF1\Properties\AssemblyInfo.cs

     文件       2858  2009-10-30 14:29  WPF1\WPF1\Properties\Resources.Designer.cs

     文件       5612  2009-10-30 14:29  WPF1\WPF1\Properties\Resources.resx

     文件       1089  2009-10-30 14:29  WPF1\WPF1\Properties\Settings.Designer.cs

     文件        201  2009-10-30 14:29  WPF1\WPF1\Properties\Settings.settings

     文件        634  2009-10-31 00:23  WPF1\WPF1\Window1.xaml

     文件       4268  2009-10-31 00:40  WPF1\WPF1\Window1.xaml.cs

     文件       4449  2009-10-30 21:45  WPF1\WPF1\WPF1.csproj

     文件        902  2009-10-30 14:29  WPF1\WPF1.sln

    ..A..H.     20480  2009-10-31 00:41  WPF1\WPF1.suo

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

评论

共有 条评论