• 大小: 38.58MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-02-03
  • 语言: C#
  • 标签: c#  

资源简介

由c#编写的音乐播放器,包含常用功能,比如歌词滚动显示,歌曲列表展示,上一首、下一首。单曲播放、循环播放、顺序播放,有进度条可调整播放进度等等

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace MyMusicBox
{
    public class DoubleBufferPanel : Panel
    {
        public DoubleBufferPanel()
        {
            this.Setstyle(Controlstyles.AllPaintingInWmPaint | //不擦除背景 减少闪烁
               Controlstyles.OptimizedDoubleBuffer | //双缓冲
                Controlstyles.UserPaint //使用自定义的重绘事件减少闪烁
                true);
        }
    }
}

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

    ..A..H.     56832  2018-10-11 19:55  MyMusicBox\.vs\MyMusicBox\v14\.suo

     文件        189  2018-10-02 09:57  MyMusicBox\MyMusicBox\App.config

     文件      53760  2018-10-02 13:18  MyMusicBox\MyMusicBox\bin\Debug\AxInterop.WMPLib.dll

     文件    1128214  2018-10-08 16:37  MyMusicBox\MyMusicBox\bin\Debug\bks\张杰&张碧晨-只要平凡.jpg

     文件     246235  2018-10-09 12:56  MyMusicBox\MyMusicBox\bin\Debug\bks\等你下课(with 杨瑞代)-周杰伦.jpg

     文件     423312  2018-10-06 14:02  MyMusicBox\MyMusicBox\bin\Debug\bks\薛之谦-最好.jpg

     文件    1898734  2018-10-02 14:59  MyMusicBox\MyMusicBox\bin\Debug\bks\陈一发儿-童话镇.jpg

     文件     212082  2018-03-28 21:28  MyMusicBox\MyMusicBox\bin\Debug\bks\音阙诗听-红昭愿.jpg

     文件     330752  2018-10-02 13:18  MyMusicBox\MyMusicBox\bin\Debug\Interop.WMPLib.dll

     文件         95  2018-10-11 19:51  MyMusicBox\MyMusicBox\bin\Debug\love\like.txt

     文件       8307  2018-10-07 20:48  MyMusicBox\MyMusicBox\bin\Debug\love\like_1.png

     文件       8627  2018-10-07 20:48  MyMusicBox\MyMusicBox\bin\Debug\love\like_2.png

     文件       1639  2018-10-08 16:24  MyMusicBox\MyMusicBox\bin\Debug\lyrics\张杰&张碧晨-只要平凡.lrc

     文件       1424  2018-10-08 11:47  MyMusicBox\MyMusicBox\bin\Debug\lyrics\等你下课(with 杨瑞代)-周杰伦.lrc

     文件       1767  2018-10-08 16:11  MyMusicBox\MyMusicBox\bin\Debug\lyrics\薛之谦-最好.lrc

     文件       1580  2018-03-28 11:12  MyMusicBox\MyMusicBox\bin\Debug\lyrics\陈一发儿-童话镇.lrc

     文件       1356  2018-03-28 11:12  MyMusicBox\MyMusicBox\bin\Debug\lyrics\音阙诗听-红昭愿.lrc

     文件    4370432  2018-10-11 17:37  MyMusicBox\MyMusicBox\bin\Debug\MyMusicBox.exe

     文件        189  2018-10-02 09:57  MyMusicBox\MyMusicBox\bin\Debug\MyMusicBox.exe.config

     文件      73216  2018-10-11 17:37  MyMusicBox\MyMusicBox\bin\Debug\MyMusicBox.pdb

     文件      22696  2018-10-11 19:53  MyMusicBox\MyMusicBox\bin\Debug\MyMusicBox.vshost.exe

     文件        189  2018-10-02 09:57  MyMusicBox\MyMusicBox\bin\Debug\MyMusicBox.vshost.exe.config

     文件        490  2016-07-16 19:44  MyMusicBox\MyMusicBox\bin\Debug\MyMusicBox.vshost.exe.manifest

     文件    3938790  2018-10-08 16:24  MyMusicBox\MyMusicBox\bin\Debug\songs\张杰&张碧晨-只要平凡.mp3

     文件   10802353  2018-10-09 12:36  MyMusicBox\MyMusicBox\bin\Debug\songs\等你下课(with 杨瑞代)-周杰伦.mp3

     文件    4128865  2018-03-28 11:12  MyMusicBox\MyMusicBox\bin\Debug\songs\陈一发儿-童话镇.mp3

     文件     140428  2018-08-21 17:36  MyMusicBox\MyMusicBox\bin\Debug\thema\test.jpg

     文件      69856  2018-10-08 16:32  MyMusicBox\MyMusicBox\bin\Debug\thema\张杰&张碧晨-只要平凡.jpg

     文件     179124  2018-10-09 12:38  MyMusicBox\MyMusicBox\bin\Debug\thema\等你下课(with 杨瑞代)-周杰伦.jpg

     文件     196797  2018-10-07 20:35  MyMusicBox\MyMusicBox\bin\Debug\thema\薛之谦-最好.jpg

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

评论

共有 条评论