資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Media;
using?System.xml;
namespace?StarMusicPlayer
{
????public?partial?class?FormMain?:?Form
????{
????????//51aspx.com調(diào)試測試
????????WMPLib.WindowsMediaPlayerClass?MediaPlayer;
????????string?xmlMediaListPath?=?System.Environment.CurrentDirectory+“\\MediaList.xml“;//MediaList.xml播放列表的存取位置
????????Point?mousePoint;//按住標(biāo)題移動窗體時,mousePoint記錄鼠標(biāo)按下時的位置
????????bool?FormShowState;//窗體顯示狀態(tài)false為正常true為最小化
????????int?screens?=?0;//播放列表的顯示屏數(shù)
????????string?playMode?=?“隨機播放“;//播放模式
????????public?FormMain()
????????{
????????????InitializeComponent();
????????????this.ShowInTaskbar?=?false;
?????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2021??2011-12-23?10:55??51Aspx源碼必讀?.txt
?????文件???????37579??2011-12-23?10:55??FormMain.cs
?????文件???????74263??2011-12-23?10:55??FormMain.Designer.cs
?????文件???????83567??2011-12-23?10:55??FormMain.resx
?????文件????????4945??2011-12-23?10:55??from.gif
?????文件???????15086??2011-12-23?10:55??media.ico
?????文件?????????501??2011-12-23?10:55??Program.cs
?????文件???????12137??2011-12-23?10:55??StarMusicPla
?????文件?????????559??2011-12-23?10:55??StarMusicPla
?????文件?????????919??2011-12-23?10:55??StarMusicPla
?????文件???????27648??2011-12-23?10:55??StarMusicPla
?????文件?????????123??2011-12-23?10:55??最新Asp.Net源碼下載.url
?????文件???????32768??2011-12-23?10:55??bin\Debug\GlowButton.dll
?????文件??????290816??2011-12-23?10:55??bin\Debug\Interop.WMPLib.dll
?????文件??????????68??2011-12-23?10:55??bin\Debug\MediaList.xm
?????文件???????81920??2011-12-23?10:55??bin\Debug\MediaSlider.dll
?????文件?????1040384??2011-12-23?10:55??bin\Debug\StarMusicPla
?????文件???????91648??2011-12-23?10:55??bin\Debug\StarMusicPla
?????文件???????11608??2011-12-23?10:55??bin\Debug\StarMusicPla
?????文件?????????490??2011-12-23?10:55??bin\Debug\StarMusicPla
?????文件?????????447??2011-12-23?10:55??obj\StarMusicPla
?????文件???????16445??2011-12-23?10:55??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????18034??2011-12-23?10:55??obj\Debug\GenerateResource-ResGen.read.1.tlog
?????文件???????????2??2011-12-23?10:55??obj\Debug\GenerateResource-ResGen.read.4.tlog
?????文件????????1006??2011-12-23?10:55??obj\Debug\GenerateResource-ResGen.write.1.tlog
?????文件???????????2??2011-12-23?10:55??obj\Debug\GenerateResource-ResGen.write.4.tlog
?????文件??????290816??2011-12-23?10:55??obj\Debug\Interop.WMPLib.dll
?????文件????????8903??2011-12-23?10:55??obj\Debug\ResolveAssemblyReference.cache
?????文件????????3778??2011-12-23?10:55??obj\Debug\StarMusicPla
?????文件????????4121??2011-12-23?10:55??obj\Debug\StarMusicPla
?????文件?????????685??2011-12-23?10:55??obj\Debug\StarMusicPla
............此處省略88個文件信息
評論
共有 條評論