在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#客户管理系统

C#客户管理系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:1.84M
  • 下载次数:19
  • 浏览次数:177
  • 发布时间:2023-09-01
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】C#客户管理系统
可以做毕业设计参考,呵呵

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── ViewCRM
│   ├── AllCustomersInfo.ascx.resx
│   ├── AssemblyInfo.cs
│   ├── CVS
│   │   ├── Entries
│   │   ├── Entries.Extra
│   │   ├── Entries.Extra.Old
│   │   ├── Entries.Old
│   │   ├── Repository
│   │   └── Root
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── Head.aspx
│   ├── Head.aspx.cs
│   ├── Head.aspx.resx
│   ├── Left.aspx
│   ├── Left.aspx.cs
│   ├── Left.aspx.resx
│   ├── View.bak
│   ├── ViewERP.bak
│   ├── Web References
│   │   ├── bmscrmv01
│   │   │   ├── BmsCrmV01.disco
│   │   │   ├── BmsCrmV01.wsdl
│   │   │   ├── Reference.cs
│   │   │   └── Reference.map
│   │   └── bmssmv01
│   │       ├── BmsSmV01.disco
│   │       ├── BmsSmV01.wsdl
│   │       ├── Reference.cs
│   │       └── Reference.map
│   ├── Web.config
│   ├── asp_bmsware.csproj
│   ├── asp_bmsware.csproj.webinfo
│   ├── asp_bmsware.sln
│   ├── asp_bmsware.suo
│   ├── bin
│   │   ├── asp_bmsware.dll
│   │   ├── asp_bmsware.pdb
│   │   ├── clickoncebutton.dll
│   │   ├── datapicker.dll
│   │   └── microsoft.web.ui.webcontrols.dll
│   ├── bmscrmv01
│   │   ├── AssemblyInfo.cs
│   │   ├── BMSCRMV01.csproj
│   │   ├── BMSCRMV01.csproj.webinfo
│   │   ├── BMSCRMV01.sln
│   │   ├── BMSCRMV01.suo
│   │   ├── BmsCrmV01.asmx
│   │   ├── BmsCrmV01.asmx.cs
│   │   ├── BmsCrmV01.asmx.resx
│   │   ├── BmsSmV01.asmx
│   │   ├── BmsSmV01.asmx.cs
│   │   ├── BmsSmV01.asmx.resx
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── ContactInfo.cs
│   │   ├── Contactor.cs
│   │   ├── ContactorPosition.cs
│   │   ├── Customer.cs
│   │   ├── Employee.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── Permission.cs
│   │   ├── Web.config
│   │   ├── bin
│   │   │   ├── BMSCRMV01.dll
│   │   │   ├── BMSCRMV01.pdb
│   │   │   ├── CVS
│   │   │   │   ├── Entries
│   │   │   │   ├── Entries.Extra
│   │   │   │   ├── Entries.Extra.Old
│   │   │   │   ├── Entries.Old
│   │   │   │   ├── Repository
│   │   │   │   └── Root
│   │   │   └── specification.xml
│   │   └── specification.xml
│   ├── buy
│   │   ├── AddProduct.aspx
│   │   ├── AddProduct.aspx.cs
│   │   ├── AddProduct.aspx.resx
│   │   ├── AddSupplier.aspx
│   │   ├── AddSupplier.aspx.cs
│   │   ├── AddSupplier.aspx.resx
│   │   ├── AlertDelBuyList.aspx
│   │   ├── AlertDelBuyList.aspx.cs
│   │   ├── AlertDelBuyList.aspx.resx
│   │   ├── AlertDelSupplier.aspx
│   │   ├── AlertDelSupplier.aspx.cs
│   │   ├── AlertDelSupplier.aspx.resx
│   │   ├── BuyList.aspx
│   │   ├── BuyList.aspx.cs
│   │   ├── BuyList.aspx.resx
│   │   ├── BuyerInfo.ascx
│   │   ├── BuyerInfo.ascx.cs
│   │   ├── BuyerInfo.ascx.resx
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── EditSupplier.aspx
│   │   ├── EditSupplier.aspx.cs
│   │   ├── EditSupplier.aspx.resx
│   │   ├── New_Buy_Detail.aspx
│   │   ├── New_Buy_Detail.aspx.cs
│   │   ├── New_Buy_Detail.aspx.resx
│   │   ├── New_Buy_List.aspx
│   │   ├── New_Buy_List.aspx.cs
│   │   ├── New_Buy_List.aspx.resx
│   │   ├── OperatePO.aspx
│   │   ├── OperatePO.aspx.cs
│   │   ├── OperatePO.aspx.resx
│   │   ├── OperatorBuyList.aspx
│   │   ├── OperatorBuyList.aspx.cs
│   │   ├── OperatorBuyList.aspx.resx
│   │   ├── OperatorProduct.aspx
│   │   ├── OperatorProduct.aspx.cs
│   │   ├── OperatorProduct.aspx.resx
│   │   ├── PriceManager.aspx
│   │   ├── PriceManager.aspx.cs
│   │   ├── PriceManager.aspx.resx
│   │   ├── ProductManager.aspx
│   │   ├── ProductManager.aspx.cs
│   │   ├── ProductManager.aspx.resx
│   │   ├── SelectPO.aspx
│   │   ├── SelectPO.aspx.cs
│   │   ├── SelectPO.aspx.resx
│   │   ├── SelectSupplier.aspx
│   │   ├── SelectSupplier.aspx.cs
│   │   ├── SelectSupplier.aspx.resx
│   │   ├── Suppliers.aspx
│   │   ├── Suppliers.aspx.cs
│   │   └── Suppliers.aspx.resx
│   ├── class
│   │   ├── Assistant.cs
│   │   ├── BIDongContant.cs
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── ConfigTextManager.cs
│   │   ├── CustomerManager.cs
│   │   ├── EmployeeManager.cs
│   │   ├── EmployeePerm.cs
│   │   ├── LocalDB.cs
│   │   ├── Md5Hash.cs
│   │   ├── NewManager.cs
│   │   ├── PManager.cs
│   │   ├── RoleMember.cs
│   │   ├── SmtpEmail.cs
│   │   └── Structs.cs
│   ├── crm
│   │   ├── AddBudget.aspx
│   │   ├── AddBudget.aspx.cs
│   │   ├── AddBudget.aspx.resx
│   │   ├── AddContact.aspx
│   │   ├── AddContact.aspx.cs
│   │   ├── AddContact.aspx.resx
│   │   ├── AddContactor.aspx
│   │   ├── AddContactor.aspx.cs
│   │   ├── AddContactor.aspx.resx
│   │   ├── AddContract.aspx
│   │   ├── AddContract.aspx.cs
│   │   ├── AddContract.aspx.resx
│   │   ├── AddCustomer.aspx
│   │   ├── AddCustomer.aspx.cs
│   │   ├── AddCustomer.aspx.resx
│   │   ├── AddCustomerServiceRecord.aspx
│   │   ├── AddCustomerServiceRecord.aspx.cs
│   │   ├── AddCustomerServiceRecord.aspx.resx
│   │   ├── AddEmployee.aspx
│   │   ├── AddEmployee.aspx.cs
│   │   ├── AddEmployee.aspx.resx
│   │   ├── AddPart.aspx
│   │   ├── AddPart.aspx.cs
│   │   ├── AddPart.aspx.resx
│   │   ├── AddRole.aspx
│   │   ├── AddRole.aspx.cs
│   │   ├── AddRole.aspx.resx
│   │   ├── AddTrade.aspx
│   │   ├── AddTrade.aspx.cs
│   │   ├── AddTrade.aspx.resx
│   │   ├── Alarm.aspx
│   │   ├── Alarm.aspx.cs
│   │   ├── Alarm.aspx.resx
│   │   ├── AlertDelConfig.aspx
│   │   ├── AlertDelConfig.aspx.cs
│   │   ├── AlertDelConfig.aspx.resx
│   │   ├── AlertDelContact.aspx
│   │   ├── AlertDelContact.aspx.cs
│   │   ├── AlertDelContact.aspx.resx
│   │   ├── AlertDelContactor.aspx
│   │   ├── AlertDelContactor.aspx.cs
│   │   ├── AlertDelContactor.aspx.resx
│   │   ├── AlertDelContract.aspx
│   │   ├── AlertDelContract.aspx.cs
│   │   ├── AlertDelContract.aspx.resx
│   │   ├── AlertDelCustomer.aspx
│   │   ├── AlertDelCustomer.aspx.cs
│   │   ├── AlertDelCustomer.aspx.resx
│   │   ├── AlertDelEmployee.aspx
│   │   ├── AlertDelEmployee.aspx.cs
│   │   ├── AlertDelEmployee.aspx.resx
│   │   ├── AlertDelRole.aspx
│   │   ├── AlertDelRole.aspx.cs
│   │   ├── AlertDelRole.aspx.resx
│   │   ├── AllCustomersInfo.ascx
│   │   ├── AllCustomersInfo.ascx.cs
│   │   ├── AllCustomersInfo.ascx.resx
│   │   ├── AssignEmployee.aspx
│   │   ├── AssignEmployee.aspx.cs
│   │   ├── AssignEmployee.aspx.resx
│   │   ├── AssignPerm.aspx
│   │   ├── AssignPerm.aspx.cs
│   │   ├── AssignPerm.aspx.resx
│   │   ├── BusinessHistory.ascx
│   │   ├── BusinessHistory.ascx.cs
│   │   ├── BusinessHistory.ascx.resx
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── ChangePwd.aspx
│   │   ├── ChangePwd.aspx.cs
│   │   ├── ChangePwd.aspx.resx
│   │   ├── Config.aspx
│   │   ├── Config.aspx.cs
│   │   ├── Config.aspx.resx
│   │   ├── ConsignCustomer.aspx
│   │   ├── ConsignCustomer.aspx.cs
│   │   ├── ConsignCustomer.aspx.resx
│   │   ├── ContactInfo.ascx
│   │   ├── ContactInfo.ascx.cs
│   │   ├── ContactInfo.ascx.resx
│   │   ├── ContactorInfo.ascx
│   │   ├── ContactorInfo.ascx.cs
│   │   ├── ContactorInfo.ascx.resx
│   │   ├── ContractInfo.ascx
│   │   ├── ContractInfo.ascx.cs
│   │   ├── ContractInfo.ascx.resx
│   │   ├── Costomerbudget.ascx
│   │   ├── Costomerbudget.ascx.cs
│   │   ├── Costomerbudget.ascx.resx
│   │   ├── CustomerDefault.aspx
│   │   ├── CustomerDefault.aspx.cs
│   │   ├── CustomerDefault.aspx.resx
│   │   ├── CustomerDossier.ascx
│   │   ├── CustomerDossier.ascx.cs
│   │   ├── CustomerDossier.ascx.resx
│   │   ├── CustomerDossierList.aspx
│   │   ├── CustomerDossierList.aspx.cs
│   │   ├── CustomerDossierList.aspx.resx
│   │   ├── CustomerInfo.ascx
│   │   ├── CustomerInfo.ascx.cs
│   │   ├── CustomerInfo.ascx.resx
│   │   ├── CustomerInfoPrint.aspx
│   │   ├── CustomerInfoPrint.aspx.cs
│   │   ├── CustomerInfoPrint.aspx.resx
│   │   ├── CustomerOtherInfo.aspx
│   │   ├── CustomerOtherInfo.aspx.cs
│   │   ├── CustomerOtherInfo.aspx.resx
│   │   ├── CustomerServiceRecord.ascx
│   │   ├── CustomerServiceRecord.ascx.cs
│   │   ├── CustomerServiceRecord.ascx.resx
│   │   ├── Customers.aspx
│   │   ├── Customers.aspx.cs
│   │   ├── Customers.aspx.resx
│   │   ├── EditContact.aspx
│   │   ├── EditContact.aspx.cs
│   │   ├── EditContact.aspx.resx
│   │   ├── EditContactor.aspx
│   │   ├── EditContactor.aspx.cs
│   │   ├── EditContactor.aspx.resx
│   │   ├── EditContract.aspx
│   │   ├── EditContract.aspx.cs
│   │   ├── EditContract.aspx.resx
│   │   ├── EditCustomerInfo.aspx
│   │   ├── EditCustomerInfo.aspx.cs
│   │   ├── EditCustomerInfo.aspx.resx
│   │   ├── EditEmployeeInfo.aspx
│   │   ├── EditEmployeeInfo.aspx.cs
│   │   ├── EditEmployeeInfo.aspx.resx
│   │   ├── EditRoleMember.aspx
│   │   ├── EditRoleMember.aspx.cs
│   │   ├── EditRoleMember.aspx.resx
│   │   ├── EmployeeInfo.ascx
│   │   ├── EmployeeInfo.ascx.cs
│   │   ├── EmployeeInfo.ascx.resx
│   │   ├── Employees.aspx
│   │   ├── Employees.aspx.cs
│   │   ├── Employees.aspx.resx
│   │   ├── Error.aspx
│   │   ├── Error.aspx.cs
│   │   ├── Error.aspx.resx
│   │   ├── Notation.aspx
│   │   ├── Notation.aspx.cs
│   │   ├── Notation.aspx.resx
│   │   ├── PermConfig.ascx
│   │   ├── PermConfig.ascx.cs
│   │   ├── PermConfig.ascx.resx
│   │   ├── PermManager.aspx
│   │   ├── PermManager.aspx.cs
│   │   ├── PermManager.aspx.resx
│   │   ├── PrintSetting.aspx
│   │   ├── PrintSetting.aspx.cs
│   │   ├── PrintSetting.aspx.resx
│   │   ├── ServiceRecordList.aspx
│   │   ├── ServiceRecordList.aspx.cs
│   │   ├── ServiceRecordList.aspx.resx
│   │   ├── TradListForAll.aspx
│   │   ├── TradListForAll.aspx.cs
│   │   ├── TradListForAll.aspx.resx
│   │   ├── TradeList.aspx
│   │   ├── TradeList.aspx.cs
│   │   ├── TradeList.aspx.resx
│   │   ├── Welcome.aspx
│   │   ├── Welcome.aspx.cs
│   │   ├── Welcome.aspx.resx
│   │   ├── WelcomeToCustomers.aspx
│   │   ├── WelcomeToCustomers.aspx.cs
│   │   ├── WelcomeToCustomers.aspx.resx
│   │   └── crm.rar
│   ├── css
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── conn.css
│   │   └── stytle.css
│   ├── default.aspx
│   ├── default.aspx.cs
│   ├── default.aspx.resx
│   ├── images
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── Thumbs.db
│   │   ├── TreeImages
│   │   │   ├── CVS
│   │   │   │   ├── Entries
│   │   │   │   ├── Entries.Extra
│   │   │   │   ├── Entries.Extra.Old
│   │   │   │   ├── Entries.Old
│   │   │   │   ├── Repository
│   │   │   │   └── Root
│   │   │   ├── L.gif
│   │   │   ├── Lminus.gif
│   │   │   ├── Lplus.gif
│   │   │   ├── Rminus.gif
│   │   │   ├── Rplus.gif
│   │   │   ├── T.gif
│   │   │   ├── Tminus.gif
│   │   │   ├── Tplus.gif
│   │   │   ├── f.gif
│   │   │   ├── fminus.gif
│   │   │   ├── fplus.gif
│   │   │   ├── i.gif
│   │   │   ├── minus.gif
│   │   │   ├── plus.gif
│   │   │   ├── r.gif
│   │   │   ├── rtl
│   │   │   │   ├── CVS
│   │   │   │   │   ├── Entries
│   │   │   │   │   ├── Entries.Extra
│   │   │   │   │   ├── Entries.Extra.Old
│   │   │   │   │   ├── Entries.Old
│   │   │   │   │   ├── Repository
│   │   │   │   │   └── Root
│   │   │   │   ├── F.gif
│   │   │   │   ├── Fminus.gif
│   │   │   │   ├── Fplus.gif
│   │   │   │   ├── I.gif
│   │   │   │   ├── L.gif
│   │   │   │   ├── Lminus.gif
│   │   │   │   ├── Lplus.gif
│   │   │   │   ├── Rminus.gif
│   │   │   │   ├── Rplus.gif
│   │   │   │   ├── T.gif
│   │   │   │   ├── Tminus.gif
│   │   │   │   ├── Tplus.gif
│   │   │   │   ├── minus.gif
│   │   │   │   ├── plus.gif
│   │   │   │   ├── r.gif
│   │   │   │   └── white.gif
│   │   │   └── white.gif
│   │   ├── VW-DTLS.BMP
│   │   ├── _vti_cnf
│   │   │   ├── CVS
│   │   │   │   ├── Entries
│   │   │   │   ├── Entries.Extra
│   │   │   │   ├── Entries.Extra.Old
│   │   │   │   ├── Entries.Old
│   │   │   │   ├── Repository
│   │   │   │   └── Root
│   │   │   ├── Thumbs.db
│   │   │   ├── conn.css
│   │   │   ├── delete.gif
│   │   │   ├── eo-mb_01.gif
│   │   │   ├── eo-mb_02.gif
│   │   │   ├── eo-mb_06.gif
│   │   │   ├── eo-mb_07.gif
│   │   │   ├── eo-mb_09.gif
│   │   │   ├── eo-mb_10.gif
│   │   │   ├── eo-mb_14.gif
│   │   │   ├── eo-mb_16.gif
│   │   │   ├── folder.gif
│   │   │   ├── folderopen.gif
│   │   │   ├── html.gif
│   │   │   ├── icon03-off.gif
│   │   │   ├── icon03-on.gif
│   │   │   ├── index_01.gif
│   │   │   ├── index_02.gif
│   │   │   ├── index_03.gif
│   │   │   ├── index_04.gif
│   │   │   ├── index_06.gif
│   │   │   ├── index_07.gif
│   │   │   ├── index_08.gif
│   │   │   ├── index_09.gif
│   │   │   ├── index_10.gif
│   │   │   ├── index_11.gif
│   │   │   ├── index_13.gif
│   │   │   ├── index_14.gif
│   │   │   ├── index_16.gif
│   │   │   ├── index_20.gif
│   │   │   ├── index_21.gif
│   │   │   ├── index_96.gif
│   │   │   ├── index_97.gif
│   │   │   ├── index_99.gif
│   │   │   ├── line01.gif
│   │   │   ├── line02.gif
│   │   │   ├── line03.gif
│   │   │   ├── line04.gif
│   │   │   ├── logo.jpg
│   │   │   ├── root.gif
│   │   │   ├── see.gif
│   │   │   ├── spacer.gif
│   │   │   └── stop.gif
│   │   ├── add.gif
│   │   ├── addcontinue.gif
│   │   ├── bg_3.gif
│   │   ├── changeback.gif
│   │   ├── changetitleback.gif
│   │   ├── checkout.gif
│   │   ├── conn.css
│   │   ├── contect.gif
│   │   ├── delete.gif
│   │   ├── editgrid.gif
│   │   ├── end.gif
│   │   ├── eo-mb_01.gif
│   │   ├── eo-mb_02.gif
│   │   ├── eo-mb_06.gif
│   │   ├── eo-mb_07.gif
│   │   ├── eo-mb_09.gif
│   │   ├── eo-mb_10.gif
│   │   ├── eo-mb_14.gif
│   │   ├── eo-mb_16.gif
│   │   ├── folder.gif
│   │   ├── folderopen.gif
│   │   ├── grefresh.gif
│   │   ├── help.gif
│   │   ├── html.gif
│   │   ├── icon03-off.gif
│   │   ├── icon03-on.gif
│   │   ├── index_01.gif
│   │   ├── index_02.gif
│   │   ├── index_03.gif
│   │   ├── index_04.gif
│   │   ├── index_06.gif
│   │   ├── index_07.gif
│   │   ├── index_08.gif
│   │   ├── index_09.gif
│   │   ├── index_10.gif
│   │   ├── index_11.gif
│   │   ├── index_13.gif
│   │   ├── index_14.gif
│   │   ├── index_16.gif
│   │   ├── index_20.gif
│   │   ├── index_21.gif
│   │   ├── index_96.gif
│   │   ├── index_97.gif
│   │   ├── index_99.gif
│   │   ├── line01.gif
│   │   ├── line02.gif
│   │   ├── line03.gif
│   │   ├── line04.gif
│   │   ├── logo.jpg
│   │   ├── logoff.gif
│   │   ├── newdoc.gif
│   │   ├── root.gif
│   │   ├── saveitem.gif
│   │   ├── see.gif
│   │   ├── selectedback.gif
│   │   ├── spacer.gif
│   │   ├── stop.gif
│   │   ├── titleback.gif
│   │   ├── txt.gif
│   │   ├── wave.gif
│   │   ├── welcome-1.gif
│   │   ├── welcome.gif
│   │   └── wzh.gif
│   ├── include
│   │   ├── BottomTable.aspx
│   │   ├── BottomTable.aspx.cs
│   │   ├── BottomTable.aspx.resx
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── TopTable.aspx
│   │   ├── TopTable.aspx.cs
│   │   └── TopTable.aspx.resx
│   ├── login.aspx
│   ├── login.aspx.cs
│   ├── login.aspx.resx
│   ├── sale
│   │   ├── AlertDelSaleList.aspx
│   │   ├── AlertDelSaleList.aspx.cs
│   │   ├── AlertDelSaleList.aspx.resx
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── New_Sale_List_FirstStep.aspx
│   │   ├── New_Sale_List_FirstStep.aspx.cs
│   │   ├── New_Sale_List_FirstStep.aspx.resx
│   │   ├── New_Sale_List_SecondStep.aspx
│   │   ├── New_Sale_List_SecondStep.aspx.cs
│   │   ├── New_Sale_List_SecondStep.aspx.resx
│   │   ├── OperateSO.aspx
│   │   ├── OperateSO.aspx.cs
│   │   ├── OperateSO.aspx.resx
│   │   ├── OperatorSaleList.aspx
│   │   ├── OperatorSaleList.aspx.cs
│   │   ├── OperatorSaleList.aspx.resx
│   │   ├── SaleList.aspx
│   │   ├── SaleList.aspx.cs
│   │   ├── SaleList.aspx.resx
│   │   ├── SelectCustomer.aspx
│   │   ├── SelectCustomer.aspx.cs
│   │   ├── SelectCustomer.aspx.resx
│   │   ├── SelectEmployee.aspx
│   │   ├── SelectEmployee.aspx.cs
│   │   ├── SelectEmployee.aspx.resx
│   │   ├── SelectSO.aspx
│   │   ├── SelectSO.aspx.cs
│   │   └── SelectSO.aspx.resx
│   ├── store
│   │   ├── AlertDelCateGory.aspx
│   │   ├── AlertDelCateGory.aspx.cs
│   │   ├── AlertDelCateGory.aspx.resx
│   │   ├── AlertDelConfig.aspx.cs
│   │   ├── AlertDelConfig.aspx.resx
│   │   ├── AlertDelInStockRecord.aspx
│   │   ├── AlertDelInStockRecord.aspx.cs
│   │   ├── AlertDelInStockRecord.aspx.resx
│   │   ├── AlertDelLocation.aspx
│   │   ├── AlertDelLocation.aspx.cs
│   │   ├── AlertDelLocation.aspx.resx
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Extra
│   │   │   ├── Entries.Extra.Old
│   │   │   ├── Entries.Old
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── CatAManage.aspx
│   │   ├── CatAManage.aspx.cs
│   │   ├── CatAManage.aspx.resx
│   │   ├── CatBManage.aspx
│   │   ├── CatBManage.aspx.cs
│   │   ├── CatBManage.aspx.resx
│   │   ├── CatCManage.aspx
│   │   ├── CatCManage.aspx.cs
│   │   ├── CatCManage.aspx.resx
│   │   ├── FoldStock.aspx
│   │   ├── FoldStock.aspx.cs
│   │   ├── FoldStock.aspx.resx
│   │   ├── FoldStock2.aspx
│   │   ├── FoldStock2.aspx.cs
│   │   ├── FoldStock2.aspx.resx
│   │   ├── InStock.aspx
│   │   ├── InStock.aspx.cs
│   │   ├── InStock.aspx.resx
│   │   ├── InStockRecord.aspx
│   │   ├── InStockRecord.aspx.cs
│   │   ├── InStockRecord.aspx.resx
│   │   ├── InStockReport.aspx
│   │   ├── InStockReport.aspx.cs
│   │   ├── InStockReport.aspx.resx
│   │   ├── NewInStock.aspx
│   │   ├── NewInStock.aspx.cs
│   │   ├── NewInStock.aspx.resx
│   │   ├── NewOutStock.aspx
│   │   ├── NewOutStock.aspx.cs
│   │   ├── NewOutStock.aspx.resx
│   │   ├── NewTStock.aspx
│   │   ├── NewTStock.aspx.cs
│   │   ├── NewTStock.aspx.resx
│   │   ├── OPInStockRecord.aspx
│   │   ├── OPInStockRecord.aspx.cs
│   │   ├── OPInStockRecord.aspx.resx
│   │   ├── OPInStockReport.aspx
│   │   ├── OPInStockReport.aspx.cs
│   │   ├── OPInStockReport.aspx.resx
│   │   ├── OPOutStockRecord.aspx
│   │   ├── OPOutStockRecord.aspx.cs
│   │   ├── OPOutStockRecord.aspx.resx
│   │   ├── OPOutStockReport.aspx
│   │   ├── OPOutStockReport.aspx.cs
│   │   ├── OPOutStockReport.aspx.resx
│   │   ├── OPTranStockReport.aspx
│   │   ├── OPTranStockReport.aspx.cs
│   │   ├── OPTranStockReport.aspx.resx
│   │   ├── OpenStock.aspx
│   │   ├── OpenStock.aspx.cs
│   │   ├── OpenStock.aspx.resx
│   │   ├── OpenStock2.aspx
│   │   ├── OpenStock2.aspx.cs
│   │   ├── OpenStock2.aspx.resx
│   │   ├── OperatorInStockReport.aspx
│   │   ├── OperatorInStockReport.aspx.cs
│   │   ├── OperatorInStockReport.aspx.resx
│   │   ├── OperatorOutStockReport.aspx
│   │   ├── OperatorOutStockReport.aspx.cs
│   │   ├── OperatorOutStockReport.aspx.resx
│   │   ├── OperatorTStock.aspx
│   │   ├── OperatorTStock.aspx.cs
│   │   ├── OperatorTStock.aspx.resx
│   │   ├── OutStock.aspx
│   │   ├── OutStock.aspx.cs
│   │   ├── OutStock.aspx.resx
│   │   ├── OutStockRecord.aspx
│   │   ├── OutStockRecord.aspx.cs
│   │   ├── OutStockRecord.aspx.resx
│   │   ├── OutStockReport.aspx
│   │   ├── OutStockReport.aspx.cs
│   │   ├── OutStockReport.aspx.resx
│   │   ├── PDStockReport.aspx
│   │   ├── PDStockReport.aspx.cs
│   │   ├── PDStockReport.aspx.resx
│   │   ├── PDStockReportPreview.aspx
│   │   ├── PDStockReportPreview.aspx.cs
│   │   ├── PDStockReportPreview.aspx.resx
│   │   ├── SelectProduct.aspx
│   │   ├── SelectProduct.aspx.cs
│   │   ├── SelectProduct.aspx.resx
│   │   ├── StockReport.aspx
│   │   ├── StockReport.aspx.cs
│   │   ├── StockReport.aspx.resx
│   │   ├── TStock.aspx
│   │   ├── TStock.aspx.cs
│   │   ├── TStock.aspx.resx
│   │   ├── TStockReport.aspx
│   │   ├── TStockReport.aspx.cs
│   │   ├── TStockReport.aspx.resx
│   │   ├── WHManage.aspx
│   │   ├── WHManage.aspx.cs
│   │   ├── WHManage.aspx.resx
│   │   ├── WareHManage.aspx
│   │   ├── WareHManage.aspx.cs
│   │   └── WareHManage.aspx.resx
│   ├── webctrl_client
│   │   └── 1_0
│   │       ├── Images
│   │       │   ├── folder.gif
│   │       │   ├── folderopen.gif
│   │       │   ├── html.gif
│   │       │   └── root.gif
│   │       ├── MultiPage.htc
│   │       ├── TabStrip.htc
│   │       ├── TreeImages
│   │       │   ├── L.gif
│   │       │   ├── Lminus.gif
│   │       │   ├── Lplus.gif
│   │       │   ├── Rminus.gif
│   │       │   ├── Rplus.gif
│   │       │   ├── T.gif
│   │       │   ├── Tminus.gif
│   │       │   ├── Tplus.gif
│   │       │   ├── f.gif
│   │       │   ├── fminus.gif
│   │       │   ├── fplus.gif
│   │       │   ├── i.gif
│   │       │   ├── minus.gif
│   │       │   ├── plus.gif
│   │       │   ├── r.gif
│   │       │   ├── rtl
│   │       │   │   ├── F.gif
│   │       │   │   ├── Fminus.gif
│   │       │   │   ├── Fplus.gif
│   │       │   │   ├── I.gif
│   │       │   │   ├── L.gif
│   │       │   │   ├── Lminus.gif
│   │       │   │   ├── Lplus.gif
│   │       │   │   ├── Rminus.gif
│   │       │   │   ├── Rplus.gif
│   │       │   │   ├── T.gif
│   │       │   │   ├── Tminus.gif
│   │       │   │   ├── Tplus.gif
│   │       │   │   ├── minus.gif
│   │       │   │   ├── plus.gif
│   │       │   │   ├── r.gif
│   │       │   │   └── white.gif
│   │       │   └── white.gif
│   │       ├── toolbar.htc
│   │       └── treeview.htc
│   ├── 视图名称.doc
│   ├── 表结构分析--GeorgeQiao.xls
│   └── 表结构分析.doc
├── www.pudn.com.txt
└── 好例子网_c#客户管理系统.rar

37 directories, 703 files


网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警