登录
首页 » C# » 非常漂亮的Winform皮肤控件(好看的渐变登录)

非常漂亮的Winform皮肤控件(好看的渐变登录)

于 2015-03-04 发布
0 211
下载积分: 1 下载次数: 0

代码说明:

非常漂亮的Winform皮肤控件(好看的渐变登录)

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

发表评论

0 个回复

  • RS-232接口 示例源码下载 SerialPortTerminal
    RS-232接口 示例源码下载 SerialPortTerminal
    2021-04-20 23:48:49下载
    积分:1
  • NPOI操作Execel
    NPOI操作Execel
    2013-09-01下载
    积分:1
  • C++ 动态链接库动态加载(提高篇-实例186).zip
    C++ 动态链接库动态加载(提高篇-实例186).zip
    2019-10-02下载
    积分:1
  • 一卡通过管理系统
    【实例简介】一卡通过管理系统
    2021-11-30 00:45:53下载
    积分:1
  • log4net记录 winform程序 全局错误日志 例子源码
    log4net 全局错误
    2014-10-22下载
    积分:1
  • 微信框架 WeiXin.Framework 完整源码+实例 非常不错<赞>
    微信框架 WeiXin.Framework 完整源码+实例 非常不错
    2014-04-24下载
    积分:1
  • c# 对象拷贝属性 Copy方法
    c# 对象拷贝属性 Copy方法
    2014-07-15下载
    积分:1
  • 动画效果浮动窗体实例
            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
  • 北京大学动态规划专题课件PPT
    北京大学动态规划专题课件
    2020-11-01下载
    积分:1
  • C# 异常处理常用示例源码
    除零异常、空引用、自定义异常示例,适合刚入门的同学学习
    2013-02-13下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载