登录
首页 » C# » DataGridView单元格合并和二维表头

DataGridView单元格合并和二维表头

于 2014-05-15 发布
0 98
下载积分: 1 下载次数: 0

代码说明:

DataGridView单元格合并和二维表头

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

发表评论

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
  • 用C#_编写的一个简单屏保程序
    用C#_编写的一个简单屏保程序
    2015-05-18下载
    积分:1
  • c#任务管理器 示例代码
    自己做的c#任务管理器
    2014-09-19下载
    积分:1
  • C# 用树型列表动态显示菜单 例子源码下载
    从数据库读取数据 加载至树形空间
    2015-04-20下载
    积分:1
  • C# 仪表盘 例子源码
    C# 仪表盘 例子源码
    2014-11-04下载
    积分:1
  • 于socket开发的客户端服务端实例
    【实例简介】客户端服务端实例
    2021-10-29 00:36:40下载
    积分:1
  • 调用和摄像头识别二维码
    调用和摄像头识别二维码
    2013-05-10下载
    积分:1
  • C# 代码相似度计算 例子源码下载
    文本相似度计算
    2014-10-19下载
    积分:1
  • ACM解题策略
    ACM解题策略
    2020-06-19下载
    积分:1
  • C# 12306订票软件 实例源码下载
    C# 12306订票软件 实例源码下载
    2014-07-15下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载