登录
首页 » C# » C#界面美化,大型餐饮业订餐(含 数据库以及完整源码)

C#界面美化,大型餐饮业订餐(含 数据库以及完整源码)

于 2015-01-19 发布
0 247
下载积分: 1 下载次数: 0

代码说明:

含 数据库以及完整源码

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

发表评论

0 个回复

  • winds服务实例,发送邮件且禁用违法规则的用户权限
    C#编写的winds服务,针对超出规则的用户发送提醒,如果提醒后三个工作日中没进行处理则禁用用户权限
    2015-01-17下载
    积分:1
  • 每项可以显示多行文本的ListBox控件
    每项可以显示多行文本的ListBox控件
    2013-10-02下载
    积分:1
  • c异或实现音频的加密解密
    采用异或实现加解密
    2019-07-24下载
    积分:1
  • C#百度AI_文字识别DEMO
    【实例简介】 C#百度AI_文字识别[调用接口]
    2021-08-22 00:30:54下载
    积分:1
  • c#通用看门狗 进程监控例子
    c#通用看门狗 进程监控例子
    2015-02-14下载
    积分:1
  • 人事管理系统源码下载(含数据库文件)
    包含了 员工档案管理、统计以及考勤管理、日常记事、通讯录等功能,可拿来直接使用 友情提示:登录密码:1 将manager.mdb 以及skin下的文件 拷贝到 Release目录内,点击Release目录中的 manager.exe即可使用
    2015-05-06下载
    积分:1
  • 百度地图实例和天气预报实例
    百度地图实例代码,和天气预报实例
    2015-06-25下载
    积分:1
  • C# 根据图片读取条形码实例源码下载
    C# 根据图片读取条形码实例源码下载
    2015-03-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
  • ASP.NET绑定sql数据库采用echarts显示数据图表(实现了柱状图和饼图)
    ASP.NET绑定sql数据库采用echarts显示数据图表,已封装成类文件
    2019-07-22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载