登录
首页 » C# » MumiMusic 音乐播放器(漂亮的UI界面)

MumiMusic 音乐播放器(漂亮的UI界面)

于 2019-07-03 发布
0 236
下载积分: 1 下载次数: 1

代码说明:

MumiMusic 音乐播放器(漂亮的UI界面)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • vb上位机温度监测界面
    【实例简介】VB6编写的上位机源码,可实时显示曲线图,带有数据库,可以进行历史数据的保存 及 查看历史采集数据。
    2021-09-09 00:31:03下载
    积分:1
  • winform 漂亮导航菜单 示例源码
    winform 漂亮导航菜单 示例源码
    2018-01-12下载
    积分:1
  • C#百度AI_文字识别DEMO
    【实例简介】 C#百度AI_文字识别[调用接口]
    2021-08-22 00:30:54下载
    积分:1
  • 数据接收源码下载
    ads
    2013-10-09下载
    积分:1
  • C#与三菱Q系列PLC以太网通信
    C#与三菱Q系列PLC以太网通信
    2020-12-04下载
    积分:1
  • 微信回复消息 例子类源码下载
    微信帮助
    2015-01-14下载
    积分:1
  • web在线编辑器例子源码下载(ueditor)
    web在线编辑器例子源码下载(ueditor)
    2015-05-27下载
    积分:1
  • c课件
    c语言课件
    2020-11-07下载
    积分:1
  • C# web QQ登陆示例
    C# web QQ登陆示例
    2014-04-21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载