资源简介
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 Pla
目录 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个文件信息
- 上一篇:c#影院系统大作业,班评第一名
- 下一篇:c#酒店管理系统235697
相关资源
- c#酒店管理系统235697
- c#影院系统大作业,班评第一名
- MyMusicBoxc#音乐播放器
- C#入门经典(第5版)中文高清版含代
- Unity2D小游戏——炸弹人类似qq堂的小
- 精伦台式具名身份证阅读器机具C#源代
- C# C/s项目源码
- visual C#2005 管理系统开发经典案例 罗
- C# 实现局域网视频监控Socket 编程
- C#版24点扑克游戏源代码
- Visual Studio C#播放器制作
- 大图找小图 C#图片对比高速找图源码
- C#实现高斯正反算
- ASP.NET C#大学生就业管理系统
- 俄罗斯方框UNITY项目案例包含代码
- 杭州三汇语音卡电话拨号程序源代码
- C#毕业生信息管理系统源码
- c# SQL 旅游管理系统
- 微软认证考试c# 大全
- 青岛理工c#课设
- 基于C#与Mwic_32.dll编写的IC刷卡读写考
- C# 手写输入源码
- C#企业电话客服系统215910
- C#一个简陋的截图工具-供初学用我也
- c# 图像旋转 winform 窗体 图片转动
- C# 精确判断 点 是否在 闭合曲线
- C#新中新DKQ-116D二次开发代码
- C#网页爬虫抓取国家统计局行政区划数
- C#多元线性回归算法
- .Net C# 小程序卡券demo
评论
共有 条评论