找传奇、传世资源到传世资源站!

C#蔬菜管理系统及数据库

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C#蔬菜管理系统及数据库
实现基本的存档(今天蔬菜的斤称及价钱)可以查看历史记录,同时也可以删除记录等,用户也可以修改自己用户名及密码,用户名都在数据库中,先打开数据库查看信息,再登录

【相关图片】

from clipboard

from clipboard

【源码结构】
文件清单
└── 蔬菜管理系统
    ├── 蔬菜管理系统
    │   ├── 046.ico
    │   ├── bin
    │   │   └── Debug
    │   │       ├── user.bin
    │   │       ├── 蔬菜管理系统.exe
    │   │       ├── 蔬菜管理系统.pdb
    │   │       └── 蔬菜管理系统.vshost.exe
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── Form2.cs
    │   ├── Form2.Designer.cs
    │   ├── Form2.resx
    │   ├── KeyBordHook.cs
    │   ├── MouseHook.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Refactor
    │   │   │   ├── TempPE
    │   │   │   │   └── Properties.Resources.Designer.cs.dll
    │   │   │   ├── 蔬菜管理系统.Add.resources
    │   │   │   ├── 蔬菜管理系统.csproj.GenerateResource.Cache
    │   │   │   ├── 蔬菜管理系统.Delete.resources
    │   │   │   ├── 蔬菜管理系统.exe
    │   │   │   ├── 蔬菜管理系统.Form1.resources
    │   │   │   ├── 蔬菜管理系统.Form2.resources
    │   │   │   ├── 蔬菜管理系统.pdb
    │   │   │   ├── 蔬菜管理系统.Properties.Resources.resources
    │   │   │   ├── 蔬菜管理系统.SaveFile.resources
    │   │   │   ├── 蔬菜管理系统.SelectFile.resources
    │   │   │   ├── 蔬菜管理系统.Surecode.resources
    │   │   │   └── 蔬菜管理系统.Userinfo.resources
    │   │   └── 蔬菜管理系统.csproj.FileList.txt
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SaveFile.cs
    │   ├── SaveFile.Designer.cs
    │   ├── SaveFile.resx
    │   ├── SelectFile.cs
    │   ├── SelectFile.Designer.cs
    │   ├── SelectFile.resx
    │   ├── Surecode.cs
    │   ├── Surecode.Designer.cs
    │   ├── Surecode.resx
    │   ├── Userinfo.cs
    │   ├── Userinfo.Designer.cs
    │   ├── Userinfo.resx
    │   ├── 删除.cs
    │   ├── 删除.Designer.cs
    │   ├── 删除.resx
    │   ├── 添加.cs
    │   ├── 添加.Designer.cs
    │   ├── 添加.resx
    │   ├── 蔬菜管理系统.csproj
    │   ├── 蔬菜管理系统_log.LDF
    │   └── 蔬菜管理系统.mdf
    ├── 蔬菜管理系统_log.LDF
    ├── 蔬菜管理系统.mdf
    ├── 蔬菜管理系统.sln
    └── 蔬菜管理系统.suo

9 directories, 58 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复