登录
首页 » C# » wpf 仿qq登陆 翻转效果 源码下载

wpf 仿qq登陆 翻转效果 源码下载

于 2015-03-25 发布
0 104
下载积分: 1 下载次数: 0

代码说明:

wpf 仿qq登陆 翻转效果 源码下载

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

发表评论

0 个回复

  • MODBUS ASCII及MODBUS RTU通讯
    只需要输入站号地址就可以实现通讯 不需要复杂的LRC及CRC计算
    2019-09-21下载
    积分:1
  • C# 下载地图碎片文件并自动并合的下载引擎 源码下载
    下载地图碎片文件并自动并合的下载引擎 例子
    2014-10-23下载
    积分:1
  • 蓝桥杯习题(历届试题及答案)
    【实例简介】
    2021-07-23 00:31:15下载
    积分:1
  • C# 汉字转拼音源码(分词算法处理多音字,含声调 音调)
    C# 汉字转拼音源码(分词算法处理多音字,含声调 音调)
    2015-01-03下载
    积分:1
  • C#酒店管理系统源码(含数据库)
    C#酒店管理系统源码(含数据库)
    2019-06-02下载
    积分:1
  • 【0013】S7-200与变频器USS通讯控制生活消防两用水泵
    【实例简介】
    2021-08-08 00:31:03下载
    积分:1
  • pop3 接收qq邮箱邮件 实例源码下载
    pop3 接收qq邮箱邮件 实例源码下载
    2015-01-16下载
    积分:1
  • C# 电脑挂机锁,锁屏 实例源码下载
    电脑挂机锁,用于电脑锁屏,可以自己定义图片及图片透明度,设定密码
    2015-03-11下载
    积分:1
  • asp.net 手机微网站源码 下载(含数据库)
    企业门户网站微网站,有列表页、内容详细页、在线留言、联系我们等模块,没有完善后台操作管理
    2014-11-12下载
    积分: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
  • 696518资源总数
  • 104349会员总数
  • 32今日下载