资源简介
基于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#)源程序
- C#-数据库操作技术-员工管理系统
- ASP.NET+SQL Server 2008 实现的学生学籍管
- C#+SQLServer文档管理系统
- 基于c#的银行业务管理系统
- zw_ASP.NET通用权限管理系统源代码含文
- ASP.NET考勤管理系统(毕业设计)
- C#三层酒店管理系统(完整源码,可根
- 进销存仓库管理系统ASP.Net网站
- 基于C#开发的企业工资管理系统
- 航空管理系统 asp.net
- c#酒店管理系统235697
- visual C#2005 管理系统开发经典案例 罗
- ASP.NET C#大学生就业管理系统
- C#毕业生信息管理系统源码
- c# SQL 旅游管理系统
- c#宾馆管理系统实现—功能全
- 图书管理系统C#+SQL 适合毕业设计含毕
- 鲜花店管理系统asp
- C#项目 网吧管理系统
- C#+sql 2000 人力资源管理系统
- asp.net/c#酒店客房管理系统(毕业设计
- asp.net的后台权限管理系统源码-用vs导
- ASP.NET 库存管理系统
- 酒店宾馆管理系统
- C#.net宾馆酒店管理系统
- ASP.net超市商店会员刷卡消费综合管理
- 人事管理系统 winform代码
- ASP.NET+SQL Server加油站管理系统.rar
- 宾馆管理系统(c#2008access2003winform)
评论
共有 条评论