• 大小: 3.06M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: QQ  播放器  音乐  播放  

资源简介

新手做的QQ音乐播放器

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Net;

namespace QQ音乐播放器
{

    public partial class Form1 : Form
    {
        #region 变量定义
        bool dragging = false;
        bool enterprobar = false;//判断鼠标是否在进度条中
        Point pointClicked;//拖动相关变量
        public windows1 w1 = new windows1();
        public 音乐馆 w2 = new 音乐馆();
        public 网络歌曲 w3 = new 网络歌曲();
        public 网络歌曲列表 w4 = new 网络歌曲列表();
        public 说明 w5 = new 说明();
        public 本地歌曲 w6 = new 本地歌曲();
        public 本地歌曲2 w6_2 = new 本地歌曲2();//各个界面
        public 精简模式 modern2;
        public bool playorpause = t

评论

共有 条评论