登录
首页 » C# » C# 权限登录,社团管理,成员管理(入门级示例)

C# 权限登录,社团管理,成员管理(入门级示例)

于 2019-01-07 发布
0 287
下载积分: 1 下载次数: 0

代码说明:

C# 权限登录,社团管理,成员管理(入门级示例)

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

发表评论

0 个回复

  • c# 对象拷贝属性 Copy方法
    c# 对象拷贝属性 Copy方法
    2014-07-15下载
    积分:1
  • PHONE 手机端 蛋糕房系统源码下载
    API
    2014-07-25下载
    积分: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
  • asp.net 笔记本电脑在线销售系统源码(含数据库)
    该系统为一笔记本电脑在线销售系统,功能简单后台主要功能有:  订单管理: 未处理的订单  已处理的订单  今天的新订单   商品管理: 商品分类管理  添加新商品  编辑商品信息   系统管理: 商品促销信息  网站新闻管理  商品评论管理  客户反馈管理 统计调查管理   用户管理: 客户档案管理  更改管理员密码 
    2020-03-07下载
    积分:1
  • 于winform的串口调试助手
    基于winform的串口调试助手
    2019-12-27下载
    积分:1
  • C++ Reference.chm
    C++ Reference.chm
    2020-03-02下载
    积分:1
  • 练习数据结构用途
    练习数据结构用途
    2015-06-24下载
    积分:1
  • C# RadioListBox 多选框示例源码
    C# RadioListBox 多选框示例源码
    2013-10-02下载
    积分:1
  • 仓库管理系统源码
    仓库管理系统源码
    2020-11-02 06:59:53下载
    积分:1
  • VS插件源码JSLint(JS辅助工具)
    VS插件源码JSLint(JS辅助工具)
    2015-09-23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载