• 大小: 17.92MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-02
  • 语言: C#
  • 标签:

资源简介

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个文件信息

评论

共有 条评论