資源簡介
該WPF程序能超級完美模擬蘋果工具欄,并且還能從工具欄上啟動記事本、瀏覽器等程序

代碼片段和文件信息
/*??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\Bauble\app.config
????.......???????290??2012-07-09?15:04??Bauble\Bauble\App.xaml
????.......??????1160??2012-07-12?09:13??Bauble\Bauble\App.xaml.cs
????.......???????232??2009-05-28?09:40??Bauble\Bauble\AppSettings.xaml
?????文件???????1140??2012-11-11?16:08??Bauble\Bauble\AppSettings.xaml.cs
?????文件??????12471??2012-11-11?15:43??Bauble\Bauble\Bauble.csproj
?????文件????????208??2012-11-11?15:43??Bauble\Bauble\Bauble.csproj.user
????.......???1644118??2012-07-05?17:04??Bauble\Bauble\Bauble.ico
?????文件??????38912??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.Buttons.dll
?????文件?????101888??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.Buttons.pdb
?????文件??????35328??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.Common.dll
?????文件??????87552??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.Common.pdb
?????文件????4961792??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.exe
?????文件????????636??2012-07-16?15:58??Bauble\Bauble\bin\Debug\Bauble.exe.config
?????文件???????8704??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.IconFlows.dll
?????文件??????28160??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.IconFlows.pdb
?????文件??????67072??2013-06-04?14:57??Bauble\Bauble\bin\Debug\Bauble.pdb
?????文件??????11592??2013-06-04?15:37??Bauble\Bauble\bin\Debug\Bauble.vshost.exe
?????文件????????636??2012-07-16?15:58??Bauble\Bauble\bin\Debug\Bauble.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Bauble\Bauble\bin\Debug\Bauble.vshost.exe.manifest
????.......?????27194??2012-07-10?08:11??Bauble\Bauble\bin\Debug\icons\calculator.png
????.......????177672??2008-09-02?22:00??Bauble\Bauble\bin\Debug\icons\Chrome.png
????.......?????25419??2012-07-10?08:12??Bauble\Bauble\bin\Debug\icons\CommandPrompt.png
????.......????132311??2012-07-10?08:12??Bauble\Bauble\bin\Debug\icons\InternetExplorer.png
????.......????111461??2012-07-10?08:12??Bauble\Bauble\bin\Debug\icons\Microphone.png
????.......?????10814??2009-05-21?16:27??Bauble\Bauble\bin\Debug\icons\mIRC.png
????.......?????61240??2012-07-10?08:11??Bauble\Bauble\bin\Debug\icons\Notepad.png
????.......?????60668??2008-05-23?12:48??Bauble\Bauble\bin\Debug\icons\Outlook.png
????.......?????70950??2009-05-21?16:27??Bauble\Bauble\bin\Debug\icons\PaintShopPro.png
????.......?????62324??2009-05-21?16:27??Bauble\Bauble\bin\Debug\icons\UltraEdit.png
............此處省略258個文件信息
評論
共有 條評論