资源简介

基于winform进行开发,实现了奶茶店点餐管理系统的功能,存在一些bug,非常适合做为毕业设计和学习使用 二、菜单功能 1、点餐:点餐、退出 2、录入:饮品录入、服务员档案录入 3、查询:饮品查询、服务员档案查询、收银查询 4、统计:销售量查询 5、登陆、显示当前系统时间

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
// 下载于www.51aspx.com
namespace demo_MilkTea
{
    class Connection
    {
        string constr = “Data Source=.\\SQL2008;Initial Catalog=MilkTea;uid=sa;pwd=sa;“;
        public string Constr
        {
            get {return constr;}
            set { constr = value; }
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3155  2015-04-27 09:55  51Aspx源码必读.txt
     文件         374  2015-04-27 09:54  Connection.cs
     文件        5998  2015-04-24 18:20  CrystalReport_Xsltj.cs
     文件       32768  2015-01-28 12:47  CrystalReport_Xsltj.rpt
     目录           0  2015-04-24 18:19  DB_51aspx\
     文件     3145728  2015-04-27 09:55  DB_51aspx\MilkTea.mdf
     文件     1048576  2015-04-27 09:55  DB_51aspx\MilkTea_log.ldf
     文件       64437  2015-04-24 18:20  DataSet1.Designer.cs
     文件         381  2015-01-28 12:47  DataSet1.xsc
     文件       11728  2015-01-28 12:47  DataSet1.xsd
     文件         853  2015-01-28 12:47  DataSet1.xss
     文件        1690  2015-01-28 12:47  Drink.cs
     文件       11132  2015-01-28 12:47  Form_Bill.Designer.cs
     文件        2343  2015-01-28 12:47  Form_Bill.cs
     文件        6209  2015-01-28 12:47  Form_Bill.resx
     文件        9836  2015-01-28 12:47  Form_Czxxwh.Designer.cs
     文件        2083  2015-01-28 12:47  Form_Czxxwh.cs
     文件        8388  2015-01-28 12:47  Form_Czxxwh.resx
     文件       30404  2015-01-28 12:47  Form_Fwydacx.Designer.cs
     文件        1770  2015-01-28 12:47  Form_Fwydacx.cs
     文件       11023  2015-01-28 12:47  Form_Fwydacx.resx
     文件       16468  2015-01-28 12:47  Form_Fwydalr.Designer.cs
     文件        5027  2015-01-28 12:47  Form_Fwydalr.cs
     文件        7268  2015-01-28 12:47  Form_Fwydalr.resx
     文件        5321  2015-04-27 09:54  Form_Fwydawh.cs
     文件       17783  2015-01-28 12:47  Form_Fwydawh.designer.cs
     文件        7264  2015-01-28 12:47  Form_Fwydawh.resx
     文件        4985  2015-01-28 12:47  Form_Login.Designer.cs
     文件        1552  2015-01-28 12:47  Form_Login.cs
     文件        5814  2015-01-28 12:47  Form_Login.resx
     文件       15811  2015-01-28 12:47  Form_Main.Designer.cs
............此处省略88个文件信息

评论

共有 条评论