资源简介
基于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个文件信息
相关资源
- 考试管理系统 - C#源码
- Asp.net学生信息管理系统源码
- 超市进销存管理系统 Sqlserver 数据库文
- ASP.NET实验室预约管理系统
- 020ASP.NET车辆综合管理系统.zip
- 基于c#的实验室设备管理系统621530
- c# 高校档案信息管理系统
- 用C#做的鲜花管理系统
- ASP.NET C# 工资管理系统
- 班级管理系统(C#实现)
- ASP.NET客户管理系统(毕业设计 C#
- 医院门诊管理系统 aspc#access数据库
- 医院业务管理系统(C#源代码)
- 学生信息管理系统(C# 控制台下)
- 酒店管理系统(c#.net源码)
- 图书管理系统-----------C# 版
- 海益ERP数据管理系统2.0源码
- C# 简单学生管理系统(附数据库)
- C#图书管理系统(源码+数据库)
- 宿舍管理系统(源码+数据库脚本)
- 开源版C#商场超市收银商品管理财务管
- 企业OA管理系统
- 门禁管理系统源码(设备设置、机构
- VS2019图书管理系统-C#
- 学生宿舍管理系统(毕业设计 C#实现
- C# 网吧管理系统源码(附数据库脚本
- 网吧管理系统(包附数据库)
- 班级考勤管理系统(源码+数据库)
- 书店销售管理系统(源码+数据库)
- 基于easy-mvc的后台管理系统源码 v1.1
评论
共有 条评论