• 大小: 6.25MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-09-23
  • 语言: C#
  • 标签: WPF工具栏  

资源简介

WPF超级完美仿苹果的工具栏,即当鼠标放到图标上时会慢慢的放大,离开时又会还原的那种效果。源代码用VS2010打开!运行后留意屏幕底部会像苹果系统那样有一个超酷的工具栏,需要的朋友们下吧!

资源截图

代码片段和文件信息

/*  This file is part of Bauble - http://bauble.codeplex.com
 *  Copyright (C) 2010-2012 Scott Blomfield
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation either version 3 of the License or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not see 
 *
 *  Additional portions Copyright (C) (year) by (contributor)
 */
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace Bauble
{
    /// 
    /// Interaction logic for App.xaml
    /// 

    public partial class App : Application
    {
    }
}

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

    .......       636  2012-07-16 15:58  Bauble 0.1.1 Technology Preview Source\Bauble\app.config

    .......       290  2012-07-09 15:04  Bauble 0.1.1 Technology Preview Source\Bauble\App.xaml

    .......      1160  2012-07-12 09:13  Bauble 0.1.1 Technology Preview Source\Bauble\App.xaml.cs

    .......       232  2009-05-28 09:40  Bauble 0.1.1 Technology Preview Source\Bauble\AppSettings.xaml

     文件       1140  2012-11-11 16:08  Bauble 0.1.1 Technology Preview Source\Bauble\AppSettings.xaml.cs

     文件      12471  2012-11-11 15:43  Bauble 0.1.1 Technology Preview Source\Bauble\Bauble.csproj

     文件        208  2012-11-11 15:43  Bauble 0.1.1 Technology Preview Source\Bauble\Bauble.csproj.user

    .......   1644118  2012-07-05 17:04  Bauble 0.1.1 Technology Preview Source\Bauble\Bauble.ico

     文件      38912  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.Buttons.dll

     文件      79360  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.Buttons.pdb

     文件      35328  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.Common.dll

     文件      75264  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.Common.pdb

     文件    4961792  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.exe

     文件        636  2012-07-16 15:58  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.exe.config

     文件       8704  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.IconFlows.dll

     文件      26112  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.IconFlows.pdb

     文件      48640  2012-12-23 23:59  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.pdb

     文件      11592  2012-12-24 00:01  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.vshost.exe

     文件        636  2012-07-16 15:58  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.vshost.exe.config

     文件        490  2010-03-17 22:39  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\Bauble.vshost.exe.manifest

    .......     27194  2012-07-10 08:11  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\calculator.png

    .......    177672  2008-09-02 22:00  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\Chrome.png

    .......     25419  2012-07-10 08:12  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\CommandPrompt.png

    .......    132311  2012-07-10 08:12  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\InternetExplorer.png

    .......    111461  2012-07-10 08:12  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\Microphone.png

    .......     10814  2009-05-21 16:27  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\mIRC.png

    .......     61240  2012-07-10 08:11  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\Notepad.png

    .......     60668  2008-05-23 12:48  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\Outlook.png

    .......     70950  2009-05-21 16:27  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\PaintShopPro.png

    .......     62324  2009-05-21 16:27  Bauble 0.1.1 Technology Preview Source\Bauble\bin\Debug\icons\UltraEdit.png

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

评论

共有 条评论

相关资源