登录
首页 » C# » 布局控件 WeifenLuo.WinFormsUI.Docking.dll下载

布局控件 WeifenLuo.WinFormsUI.Docking.dll下载

于 2014-02-01 发布
0 111
下载积分: 1 下载次数: 0

代码说明:

布局控件 WeifenLuo.WinFormsUI.Docking.dll下载

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

发表评论

0 个回复

  • 百度网盘 网址 转换程序,转换后可直接下载
    百度网盘 网址 转换程序,转换后可直接下载
    2013-11-23下载
    积分:1
  • NET常用公共类库 源码下载(严重赞)
    包含了各个层面的常用类源码,看完你会感谢作者的。。。
    2015-01-26下载
    积分:1
  • c# 簡易電子琴 源码
    c# 簡易電子琴 源码
    2017-08-30下载
    积分:1
  • C#爬虫实现百度图片下载器和小说阅读器
    百度图片下载器输入关键字选择图片类型下载到指定目录下;小说阅读器爬取的是笔趣阁网站,依次获取小说分类、小说名称、小说章节以及章节内容,可实现对当前小说的下载、暂停下载和恢复下载。程序实现都涉及到了多线程的知识。两个项目,血赚不亏!
    2020-12-06下载
    积分:1
  • 推箱子
    推箱子
    2013-08-27下载
    积分: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
  • qrcode 识别(zbar-sharp)
    条码识别 【核心代码】 usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Diagnostics; usingSystem.Drawing; usingSystem.Linq; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Drawing.Imaging; usingThoughtWorks.QRCode.Codec; usingThoughtWorks.QRCode.Codec.Data; usingZBar; usingZXing; usingImage = System.Drawing.Image;
    2021-08-05 00:31:11下载
    积分:1
  • winform 实现鼠标拖放图片, 随鼠标移动的图像实例 附完整源码
    鼠标拖动图片,然后图片随着鼠标移动,放开鼠标后 图片则停留在新位置,如下图效果
    2013-05-07下载
    积分:1
  • metro风格的wpf框架,可以帮助我们快速实现Metro样式的Wpf程序
    metro风格的wpf框架,可以帮助我们快速实现Metro样式的Wpf程序
    2016-06-08下载
    积分:1
  • wpf mvvm prism 登陆实例源码下载
    wpf mvvm prism 登陆实例源码下载
    2015-01-13下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载