资源简介

visual studio 2010 C#设计,桌面播放器 ,基本功能齐全,带歌词显示,标准论文(摘要、前言、需求分析、详细设计方法功能描述等),完整代码,可直接运行

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;//添加控件及窗体的命名空间
using System.Drawing;
using System.Collections;//为ArrayList添加命名空间
using System.IO;


namespace PlayApparatus
{
    
    class FrmClass
    {
        #region  记录窗体的实例化信息-公共变量
        public static Form F_List = new Form();
        public static Form F_Libretto = new Form();
        public static Form F_Screen = new Form();
        public static Form F_MPlay = new Form();
        #endregion

        #region SS 记录鼠标的当前位置-公共变量
        public static Point CPoint;  //添加命名空间using System.Drawing;
        public static Point FrmPoint;
        public static int Now_FSpace = 10;//设置窗体间的距离
        #endregion

        #region SS 设置窗体的位置及大小-公共变量
        //Frm_Play
        public static int Now_Play_Top = 0;
        public static int Now_Play_Left = 0;
        public static int Now_Play_Width = 0;
        public static int Now_Play_Height = 0;
        //Frm_ListBox
        public static int Now_List_Top = 0;
        public static int Now_List_Left = 0;
        public static int Now_List_Width = 0;
        public static int Now_List_Height = 0;
        //Frm_Libretto
        public static int Now_Libretto_Top = 0;
        public static int Now_Libretto_Left = 0;
        public static int Now_Libretto_Width = 0;
        public static int Now_Libretto_Height = 0;
    
        #endregion

        #region SS 窗体距离差-公共变量
        public static int Now_List_space_Top = 0;
        public static int Now_List_space_Left = 0;
        public static int Now_Libretto_space_Top = 0;
        public static int Now_Libretto_space_Left = 0;
        #endregion

        #region  公共变量
        public static bool Now_Size = false;
        public static int Now_X = 0;
        public static int Now_Y = 0;
        public static int Now_CursotX = 0;
        public static int Now_CursotY = 0;
        public static int Now_Width = 0;
        public static int Now_Height = 0;
        public static int Now_Right = 0;
        public static double Now_TimeSizeD = 0;//当前播放长度
        public static double Now_Barframe = 0;//移动条的帧数
        public static int Now_BarLeft = 0;//长度
        public static string Now_PlayPath = ““;//播放文件的路径
        public static ArrayList Now_ArrLyric = new ArrayList();
        public static int Now_LyC = 0;//总行数
        public static bool Now_ifLy = false;//是否有歌词文件
        public static int Now_Mode = 3;//播放模式的序号
        public static int Now_ListMark = 0;//当前列表的播放序号
        #endregion

        #region  SS 控件移动窗体
        /// 
        /// 利用控件移动窗体
        /// 

        /// 窗体
        /// 控件的移动事件
        public void FrmMove(Form Frm MouseEventArgs e)  //Form或MouseEventArgs添加命名空间using System.Windows.Forms;
        {
            if (e.Button == MouseButtons.Left)
            {
                Point myPosittion 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-11-08 15:20  音乐播放器论文+源代码\
     文件      373695  2015-11-08 15:13  音乐播放器论文+源代码\C#课设-简单音乐播放器.doc
     文件         929  2015-06-20 13:31  音乐播放器论文+源代码\Little Player.sln
     目录           0  2015-11-08 15:19  音乐播放器论文+源代码\PlayApparatus\
     文件       16626  2015-07-03 13:05  音乐播放器论文+源代码\PlayApparatus\FrmClass.cs
     文件        4374  2015-06-28 19:39  音乐播放器论文+源代码\PlayApparatus\Frm_Libretto.Designer.cs
     文件        3844  2015-07-01 22:43  音乐播放器论文+源代码\PlayApparatus\Frm_Libretto.cs
     文件        5814  2015-06-28 19:39  音乐播放器论文+源代码\PlayApparatus\Frm_Libretto.resx
     文件        6425  2015-06-13 20:04  音乐播放器论文+源代码\PlayApparatus\Frm_ListBox 01.resx
     文件       12682  2015-07-01 20:24  音乐播放器论文+源代码\PlayApparatus\Frm_ListBox.Designer.cs
     文件       12523  2015-07-03 13:02  音乐播放器论文+源代码\PlayApparatus\Frm_ListBox.cs
     文件       43398  2015-07-01 20:24  音乐播放器论文+源代码\PlayApparatus\Frm_ListBox.resx
     文件       22152  2015-06-29 15:27  音乐播放器论文+源代码\PlayApparatus\Frm_Play.Designer.cs
     文件       29999  2015-07-03 12:54  音乐播放器论文+源代码\PlayApparatus\Frm_Play.cs
     文件      399158  2015-06-29 15:27  音乐播放器论文+源代码\PlayApparatus\Frm_Play.resx
     文件        2786  2015-07-01 20:55  音乐播放器论文+源代码\PlayApparatus\Frm_Screen.Designer.cs
     文件        3640  2015-07-03 12:51  音乐播放器论文+源代码\PlayApparatus\Frm_Screen.cs
     文件        6510  2015-07-01 20:55  音乐播放器论文+源代码\PlayApparatus\Frm_Screen.resx
     目录           0  2015-11-08 15:19  音乐播放器论文+源代码\PlayApparatus\Image\
     文件        3513  2008-08-19 19:08  音乐播放器论文+源代码\PlayApparatus\Image\EQ.png
     文件        3606  2008-08-19 19:11  音乐播放器论文+源代码\PlayApparatus\Image\EQ变.png
     文件        3509  2008-08-19 19:08  音乐播放器论文+源代码\PlayApparatus\Image\LRC.png
     文件        3587  2008-08-19 19:11  音乐播放器论文+源代码\PlayApparatus\Image\LRC变.png
     文件        3525  2008-08-19 19:09  音乐播放器论文+源代码\PlayApparatus\Image\PL.png
     文件        3617  2008-08-19 19:11  音乐播放器论文+源代码\PlayApparatus\Image\PL变.png
     文件        7680  2010-03-15 11:01  音乐播放器论文+源代码\PlayApparatus\Image\Thumbs.db
     文件        3495  2008-08-23 13:53  音乐播放器论文+源代码\PlayApparatus\Image\WF.png
     文件        3576  2008-08-23 13:54  音乐播放器论文+源代码\PlayApparatus\Image\WF变.png
     文件        4834  2008-08-19 19:01  音乐播放器论文+源代码\PlayApparatus\Image\停止按钮.png
     文件        4847  2008-08-19 19:04  音乐播放器论文+源代码\PlayApparatus\Image\停止按钮变.png
     文件       14169  2008-08-16 10:25  音乐播放器论文+源代码\PlayApparatus\Image\关闭按钮.jpg
............此处省略184个文件信息

评论

共有 条评论