基本信息
源码名称:C# 超市POS,winform
源码大小:7.08M
文件格式:.rar
开发语言:C#
更新时间:2023-04-17
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# 超市POS,winform
用C#写的POS收费及打印系统,winform程序。
文件清单
└── 超市POS
├── 超市POS
│ ├── addchanjian.cs
│ ├── addchanjian.Designer.cs
│ ├── addchanjian.resx
│ ├── addshangpin.cs
│ ├── addshangpin.Designer.cs
│ ├── addshangpin.resx
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── goldPrinter.dll
│ │ ├── 超市POS.exe
│ │ ├── 超市POS.exe.config
│ │ ├── 超市POS.pdb
│ │ ├── 超市POS.vshost.exe
│ │ └── 超市POS.vshost.exe.config
│ ├── chaoshiDataSet1.Designer.cs
│ ├── chaoshiDataSet1.xsc
│ ├── chaoshiDataSet1.xsd
│ ├── chaoshiDataSet1.xss
│ ├── chaoshiDataSet.Designer.cs
│ ├── chaoshiDataSet.xsc
│ ├── chaoshiDataSet.xsd
│ ├── chaoshiDataSet.xss
│ ├── cont.cs
│ ├── CrystalReport1.cs
│ ├── CrystalReport1.rpt
│ ├── login.cs
│ ├── login.Designer.cs
│ ├── login.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ ├── chaoshiDataSet1.Designer.cs.dll
│ │ │ │ ├── chaoshiDataSet.Designer.cs.dll
│ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ ├── CrystalReport2.cs.dll
│ │ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 超市POS.addchanjian.resources
│ │ │ ├── 超市POS.addshangpin.resources
│ │ │ ├── 超市POS.CrystalReport1.rpt
│ │ │ ├── 超市POS.csproj.GenerateResource.Cache
│ │ │ ├── 超市POS.exe
│ │ │ ├── 超市POS.login.resources
│ │ │ ├── 超市POS.pdb
│ │ │ ├── 超市POS.Properties.Resources.resources
│ │ │ ├── 超市POS.ShoufeiFrm.resources
│ │ │ ├── 超市POS.shuji.resources
│ │ │ └── 超市POS.user.resources
│ │ └── 超市POS.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── chaoshi.jpg
│ │ ├── chianz12.png
│ │ ├── chianz24.png
│ │ ├── chianz27.png
│ │ ├── chianz4.png
│ │ ├── chianz5.png
│ │ ├── SN13.BMP
│ │ ├── SNK对卡普空2.png
│ │ ├── Thumbs.db
│ │ ├── WZBACK.BMP
│ │ ├── WZEND.BMP
│ │ ├── Wzprint_set.bmp
│ │ └── WZUNDO.BMP
│ ├── ShoufeiFrm.cs
│ ├── ShoufeiFrm.Designer.cs
│ ├── ShoufeiFrm.resx
│ ├── shuji.cs
│ ├── shuji.Designer.cs
│ ├── shuji.resx
│ ├── user.cs
│ ├── user.Designer.cs
│ ├── user.resx
│ ├── WindowsApplication1.csproj
│ ├── 超市POS.csproj
│ └── 超市POS.csproj.user
├── 超市POS.sln
├── 超市POS.suo
└── 超市收费.sql
10 directories, 80 files
C# 超市POS,winform
用C#写的POS收费及打印系统,winform程序。
文件清单
└── 超市POS
├── 超市POS
│ ├── addchanjian.cs
│ ├── addchanjian.Designer.cs
│ ├── addchanjian.resx
│ ├── addshangpin.cs
│ ├── addshangpin.Designer.cs
│ ├── addshangpin.resx
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── goldPrinter.dll
│ │ ├── 超市POS.exe
│ │ ├── 超市POS.exe.config
│ │ ├── 超市POS.pdb
│ │ ├── 超市POS.vshost.exe
│ │ └── 超市POS.vshost.exe.config
│ ├── chaoshiDataSet1.Designer.cs
│ ├── chaoshiDataSet1.xsc
│ ├── chaoshiDataSet1.xsd
│ ├── chaoshiDataSet1.xss
│ ├── chaoshiDataSet.Designer.cs
│ ├── chaoshiDataSet.xsc
│ ├── chaoshiDataSet.xsd
│ ├── chaoshiDataSet.xss
│ ├── cont.cs
│ ├── CrystalReport1.cs
│ ├── CrystalReport1.rpt
│ ├── login.cs
│ ├── login.Designer.cs
│ ├── login.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ ├── chaoshiDataSet1.Designer.cs.dll
│ │ │ │ ├── chaoshiDataSet.Designer.cs.dll
│ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ ├── CrystalReport2.cs.dll
│ │ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 超市POS.addchanjian.resources
│ │ │ ├── 超市POS.addshangpin.resources
│ │ │ ├── 超市POS.CrystalReport1.rpt
│ │ │ ├── 超市POS.csproj.GenerateResource.Cache
│ │ │ ├── 超市POS.exe
│ │ │ ├── 超市POS.login.resources
│ │ │ ├── 超市POS.pdb
│ │ │ ├── 超市POS.Properties.Resources.resources
│ │ │ ├── 超市POS.ShoufeiFrm.resources
│ │ │ ├── 超市POS.shuji.resources
│ │ │ └── 超市POS.user.resources
│ │ └── 超市POS.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── chaoshi.jpg
│ │ ├── chianz12.png
│ │ ├── chianz24.png
│ │ ├── chianz27.png
│ │ ├── chianz4.png
│ │ ├── chianz5.png
│ │ ├── SN13.BMP
│ │ ├── SNK对卡普空2.png
│ │ ├── Thumbs.db
│ │ ├── WZBACK.BMP
│ │ ├── WZEND.BMP
│ │ ├── Wzprint_set.bmp
│ │ └── WZUNDO.BMP
│ ├── ShoufeiFrm.cs
│ ├── ShoufeiFrm.Designer.cs
│ ├── ShoufeiFrm.resx
│ ├── shuji.cs
│ ├── shuji.Designer.cs
│ ├── shuji.resx
│ ├── user.cs
│ ├── user.Designer.cs
│ ├── user.resx
│ ├── WindowsApplication1.csproj
│ ├── 超市POS.csproj
│ └── 超市POS.csproj.user
├── 超市POS.sln
├── 超市POS.suo
└── 超市收费.sql
10 directories, 80 files