实例介绍
一套用C#开发的ERP源代码。 完全开放源码,觉得可靠。
【实例截图】
【核心代码】
4744302542855449074.zip
├── ERP.Blo
│ ├── Authority
│ │ ├── AuthorityBlo.cs
│ │ └── vssver2.scc
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── BloFactory.cs
│ ├── ERP.Blo.csproj
│ ├── ERP.Blo.csproj.vspscc
│ ├── MasterData
│ │ ├── MasterDataBlo.cs
│ │ └── vssver2.scc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ERP.Blo.csproj.FileListAbsolute.txt
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── SCMYTVBloFactory.cs
│ └── vssver2.scc
├── ERP.Client.Authority
│ ├── AuthorityForm.cs
│ ├── AuthorityForm.Designer.cs
│ ├── AuthorityForm.en.resx
│ ├── AuthorityForm.resx
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ ├── ERP.Client.Authority.resources.dll
│ │ │ ├── ERP.Client.Common.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Client.Authority.dll
│ │ ├── ERP.Client.Authority.pdb
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── ERP.Client.Authority.csproj
│ ├── ERP.Client.Authority.csproj.vspscc
│ ├── FunctionForm.cs
│ ├── FunctionForm.Designer.cs
│ ├── FunctionForm.resx
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── en
│ │ │ └── ERP.Client.Authority.resources.dll
│ │ ├── ERP.Client.Authority.AuthorityForm.en.resources
│ │ ├── ERP.Client.Authority.AuthorityForm.resources
│ │ ├── ERP.Client.Authority.csproj.FileListAbsolute.txt
│ │ ├── ERP.Client.Authority.dll
│ │ ├── ERP.Client.Authority.FunctionForm.resources
│ │ ├── ERP.Client.Authority.PasswordForm.en.resources
│ │ ├── ERP.Client.Authority.PasswordForm.resources
│ │ ├── ERP.Client.Authority.pdb
│ │ ├── ERP.Client.Authority.RoleForm.en.resources
│ │ ├── ERP.Client.Authority.RoleForm.resources
│ │ ├── ERP.Client.Authority.UserEditForm.en.resources
│ │ ├── ERP.Client.Authority.UserEditForm.resources
│ │ ├── ERP.Client.Authority.UserForm.resources
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── PasswordForm.cs
│ ├── PasswordForm.Designer.cs
│ ├── PasswordForm.en.resx
│ ├── PasswordForm.resx
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── RoleForm.cs
│ ├── RoleForm.Designer.cs
│ ├── RoleForm.en.resx
│ ├── RoleForm.resx
│ ├── UserEditForm.cs
│ ├── UserEditForm.Designer.cs
│ ├── UserEditForm.en.resx
│ ├── UserEditForm.resx
│ ├── UserForm.cs
│ ├── UserForm.Designer.cs
│ ├── UserForm.resx
│ └── vssver2.scc
├── ERP.Client.Common
│ ├── AppGlobal.cs
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ ├── ERP.Client.Common.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── CommDataMakeForm.cs
│ ├── CommDataMakeForm.Designer.cs
│ ├── CommDataMakeForm.resx
│ ├── CommForm.cs
│ ├── CommForm.designer.cs
│ ├── CommForm.resx
│ ├── Constant
│ │ ├── ERPDBConsts.cs
│ │ └── vssver2.scc
│ ├── Data
│ │ ├── BasePackage.cs
│ │ ├── GCToPCData.cs
│ │ ├── PCToGCData.cs
│ │ ├── ReadCardRequest.cs
│ │ ├── ReadCardResponse.cs
│ │ ├── vssver2.scc
│ │ ├── WriteCardRequest.cs
│ │ └── WriteCardResponse.cs
│ ├── EmployeeSelectDialog.cs
│ ├── EmployeeSelectDialog.Designer.cs
│ ├── EmployeeSelectDialog.en.resx
│ ├── EmployeeSelectDialog.resx
│ ├── ERP.Client.Common.csproj
│ ├── ERP.Client.Common.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── en
│ │ │ └── ERP.Client.Common.resources.dll
│ │ ├── ERP.Client.Common.CommDataMakeForm.resources
│ │ ├── ERP.Client.Common.CommForm.resources
│ │ ├── ERP.Client.Common.csproj.FileListAbsolute.txt
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.EmployeeSelectDialog.en.resources
│ │ ├── ERP.Client.Common.EmployeeSelectDialog.resources
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Client.Common.Properties.Resources.resources
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ └── vssver2.scc
│ ├── Util
│ │ ├── ERPUtil.cs
│ │ ├── ParkMISUtil.cs
│ │ └── vssver2.scc
│ ├── Video
│ │ ├── CameraInfo.cs
│ │ ├── VideoHKUtil.cs
│ │ ├── VideoInfo.cs
│ │ ├── VideoUtil.cs
│ │ └── vssver2.scc
│ └── vssver2.scc
├── ERP.Client.Main
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── CTDWTabStrip.dll
│ │ ├── CTDWTabStrip.pdb
│ │ ├── data_log.ldf
│ │ ├── data.mdf
│ │ ├── en
│ │ │ ├── ERP.Client.Authority.resources.dll
│ │ │ ├── ERP.Client.Common.resources.dll
│ │ │ ├── ERP.Client.Main.resources.dll
│ │ │ ├── ERP.Client.MasterData.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ ├── ERP.Client.Main.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Client.Authority.dll
│ │ ├── ERP.Client.Authority.pdb
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Client.Main.dll
│ │ ├── ERP.Client.Main.dll.config
│ │ ├── ERP.Client.Main.pdb
│ │ ├── ERP.Client.MasterData.dll
│ │ ├── ERP.Client.MasterData.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ ├── image
│ │ │ ├── bg.gif
│ │ │ ├── icon_close.gif
│ │ │ ├── icon_open.gif
│ │ │ ├── main_yuan.gif
│ │ │ ├── top_barbg1.gif
│ │ │ └── top_bg_over.gif
│ │ └── MySql.Data.dll
│ ├── data_log.ldf
│ ├── data.mdf
│ ├── DBConfigForm.cs
│ ├── DBConfigForm.Designer.cs
│ ├── DBConfigForm.resx
│ ├── ERPApp.cs
│ ├── ERP.Client.Main.csproj
│ ├── ERP.Client.Main.csproj.vspscc
│ ├── ERPMainForm.cs
│ ├── ERPMainForm.Designer.cs
│ ├── ERPMainForm.en-US.resx
│ ├── ERPMainForm.resx
│ ├── HomeForm.cs
│ ├── HomeForm.Designer.cs
│ ├── HomeForm.en-US.resx
│ ├── HomeForm.resx
│ ├── image
│ │ ├── bg.gif
│ │ ├── icon_close.gif
│ │ ├── icon_open.gif
│ │ ├── logon.jpg
│ │ ├── main_yuan.gif
│ │ ├── park.bmp
│ │ ├── Park.ico
│ │ ├── top_barbg1.gif
│ │ ├── top_bg_over.gif
│ │ └── vssver2.scc
│ ├── LoginForm.cs
│ ├── LoginForm.Designer.cs
│ ├── LoginForm.en-US.resx
│ ├── LoginForm.resx
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── en
│ │ │ └── ERP.Client.Main.resources.dll
│ │ ├── en-US
│ │ │ └── ERP.Client.Main.resources.dll
│ │ ├── ERP.Client.Main.csproj.FileListAbsolute.txt
│ │ ├── ERP.Client.Main.DBConfigForm.resources
│ │ ├── ERP.Client.Main.dll
│ │ ├── ERP.Client.Main.ERPMainForm.en-US.resources
│ │ ├── ERP.Client.Main.ERPMainForm.resources
│ │ ├── ERP.Client.Main.HomeForm.en-US.resources
│ │ ├── ERP.Client.Main.HomeForm.resources
│ │ ├── ERP.Client.Main.LoginForm.en-US.resources
│ │ ├── ERP.Client.Main.LoginForm.resources
│ │ ├── ERP.Client.Main.pdb
│ │ ├── ERP.Client.Main.Properties.Resources.en.resources
│ │ ├── ERP.Client.Main.Properties.Resources.resources
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ ├── Properties.Resources.Designer.cs.dll
│ │ └── Properties.Resources.en.Designer.cs.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.en.Designer.cs
│ │ ├── Resources.en.resx
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── vssver2.scc
│ ├── Resources
│ │ ├── bg.gif
│ │ ├── cancel1.png
│ │ ├── cancel.png
│ │ ├── decrypted.png
│ │ ├── kgpg_gen.png
│ │ ├── kgpg_identity.png
│ │ ├── logo1.bmp
│ │ ├── logo.bmp
│ │ ├── My Media Center.png
│ │ ├── openterm.png
│ │ ├── reload.png
│ │ ├── vssver2.scc
│ │ ├── window_new.png
│ │ └── zpad.jpg
│ ├── Settings.cs
│ └── vssver2.scc
├── ERP.Client.MasterData
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ ├── ERP.Client.Common.resources.dll
│ │ │ ├── ERP.Client.MasterData.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Client.MasterData.dll
│ │ ├── ERP.Client.MasterData.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── EmployeeEditForm.cs
│ ├── EmployeeEditForm.Designer.cs
│ ├── EmployeeEditForm.resx
│ ├── EmployeeForm.cs
│ ├── EmployeeForm.Designer.cs
│ ├── EmployeeForm.en.resx
│ ├── EmployeeForm.resx
│ ├── EmployeeQueryForm.cs
│ ├── EmployeeQueryForm.designer.cs
│ ├── EmployeeQueryForm.en.resx
│ ├── EmployeeQueryForm.resx
│ ├── ERP.Client.MasterData.csproj
│ ├── ERP.Client.MasterData.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── en
│ │ │ └── ERP.Client.MasterData.resources.dll
│ │ ├── ERP.Client.MasterData.csproj.FileListAbsolute.txt
│ │ ├── ERP.Client.MasterData.dll
│ │ ├── ERP.Client.MasterData.EmployeeEditForm.resources
│ │ ├── ERP.Client.MasterData.EmployeeForm.en.resources
│ │ ├── ERP.Client.MasterData.EmployeeForm.resources
│ │ ├── ERP.Client.MasterData.EmployeeQueryForm.en.resources
│ │ ├── ERP.Client.MasterData.EmployeeQueryForm.resources
│ │ ├── ERP.Client.MasterData.pdb
│ │ ├── ERP.Client.MasterData.Properties.Resources.resources
│ │ ├── ERP.Client.MasterData.SysInfoForm.en.resources
│ │ ├── ERP.Client.MasterData.SysInfoForm.resources
│ │ ├── ERP.Client.MasterData.TextForm.resources
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── vssver2.scc
│ ├── SysInfoForm.cs
│ ├── SysInfoForm.Designer.cs
│ ├── SysInfoForm.en.resx
│ ├── SysInfoForm.resx
│ ├── TextForm.cs
│ ├── TextForm.designer.cs
│ ├── TextForm.resx
│ └── vssver2.scc
├── ERP.Client.OrderManager
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ ├── ERP.Client.Common.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Client.OrderManager.dll
│ │ ├── ERP.Client.OrderManager.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── Commodity
│ │ ├── CommodityEditForm.cs
│ │ ├── CommodityEditForm.Designer.cs
│ │ ├── CommodityEditForm.resx
│ │ ├── CommodityListForm.cs
│ │ ├── CommodityListForm.Designer.cs
│ │ ├── CommodityListForm.resx
│ │ ├── CommodityPriceEditForm.cs
│ │ ├── CommodityPriceEditForm.Designer.cs
│ │ ├── CommodityPriceEditForm.resx
│ │ ├── CommodityPriceListForm.cs
│ │ ├── CommodityPriceListForm.Designer.cs
│ │ ├── CommodityPriceListForm.resx
│ │ └── vssver2.scc
│ ├── Dealers
│ │ ├── DealerConfirmEditForm.cs
│ │ ├── DealerConfirmEditForm.Designer.cs
│ │ ├── DealerConfirmEditForm.resx
│ │ ├── DealerEditForm.cs
│ │ ├── DealerEditForm.Designer.cs
│ │ ├── DealerEditForm.resx
│ │ ├── DealersListForm.cs
│ │ ├── DealersListForm.Designer.cs
│ │ ├── DealersListForm.resx
│ │ ├── RegisterConfirmListForm.cs
│ │ ├── RegisterConfirmListForm.Designer.cs
│ │ ├── RegisterConfirmListForm.resx
│ │ └── vssver2.scc
│ ├── ERP.Client.OrderManager.csproj
│ ├── ERP.Client.OrderManager.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ERP.Client.OrderManager.Commodity.CommodityEditForm.resources
│ │ ├── ERP.Client.OrderManager.Commodity.CommodityListForm.resources
│ │ ├── ERP.Client.OrderManager.Commodity.CommodityPriceEditForm.resources
│ │ ├── ERP.Client.OrderManager.Commodity.CommodityPriceListForm.resources
│ │ ├── ERP.Client.OrderManager.csproj.FileListAbsolute.txt
│ │ ├── ERP.Client.OrderManager.Dealers.DealerConfirmEditForm.resources
│ │ ├── ERP.Client.OrderManager.Dealers.DealerEditForm.resources
│ │ ├── ERP.Client.OrderManager.Dealers.DealersListForm.resources
│ │ ├── ERP.Client.OrderManager.Dealers.RegisterConfirmListForm.resources
│ │ ├── ERP.Client.OrderManager.dll
│ │ ├── ERP.Client.OrderManager.Order.FinanceConfirmEditForm.resources
│ │ ├── ERP.Client.OrderManager.Order.FinanceConfirmListForm.resources
│ │ ├── ERP.Client.OrderManager.Order.OrderConfirmEditForm.resources
│ │ ├── ERP.Client.OrderManager.Order.OrderConfirmListForm.resources
│ │ ├── ERP.Client.OrderManager.Order.OrderEditForm.resources
│ │ ├── ERP.Client.OrderManager.Order.OrderListForm.resources
│ │ ├── ERP.Client.OrderManager.Order.ReceiveConfirmEditForm.resources
│ │ ├── ERP.Client.OrderManager.Order.ReceiveConfirmListForm.resources
│ │ ├── ERP.Client.OrderManager.Order.SendConfirmEditForm.resources
│ │ ├── ERP.Client.OrderManager.Order.SendConfirmListForm.resources
│ │ ├── ERP.Client.OrderManager.pdb
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Order
│ │ ├── FinanceConfirmEditForm.cs
│ │ ├── FinanceConfirmEditForm.Designer.cs
│ │ ├── FinanceConfirmEditForm.resx
│ │ ├── FinanceConfirmListForm.cs
│ │ ├── FinanceConfirmListForm.Designer.cs
│ │ ├── FinanceConfirmListForm.resx
│ │ ├── OrderConfirmEditForm.cs
│ │ ├── OrderConfirmEditForm.Designer.cs
│ │ ├── OrderConfirmEditForm.resx
│ │ ├── OrderConfirmListForm.cs
│ │ ├── OrderConfirmListForm.Designer.cs
│ │ ├── OrderConfirmListForm.resx
│ │ ├── OrderEditForm.cs
│ │ ├── OrderEditForm.Designer.cs
│ │ ├── OrderEditForm.resx
│ │ ├── OrderListForm.cs
│ │ ├── OrderListForm.Designer.cs
│ │ ├── OrderListForm.resx
│ │ ├── ReceiveConfirmEditForm.cs
│ │ ├── ReceiveConfirmEditForm.Designer.cs
│ │ ├── ReceiveConfirmEditForm.resx
│ │ ├── ReceiveConfirmListForm.cs
│ │ ├── ReceiveConfirmListForm.Designer.cs
│ │ ├── ReceiveConfirmListForm.resx
│ │ ├── SendConfirmEditForm.cs
│ │ ├── SendConfirmEditForm.Designer.cs
│ │ ├── SendConfirmEditForm.resx
│ │ ├── SendConfirmListForm.cs
│ │ ├── SendConfirmListForm.Designer.cs
│ │ ├── SendConfirmListForm.resx
│ │ └── vssver2.scc
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ └── vssver2.scc
├── ERP.Dao
│ ├── Authority
│ │ ├── IAuthorityDao.cs
│ │ ├── IFunctionDao.cs
│ │ ├── IRoleDao.cs
│ │ ├── IUserDao.cs
│ │ ├── OraAuthorityDao.cs
│ │ ├── OraFunctionDao.cs
│ │ ├── OraRoleDao.cs
│ │ ├── OraUserDao.cs
│ │ ├── SqlAuthorityDao.cs
│ │ ├── SqlFunctionDao.cs
│ │ └── vssver2.scc
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── Commodity
│ │ ├── CommodityArea.cs
│ │ ├── CommodityInfo.cs
│ │ ├── CommodityPrice.cs
│ │ ├── ICommodityAreaDao.cs
│ │ ├── ICommodityDao.cs
│ │ ├── ICommodityPriceDao.cs
│ │ ├── MySqlCommodityAreaDao.cs
│ │ ├── MySqlCommodityDao.cs
│ │ ├── MySqlCommodityPriceDao.cs
│ │ └── vssver2.scc
│ ├── DaoFactory.cs
│ ├── Dealers
│ │ ├── DealersInfo.cs
│ │ ├── IDealersDao.cs
│ │ ├── IDealersDetailDao.cs
│ │ ├── MySqlDealersDao.cs
│ │ ├── MySqlDealersDetailDao.cs
│ │ └── vssver2.scc
│ ├── ERP.Dao.csproj
│ ├── ERP.Dao.csproj.vspscc
│ ├── MasterData
│ │ ├── CondCard.cs
│ │ ├── CondDevice.cs
│ │ ├── CondEmployee.cs
│ │ ├── IEmployeeDao.cs
│ │ ├── ISysParamDao.cs
│ │ ├── ITextDao.cs
│ │ ├── OraEmployeeDao.cs
│ │ ├── OraSysParamDao.cs
│ │ ├── OraTextDao.cs
│ │ ├── SqlSysParamDao.cs
│ │ └── vssver2.scc
│ ├── mssccprj.scc
│ ├── MySqlDaoFactory.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ERP.Dao.csproj.FileListAbsolute.txt
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── OleDaoFactory.cs
│ ├── OraDaoFactory.cs
│ ├── Order
│ │ ├── CondOrder.cs
│ │ ├── CondOrderDetail.cs
│ │ ├── IOrderDao.cs
│ │ ├── IOrderDetailDao.cs
│ │ ├── MySqlOrderDao.cs
│ │ ├── MySqlOrderDetailDao.cs
│ │ └── vssver2.scc
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── SqlDaoFactory.cs
│ └── vssver2.scc
├── ERP.Data
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.dll.config
│ │ ├── ERP.Data.pdb
│ │ └── Excel
│ │ └── REC_BAK.xls
│ ├── DSArea.Designer.cs
│ ├── DSArea.xsc
│ ├── DSArea.xsd
│ ├── DSArea.xss
│ ├── DSAuthority.cs
│ ├── DSAuthority.Designer.cs
│ ├── DSAuthority.xsc
│ ├── DSAuthority.xsd
│ ├── DSAuthority.xss
│ ├── DSCard.Designer.cs
│ ├── DSCar.Designer.cs
│ ├── DSCard.xsc
│ ├── DSCard.xsd
│ ├── DSCard.xss
│ ├── DSCarIn.Designer.cs
│ ├── DSCarInOut.Designer.cs
│ ├── DSCarInOut.xsc
│ ├── DSCarInOut.xsd
│ ├── DSCarInOut.xss
│ ├── DSCarIn.xsc
│ ├── DSCarIn.xsd
│ ├── DSCarIn.xss
│ ├── DSCarOut.Designer.cs
│ ├── DSCarOut.xsc
│ ├── DSCarOut.xsd
│ ├── DSCarOut.xss
│ ├── DSCar.xsc
│ ├── DSCar.xsd
│ ├── DSCar.xss
│ ├── DSCommodity.Designer.cs
│ ├── DSCommodityPrice.Designer.cs
│ ├── DSCommodityPrice.xsc
│ ├── DSCommodityPrice.xsd
│ ├── DSCommodityPrice.xss
│ ├── DSCommodity.xsc
│ ├── DSCommodity.xsd
│ ├── DSCommodity.xss
│ ├── DSCompany.Designer.cs
│ ├── DSCompany.xsc
│ ├── DSCompany.xsd
│ ├── DSCompany.xss
│ ├── DSCustomer.Designer.cs
│ ├── DSCustomer.xsc
│ ├── DSCustomer.xsd
│ ├── DSCustomer.xss
│ ├── DSDealersUsers.Designer.cs
│ ├── DSDealersUsers.xsc
│ ├── DSDealersUsers.xsd
│ ├── DSDealersUsers.xss
│ ├── DSDevice.cs
│ ├── DSDevice.Designer.cs
│ ├── DSDevice.xsc
│ ├── DSDevice.xsd
│ ├── DSDevice.xss
│ ├── DSEmployee.cs
│ ├── DSEmployee.Designer.cs
│ ├── DSEmployee.xsc
│ ├── DSEmployee.xsd
│ ├── DSEmployee.xss
│ ├── DSFIACard.Designer.cs
│ ├── DSFIACard.xsc
│ ├── DSFIACard.xsd
│ ├── DSFIACard.xss
│ ├── DSGate.Designer.cs
│ ├── DSGate.xsc
│ ├── DSGate.xsd
│ ├── DSGate.xss
│ ├── DSItemOrder.Designer.cs
│ ├── DSItemOrder.xsc
│ ├── DSItemOrder.xsd
│ ├── DSItemOrder.xss
│ ├── DSKey.Designer.cs
│ ├── DSKey.xsc
│ ├── DSKey.xsd
│ ├── DSKey.xss
│ ├── DSMasterData.cs
│ ├── DSMasterData.Designer.cs
│ ├── DSMasterData.xsc
│ ├── DSMasterData.xsd
│ ├── DSMasterData.xss
│ ├── DSOpenLock.Designer.cs
│ ├── DSOpenLock.xsc
│ ├── DSOpenLock.xsd
│ ├── DSOpenLock.xss
│ ├── DSOrderDetail.Designer.cs
│ ├── DSOrderDetail.xsc
│ ├── DSOrderDetail.xsd
│ ├── DSOrderDetail.xss
│ ├── DSPark.Designer.cs
│ ├── DSPark.xsc
│ ├── DSPark.xsd
│ ├── DSPark.xss
│ ├── DSText.cs
│ ├── DSText.Designer.cs
│ ├── DSText.xsc
│ ├── DSText.xsd
│ ├── DSText.xss
│ ├── DSTimeSpan.Designer.cs
│ ├── DSTimeSpan.xsc
│ ├── DSTimeSpan.xsd
│ ├── DSTimeSpan.xss
│ ├── DSUnit.Designer.cs
│ ├── DSUnit.xsc
│ ├── DSUnit.xsd
│ ├── DSUnit.xss
│ ├── DSZone.Designer.cs
│ ├── DSZone.xsc
│ ├── DSZone.xsd
│ ├── DSZone.xss
│ ├── ERP.Data.csproj
│ ├── ERP.Data.csproj.vspscc
│ ├── Excel
│ │ ├── REC_BAK.xls
│ │ └── vssver2.scc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ERP.Data.csproj.FileListAbsolute.txt
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── vssver2.scc
│ ├── Report
│ └── vssver2.scc
├── Framework
│ ├── AForge
│ │ ├── Core
│ │ ├── Imaging
│ │ └── Math
│ ├── bin
│ │ └── Debug
│ │ ├── en
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ └── MySql.Data.dll
│ ├── Blo
│ │ ├── BaseBlo.cs
│ │ └── vssver2.scc
│ ├── Common
│ │ ├── ERPDbException.cs
│ │ ├── ERPException.cs
│ │ ├── FieldDef.cs
│ │ ├── TreeRowDef.cs
│ │ └── vssver2.scc
│ ├── Constant
│ │ ├── AppConsts.cs
│ │ ├── DBConsts.cs
│ │ └── vssver2.scc
│ ├── Dao
│ │ ├── BaseDao.cs
│ │ ├── IBaseDao.cs
│ │ ├── ITableDao.cs
│ │ ├── TableDao.cs
│ │ └── vssver2.scc
│ ├── Data
│ │ ├── CommData.cs
│ │ ├── DSComm.cs
│ │ ├── DSComm.Designer.cs
│ │ ├── DSComm.xsc
│ │ ├── DSComm.xsd
│ │ ├── DSComm.xss
│ │ ├── SerialPortConfig.cs
│ │ ├── SerialPortData.cs
│ │ ├── UIProperty.cs
│ │ └── vssver2.scc
│ ├── DirectX
│ │ └── Capture
│ │ ├── AudioCapabilities.cs
│ │ ├── AudioSource.cs
│ │ ├── Capture.cs
│ │ ├── Capture.resx
│ │ ├── CrossbarSource.cs
│ │ ├── DeviceInUseException.cs
│ │ ├── DirectShowPropertyPage.cs
│ │ ├── FilterCollection.cs
│ │ ├── Filter.cs
│ │ ├── Filters.cs
│ │ ├── PropertyPageCollection.cs
│ │ ├── PropertyPage.cs
│ │ ├── SourceCollection.cs
│ │ ├── Source.cs
│ │ ├── Tuner.cs
│ │ ├── VfwCompressorPropertyPage.cs
│ │ ├── VideoCapabilities.cs
│ │ └── vssver2.scc
│ ├── DShowNET
│ │ ├── DsBugWO.cs
│ │ ├── DsControl.cs
│ │ ├── DsCore.cs
│ │ ├── DsDevice.cs
│ │ ├── DsDVD.cs
│ │ ├── DsExtend.cs
│ │ ├── DsUtils.cs
│ │ ├── DsUuids.cs
│ │ ├── DsVmr9.cs
│ │ ├── DsVmRender.cs
│ │ ├── QEdit.cs
│ │ └── vssver2.scc
│ ├── EFControl
│ │ ├── EFControlMove.cs
│ │ ├── EFDigit.cs
│ │ ├── EFDigit.Designer.cs
│ │ ├── EFDigit_Old.cs
│ │ ├── EFDigit_Old.Designer.cs
│ │ ├── EFShape.cs
│ │ ├── EFShape.Designer.cs
│ │ └── vssver2.scc
│ ├── Framework.csproj
│ ├── Framework.csproj.vspscc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── en
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ └── Framework.resources.dll
│ │ ├── Framework.csproj.FileListAbsolute.txt
│ │ ├── Framework.csproj.ResolveComReference.cache
│ │ ├── Framework.DirectX.Capture.Capture.resources
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ ├── Framework.Properties.Resources.en.resources
│ │ ├── Framework.Properties.Resources.resources
│ │ ├── Framework.UI.BaseForm.resources
│ │ ├── Framework.UI.BaseGridForm.resources
│ │ ├── Framework.UI.EditForm.en-US.resources
│ │ ├── Framework.UI.EditForm.resources
│ │ ├── Framework.UI.GridForm.en-US.resources
│ │ ├── Framework.UI.GridForm.resources
│ │ ├── Framework.UI.ListForm.en-US.resources
│ │ ├── Framework.UI.ListForm.resources
│ │ ├── Framework.UI.LogForm.resources
│ │ ├── Framework.UI.MainForm.resources
│ │ ├── Framework.UI.PrintPreviewForm.en-US.resources
│ │ ├── Framework.UI.PrintPreviewForm.resources
│ │ ├── Framework.UI.SelectDialog.en.resources
│ │ ├── Framework.UI.SelectDialog.resources
│ │ ├── Framework.UI.SerialPortCommEditForm.resources
│ │ ├── Framework.UI.SerialPortCommForm.resources
│ │ ├── Framework.UI.SerialPortConfigForm.resources
│ │ ├── Framework.UI.TreeForm.resources
│ │ ├── Framework.UI.WaitForm.en.resources
│ │ ├── Framework.UI.WaitForm.resources
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Plugin
│ │ ├── BasePlugin.cs
│ │ └── vssver2.scc
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.en.Designer.cs
│ │ ├── Resources.en.resx
│ │ ├── Resources.resx
│ │ └── vssver2.scc
│ ├── Resources
│ │ ├── player_start.png
│ │ └── vssver2.scc
│ ├── Thread
│ │ ├── BaseThread.cs
│ │ └── vssver2.scc
│ ├── UI
│ │ ├── BaseForm.cs
│ │ ├── BaseForm.Designer.cs
│ │ ├── BaseForm.resx
│ │ ├── BaseGridForm.cs
│ │ ├── BaseGridForm.Designer.cs
│ │ ├── BaseGridForm.resx
│ │ ├── EditForm.cs
│ │ ├── EditForm.Designer.cs
│ │ ├── EditForm.en-US.resx
│ │ ├── EditForm.resx
│ │ ├── GridForm.cs
│ │ ├── GridForm.Designer.cs
│ │ ├── GridForm.en-US.resx
│ │ ├── GridForm.resx
│ │ ├── ListForm.cs
│ │ ├── ListForm.Designer.cs
│ │ ├── ListForm.en-US.resx
│ │ ├── ListForm.resx
│ │ ├── LogForm.cs
│ │ ├── LogForm.Designer.cs
│ │ ├── LogForm.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── PrintPreviewForm.cs
│ │ ├── PrintPreviewForm.Designer.cs
│ │ ├── PrintPreviewForm.en-US.resx
│ │ ├── PrintPreviewForm.resx
│ │ ├── SelectDialog.cs
│ │ ├── SelectDialog.Designer.cs
│ │ ├── SelectDialog.en.resx
│ │ ├── SelectDialog.resx
│ │ ├── SerialPortCommEditForm.cs
│ │ ├── SerialPortCommEditForm.Designer.cs
│ │ ├── SerialPortCommEditForm.resx
│ │ ├── SerialPortCommForm.cs
│ │ ├── SerialPortCommForm.Designer.cs
│ │ ├── SerialPortCommForm.resx
│ │ ├── SerialPortConfigForm.cs
│ │ ├── SerialPortConfigForm.Designer.cs
│ │ ├── SerialPortConfigForm.resx
│ │ ├── TreeForm.cs
│ │ ├── TreeForm.Designer.cs
│ │ ├── TreeForm.resx
│ │ ├── vssver2.scc
│ │ ├── WaitForm.cs
│ │ ├── WaitForm.Designer.cs
│ │ ├── WaitForm.en.resx
│ │ └── WaitForm.resx
│ ├── Util
│ │ ├── ByteUtil.cs
│ │ ├── ConvertUtil.cs
│ │ ├── DataCheckUtil.cs
│ │ ├── DBUtil.cs
│ │ ├── ERPMessageBox.cs
│ │ ├── ExcelUtil.cs
│ │ ├── MySQLDBUtil.cs
│ │ ├── OleDBUtil.cs
│ │ ├── OraDBUtil.cs
│ │ ├── SerialPortUtil.cs
│ │ ├── SqlDBUtil.cs
│ │ ├── UIUtil.cs
│ │ ├── Utils.cs
│ │ ├── vssver2.scc
│ │ └── XmlUtil.cs
│ ├── Video
│ │ ├── HikClient.cs
│ │ ├── HikServer.cs
│ │ ├── HikVisionSDK.cs
│ │ ├── ShowVideo.cs
│ │ ├── VCAPI_10MoonsVideo.cs
│ │ └── vssver2.scc
│ └── vssver2.scc
├── LIB
│ ├── AForge.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Math.dll
│ ├── AspriseOCR.dll
│ ├── DataType.h
│ ├── DevIL.dll
│ ├── DS40xxSDK.dll
│ ├── DS40xxSDKEX.dll
│ ├── DS40xxSDK.lib
│ ├── FTD2XX.dll
│ ├── HikVisionSdk.h
│ ├── ICSharpCode.SharpZipLib.dll
│ ├── ILU.dll
│ ├── log4net.dll
│ ├── MySql.Data.dll
│ ├── NPOI.dll
│ ├── NPOI.OOXML.dll
│ ├── NPOI.OpenXml4Net.dll
│ ├── NPOI.OpenXml4Net.dll.config
│ ├── NPOI.OpenXmlFormats.dll
│ ├── StdAfx.obj
│ ├── test.dll
│ ├── test.exp
│ ├── test.lib
│ ├── test.obj
│ ├── test.pch
│ ├── Unme.Common.dll
│ ├── Unme.MbUnit.Framework.Extensions.dll
│ ├── vc60.idb
│ └── vssver2.scc
├── mssccprj.scc
├── OrderSys.sln
├── OrderSys.vssscc
├── PCSuiteAPP
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── CTDWTabStrip.dll
│ │ ├── CTDWTabStrip.pdb
│ │ ├── data_log.ldf
│ │ ├── data.mdf
│ │ ├── en
│ │ │ ├── ERP.Client.Authority.resources.dll
│ │ │ ├── ERP.Client.Common.resources.dll
│ │ │ ├── ERP.Client.Main.resources.dll
│ │ │ ├── ERP.Client.MasterData.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── en-US
│ │ │ ├── ERP.Client.Main.resources.dll
│ │ │ └── Framework.resources.dll
│ │ ├── ERP.Blo.dll
│ │ ├── ERP.Blo.pdb
│ │ ├── ERP.Client.Authority.dll
│ │ ├── ERP.Client.Authority.pdb
│ │ ├── ERP.Client.Common.dll
│ │ ├── ERP.Client.Common.pdb
│ │ ├── ERP.Client.Main.dll
│ │ ├── ERP.Client.Main.pdb
│ │ ├── ERP.Client.MasterData.dll
│ │ ├── ERP.Client.MasterData.pdb
│ │ ├── ERP.Client.OrderManager.dll
│ │ ├── ERP.Client.OrderManager.pdb
│ │ ├── ERP.Dao.dll
│ │ ├── ERP.Dao.pdb
│ │ ├── ERP.Data.dll
│ │ ├── ERP.Data.pdb
│ │ ├── Excel
│ │ │ └── REC_BAK.xls
│ │ ├── Framework.dll
│ │ ├── Framework.pdb
│ │ ├── html
│ │ │ └── README.html
│ │ ├── image
│ │ │ ├── bg.gif
│ │ │ ├── icon_close.gif
│ │ │ ├── icon_open.gif
│ │ │ ├── main_yuan.gif
│ │ │ ├── top_barbg1.gif
│ │ │ └── top_bg_over.gif
│ │ ├── log4net.dll
│ │ ├── MySql.Data.dll
│ │ ├── PCSuiteAPP.exe
│ │ ├── PCSuiteAPP.exe.config
│ │ ├── PCSuiteAPP.pdb
│ │ ├── PCSuiteAPP.vshost.exe
│ │ ├── PCSuiteAPP.vshost.exe.Config
│ │ ├── PCSuiteAPP.vshost.exe.manifest
│ │ └── PCSuite.log
│ ├── html
│ │ ├── README.html
│ │ └── vssver2.scc
│ ├── mssccprj.scc
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── PCSuiteAPP.csproj.FileListAbsolute.txt
│ │ ├── PCSuiteAPP.exe
│ │ ├── PCSuiteAPP.pdb
│ │ ├── PCSuiteAPP.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── PCSuiteApp.cs
│ ├── PCSuiteAPP.csproj
│ ├── PCSuiteAPP.csproj.vspscc
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── vssver2.scc
│ └── vssver2.scc
└── TabStrip
├── BaseClasses
│ ├── BaseStyledPanel.cs
│ └── vssver2.scc
├── bin
│ └── Debug
│ ├── CTDWTabStrip.dll
│ └── CTDWTabStrip.pdb
├── Control
│ ├── FATabStripCloseButton.cs
│ ├── FATabStrip.cs
│ ├── FATabStripItemCollection.cs
│ ├── FATabStripItem.cs
│ ├── FATabStripMenuGlyph.cs
│ └── vssver2.scc
├── CTDWTabStrip.csproj
├── CTDWTabStrip.csproj.vspscc
├── Delegates.cs
├── Design
│ ├── FATabStripDesigner.cs
│ ├── FATabStripItemDesigner.cs
│ ├── ICaptionSupport.cs
│ └── vssver2.scc
├── Enums.cs
├── FATabStrip.bmp
├── Helpers
│ ├── CollectionWithEvents.cs
│ └── vssver2.scc
├── mssccprj.scc
├── obj
│ └── Debug
│ ├── CTDWTabStrip.csproj.FileListAbsolute.txt
│ ├── CTDWTabStrip.dll
│ ├── CTDWTabStrip.pdb
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
├── Properties
│ ├── AssemblyInfo.cs
│ └── vssver2.scc
└── vssver2.scc
157 directories, 954 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论