資源簡介
網(wǎng)上找的豆瓣FM源碼!很實用!能改動

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows;
using?System.Windows.Controls;
using?System.Windows.Data;
using?System.Windows.Documents;
using?System.Windows.Input;
using?System.Windows.Media;
using?System.Windows.Media.Imaging;
using?System.Windows.Shapes;
namespace?DoubanFM
{
????///?
????///?About.xaml?的交互邏輯
????///?
????public?partial?class?About?:?Window
????{
????????MainWindow?mainWnd?=?(MainWindow)Application.Current.MainWindow;
????????public?About()
????????{
????????????InitializeComponent();
????????????border.Background?=?mainWnd.mainBorder.Background;
????????????line1.Text?=?@“??本軟件是豆瓣電臺Windows桌面客戶端,界面簡潔,功能齊全。豆瓣先進的推薦技術(shù)讓您與好音樂不期而遇!“;
????????????line2.Text?=?@“??軟件是基于.Net?framework?4.0平臺,借助WPF技術(shù)完成,因此用戶需要先安裝.Net?framework?4.0后才可使用。軟件使用方法和FAQ見作者主頁!“;
????????????line4.Text?=?@“??軟件主頁:?www.win7soft.com/justplus/dbfm“;
????????????line5.Text?=?@“??作者郵箱:?justplus@ahu.edu.cn“;
????????}
????????private?void?DragMove(object?sender?MouseButtonEventArgs?e)
????????{
????????????Point?headerPoint?=?e.GetPosition(this);
????????????if?(e.ButtonState?==?MouseButtonState.Pressed?&&?headerPoint.Y?>=?0?&&?headerPoint.Y?<=?30?&&?headerPoint.X?>=?0?&&?headerPoint.X?<=?330)
????????????????this.DragMove();
????????}
????????private?void?CloseClick(object?sender?MouseButtonEventArgs?e)
????????{
????????????this.Close();
????????}
????????public?void?ShowDialog(MainWindow?mainWnd)
????????{
????????????Point?pos?=?mainWnd.PointToScreen(new?Point(0?0));
????????????this.Left?=?pos.X?-?62;
????????????this.Top?=?pos.Y?+?45;
????????????base.ShowDialog();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3014??2012-06-26?09:12??豆瓣FM源碼\51Aspx源碼必讀.txt
?????文件???????1996??2012-06-26?09:12??豆瓣FM源碼\About.xaml
?????文件???????1933??2012-06-26?09:12??豆瓣FM源碼\About.xaml.cs
?????文件??????17424??2012-06-26?09:12??豆瓣FM源碼\App.xaml
?????文件????????304??2012-06-26?09:12??豆瓣FM源碼\App.xaml.cs
?????文件?????309760??2012-06-29?16:50??豆瓣FM源碼\bin\Debug\DoubanFM.exe
?????文件?????316928??2012-06-29?16:50??豆瓣FM源碼\bin\Debug\DoubanFM.pdb
?????文件??????22392??2012-06-29?16:51??豆瓣FM源碼\bin\Debug\DoubanFM.vshost.exe
?????文件????????490??2012-02-29?11:57??豆瓣FM源碼\bin\Debug\DoubanFM.vshost.exe.manifest
?????文件???????3415??2012-06-26?09:12??豆瓣FM源碼\Channels.xaml
?????文件???????9451??2012-06-26?09:12??豆瓣FM源碼\Channels.xaml.cs
?????文件???????9559??2012-06-26?09:12??豆瓣FM源碼\Core\Connectionba
?????文件???????7719??2012-06-26?09:12??豆瓣FM源碼\Core\GetLyric.cs
?????文件???????5332??2012-06-26?09:12??豆瓣FM源碼\Core\GetSongList.cs
?????文件???????1332??2012-06-26?09:12??豆瓣FM源碼\Core\LogOnResult.cs
?????文件???????1621??2012-06-26?09:12??豆瓣FM源碼\Core\SongResult.cs
?????文件???????9662??2012-06-26?09:12??豆瓣FM源碼\db.ico
?????文件???????9117??2012-06-26?09:12??豆瓣FM源碼\DoubanFM.csproj
?????文件????????857??2012-06-26?09:12??豆瓣FM源碼\DoubanFM.sln
?????文件??????52736??2012-06-26?09:12??豆瓣FM源碼\DoubanFM.suo
????..A..H.?????88064??2012-06-29?17:16??豆瓣FM源碼\DoubanFM.v11.suo
?????文件???????1624??2012-06-26?09:12??豆瓣FM源碼\ErrorMsg.xaml
?????文件???????1340??2012-06-26?09:12??豆瓣FM源碼\ErrorMsg.xaml.cs
?????文件???????4945??2012-06-26?09:12??豆瓣FM源碼\from.gif
?????文件???????2168??2012-06-26?09:12??豆瓣FM源碼\Help.xaml
?????文件???????1688??2012-06-26?09:12??豆瓣FM源碼\Help.xaml.cs
?????文件??????38245??2012-06-29?16:47??豆瓣FM源碼\Images\Album_Large.jpg
?????文件??????77727??2012-06-26?09:12??豆瓣FM源碼\Images\Album_Large2.jpg
?????文件?????100381??2012-06-26?09:12??豆瓣FM源碼\Images\Bottomline.png
?????文件????????634??2012-06-26?09:12??豆瓣FM源碼\Images\Check.png
............此處省略117個文件信息
- 上一篇:使用CUDA做圖像模湖匹配
- 下一篇:xtrareport中文幫助手冊
評論
共有 條評論