资源简介
c#winfrom超市管理系统,实现了包括,注册,改密,登陆,管理会员权限,以及商品,商品类型,供货商的增删该查,以及进货,出售系统。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using 超市管理系统.ProductType;
using 超市管理系统.Supplier;
using 超市管理系统.Employee;
using 超市管理系统.User;
using System.Drawing.Imaging;
using System.Drawing;
namespace 超市管理系统.ProductType
{
public class Common
{
public static string name { get; set; }
public static int Inventory { get; set; }
public static Image pc { get; set; }
//存储商品信息
public static Product product { get; set; }
//存储商品类型名称
public static string TypeName { get; set; }
//存储商品类型信息ProductType
public static ProductType productType { get; set; }
//存储供货商信息Supplier
public static Suppliers suppliers { get; set; }
public static Employees employees { get; set; }
public static Storage storage { get; set; }
public static Users users { get; set; }
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3145728 2014-06-22 17:12 超市管理系统\data\Users.mdf
文件 1048576 2014-06-22 17:12 超市管理系统\data\Users_log.ldf
文件 197 2014-06-16 17:42 超市管理系统\超市管理系统\App.config
文件 4892672 2014-12-27 17:35 超市管理系统\超市管理系统\bin\Debug\超市管理系统.exe
文件 197 2014-06-16 17:42 超市管理系统\超市管理系统\bin\Debug\超市管理系统.exe.config
文件 300544 2014-12-27 17:35 超市管理系统\超市管理系统\bin\Debug\超市管理系统.pdb
文件 11600 2014-12-27 17:36 超市管理系统\超市管理系统\bin\Debug\超市管理系统.vshost.exe
文件 197 2014-06-16 17:42 超市管理系统\超市管理系统\bin\Debug\超市管理系统.vshost.exe.config
文件 490 2010-03-17 22:39 超市管理系统\超市管理系统\bin\Debug\超市管理系统.vshost.exe.manifest
文件 1074 2014-06-26 19:03 超市管理系统\超市管理系统\Common.cs
文件 497 2014-06-19 19:09 超市管理系统\超市管理系统\Employee\Employees.cs
文件 6561 2014-06-26 19:13 超市管理系统\超市管理系统\Employee\FormEmployee.cs
文件 15247 2014-06-26 19:13 超市管理系统\超市管理系统\Employee\FormEmployee.Designer.cs
文件 9137 2014-06-26 19:13 超市管理系统\超市管理系统\Employee\FormEmployee.resx
文件 4361 2014-06-26 14:18 超市管理系统\超市管理系统\Employee\FormEmployeeEdit.cs
文件 14003 2014-06-26 14:18 超市管理系统\超市管理系统\Employee\FormEmployeeEdit.Designer.cs
文件 7821 2014-06-26 14:18 超市管理系统\超市管理系统\Employee\FormEmployeeEdit.resx
文件 802 2014-12-27 16:32 超市管理系统\超市管理系统\FormAbout.cs
文件 10396 2014-12-27 16:32 超市管理系统\超市管理系统\FormAbout.Designer.cs
文件 7455 2014-12-27 16:32 超市管理系统\超市管理系统\FormAbout.resx
文件 4926 2014-06-26 21:19 超市管理系统\超市管理系统\FormMain.cs
文件 30512 2014-06-26 21:19 超市管理系统\超市管理系统\FormMain.Designer.cs
文件 8222 2014-06-26 21:19 超市管理系统\超市管理系统\FormMain.resx
文件 6725 2014-06-26 19:15 超市管理系统\超市管理系统\InStorage\FormInStorage.cs
文件 16145 2014-06-26 19:14 超市管理系统\超市管理系统\InStorage\FormInStorage.Designer.cs
文件 9336 2014-06-26 19:14 超市管理系统\超市管理系统\InStorage\FormInStorage.resx
文件 8208 2014-06-27 08:30 超市管理系统\超市管理系统\InStorage\FormInStorageEdit.cs
文件 16558 2014-06-26 14:18 超市管理系统\超市管理系统\InStorage\FormInStorageEdit.Designer.cs
文件 7821 2014-06-26 14:18 超市管理系统\超市管理系统\InStorage\FormInStorageEdit.resx
文件 1742 2014-06-26 13:28 超市管理系统\超市管理系统\InStorage\FormInStorageRed.cs
............此处省略200个文件信息
相关资源
- .net 美萍超市管理系统源码C#
- C#超市管理系统
- 超市管理系统源码
- 超市管理系统C#+SQL
- C#超市管理系统代码及窗体
- C#超市管理系统 完善
- C#+Sql server超市管理系统
- C#小型超市管理系统+SQL数据库
- asp.net+C#实现的超市管理系统
- 超市管理系统 SQL课程设计 C# visual s
- 超市管理系统源码(含数据库)-win
- C#超市管理系统源码(含数据库以及设
- c# 超市管理系统(源码+文档+数据库脚
- 超市管理系统源码(喜多多)
- 超市管理系统(c#源码)
- c#设计超市管理系统源码
- C# 小型超市管理系统
- C#与sql server超市管理系统源码(含数
- asp.net 超市管理系统源码+数据库
评论
共有 条评论