步骤:
1. 安装VCL下面的控件。
2. 开发环境:VS2008 SQL2000/2005/2008
3. 你就可以打开这个源码工程,进行编绎或运行
登入密码: 1
找例子网_GP026-仓库系统-代码├── Code
│ ├── DAO
│ │ ├── AssemblyInfo.cs
│ │ ├── CommonDataConfig.cs
│ │ ├── CommonFactory.cs
│ │ ├── CommonInterface.cs
│ │ ├── CommonOle.cs
│ │ ├── CommonOracle.cs
│ │ ├── CommonSql.cs
│ │ ├── Daniel.Liu.DAO.csproj
│ │ ├── Daniel.Liu.DAO.csproj.user
│ │ ├── Daniel.Liu.DAO.csproj.vspscc
│ │ ├── Daniel.Liu.DAO.xml
│ │ ├── Daniel.Liu.suo
│ │ ├── ICommandBuilder.cs
│ │ ├── OceanSoft.Pantheon.suo
│ │ ├── _ReSharper.Daniel.Liu
│ │ │ ├── IModuleManager
│ │ │ ├── IPersistenceManager
│ │ │ ├── SymbolCache
│ │ │ └── WordIndex
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── App.config
│ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ ├── Daniel.Liu.DAO.pdb
│ │ │ │ ├── Daniel.Liu.DAO.xml
│ │ │ │ └── Web.config
│ │ │ └── Release
│ │ │ └── Daniel.Liu.DAO.dll
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ ├── Daniel.Liu.DAO.csproj.FileList.txt
│ │ │ ├── Daniel.Liu.DAO.csproj.FileListAbsolute.txt
│ │ │ ├── Debug
│ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ ├── Daniel.Liu.DAO.dll.incr
│ │ │ │ ├── Daniel.Liu.DAO.pdb
│ │ │ │ ├── Daniel.Liu.DAO.projdata
│ │ │ │ ├── OceanSoft.Pantheon.DAO.projdata
│ │ │ │ ├── OceanSoft.Pantheon.DAO.projdata1
│ │ │ │ ├── Refactor
│ │ │ │ │ └── Daniel.Liu.DAO.dll
│ │ │ │ ├── TempPE
│ │ │ │ └── temp
│ │ │ ├── Interop.ORADCLib.dll
│ │ │ ├── Interop.ORAOLEDBLib.dll
│ │ │ └── Release
│ │ │ ├── Daniel.Liu.DAO.csproj.FileListAbsolute.txt
│ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ ├── Daniel.Liu.DAO.projdata
│ │ │ ├── Refactor
│ │ │ │ └── Daniel.Liu.DAO.dll
│ │ │ ├── TempPE
│ │ │ ├── temp
│ │ │ └── vssver.scc
│ │ └── vssver2.scc
│ ├── DB
│ │ ├── Storehouse_Data.MDF
│ │ └── Storehouse_Log.LDF
│ ├── StorageManage
│ │ ├── App.config
│ │ ├── DAO
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CommonDataConfig.cs
│ │ │ ├── CommonFactory.cs
│ │ │ ├── CommonInterface.cs
│ │ │ ├── CommonOle.cs
│ │ │ ├── CommonOracle.cs
│ │ │ ├── CommonSql.cs
│ │ │ ├── Daniel.Liu.DAO.csproj
│ │ │ ├── Daniel.Liu.DAO.csproj.user
│ │ │ ├── Daniel.Liu.DAO.csproj.vspscc
│ │ │ ├── Daniel.Liu.DAO.xml
│ │ │ ├── Daniel.Liu.suo
│ │ │ ├── ICommandBuilder.cs
│ │ │ ├── OceanSoft.Pantheon.suo
│ │ │ ├── _ReSharper.Daniel.Liu
│ │ │ │ ├── IModuleManager
│ │ │ │ ├── IPersistenceManager
│ │ │ │ ├── SymbolCache
│ │ │ │ └── WordIndex
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── App.config
│ │ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ │ ├── Daniel.Liu.DAO.pdb
│ │ │ │ │ ├── Daniel.Liu.DAO.xml
│ │ │ │ │ └── Web.config
│ │ │ │ └── Release
│ │ │ │ └── Daniel.Liu.DAO.dll
│ │ │ ├── mssccprj.scc
│ │ │ ├── obj
│ │ │ │ ├── Daniel.Liu.DAO.csproj.FileListAbsolute.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ │ ├── Daniel.Liu.DAO.dll.incr
│ │ │ │ │ ├── Daniel.Liu.DAO.pdb
│ │ │ │ │ ├── Daniel.Liu.DAO.projdata
│ │ │ │ │ ├── OceanSoft.Pantheon.DAO.projdata
│ │ │ │ │ ├── OceanSoft.Pantheon.DAO.projdata1
│ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── Daniel.Liu.DAO.dll
│ │ │ │ │ ├── TempPE
│ │ │ │ │ └── temp
│ │ │ │ ├── Interop.ORADCLib.dll
│ │ │ │ ├── Interop.ORAOLEDBLib.dll
│ │ │ │ └── Release
│ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ ├── Daniel.Liu.DAO.projdata
│ │ │ │ ├── TempPE
│ │ │ │ ├── temp
│ │ │ │ └── vssver.scc
│ │ │ └── vssver2.scc
│ │ ├── DataBase
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ └── vssver2.scc
│ │ ├── StorageManage.csproj
│ │ ├── StorageManage.csproj.vspscc
│ │ ├── StorageManage.sln
│ │ ├── StorageManage.suo
│ │ ├── XtraReportBillE.Designer.cs
│ │ ├── XtraReportBillE.cs
│ │ ├── XtraReportBillE.resx
│ │ ├── XtraReportBillI.Designer.cs
│ │ ├── XtraReportBillI.cs
│ │ ├── XtraReportBillI.resx
│ │ ├── XtraReportDepotMaterialInOutSum.Designer.cs
│ │ ├── XtraReportDepotMaterialInOutSum.cs
│ │ ├── XtraReportDepotMaterialInOutSum.resx
│ │ ├── XtraReportRemoveBill.Designer.cs
│ │ ├── XtraReportRemoveBill.cs
│ │ ├── XtraReportRemoveBill.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ ├── Daniel.Liu.DAO.pdb
│ │ │ │ ├── Daniel.Liu.DAO.xml
│ │ │ │ ├── DevExpress.Charts.v8.2.Core.dll
│ │ │ │ ├── DevExpress.Data.v8.2.dll
│ │ │ │ ├── DevExpress.Data.v8.2.xml
│ │ │ │ ├── DevExpress.Localization.v8.2.dll
│ │ │ │ ├── DevExpress.Utils.v8.2.dll
│ │ │ │ ├── DevExpress.Utils.v8.2.xml
│ │ │ │ ├── DevExpress.XtraBars.v8.2.dll
│ │ │ │ ├── DevExpress.XtraBars.v8.2.xml
│ │ │ │ ├── DevExpress.XtraCharts.v8.2.dll
│ │ │ │ ├── DevExpress.XtraCharts.v8.2.xml
│ │ │ │ ├── DevExpress.XtraEditors.v8.2.dll
│ │ │ │ ├── DevExpress.XtraEditors.v8.2.xml
│ │ │ │ ├── DevExpress.XtraGrid.v8.2.dll
│ │ │ │ ├── DevExpress.XtraGrid.v8.2.xml
│ │ │ │ ├── DevExpress.XtraLayout.v8.2.dll
│ │ │ │ ├── DevExpress.XtraLayout.v8.2.xml
│ │ │ │ ├── DevExpress.XtraNavBar.v8.2.dll
│ │ │ │ ├── DevExpress.XtraNavBar.v8.2.xml
│ │ │ │ ├── DevExpress.XtraPivotGrid.v8.2.Core.dll
│ │ │ │ ├── DevExpress.XtraPivotGrid.v8.2.Core.xml
│ │ │ │ ├── DevExpress.XtraPivotGrid.v8.2.dll
│ │ │ │ ├── DevExpress.XtraPivotGrid.v8.2.xml
│ │ │ │ ├── DevExpress.XtraPrinting.v8.2.dll
│ │ │ │ ├── DevExpress.XtraPrinting.v8.2.xml
│ │ │ │ ├── DevExpress.XtraReports.v8.2.dll
│ │ │ │ ├── DevExpress.XtraReports.v8.2.xml
│ │ │ │ ├── DevExpress.XtraRichTextEdit.v8.2.dll
│ │ │ │ ├── DevExpress.XtraRichTextEdit.v8.2.xml
│ │ │ │ ├── DevExpress.XtraTreeList.v8.2.dll
│ │ │ │ ├── DevExpress.XtraTreeList.v8.2.xml
│ │ │ │ ├── HistoryLogin.xml
│ │ │ │ ├── StorageManage.exe.config
│ │ │ │ ├── StorageManage.pdb
│ │ │ │ ├── StorageManage.vshost.exe
│ │ │ │ ├── StorageManage.vshost.exe.config
│ │ │ │ ├── StorageManageLibrary.dll
│ │ │ │ ├── StorageManageLibrary.pdb
│ │ │ │ └── update.exe
│ │ │ └── Release
│ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ ├── DevExpress.Charts.v8.2.Core.dll
│ │ │ ├── DevExpress.Data.v8.2.dll
│ │ │ ├── DevExpress.Data.v8.2.xml
│ │ │ ├── DevExpress.Localization.v8.2.dll
│ │ │ ├── DevExpress.Utils.v8.2.dll
│ │ │ ├── DevExpress.Utils.v8.2.xml
│ │ │ ├── DevExpress.XtraBars.v8.2.dll
│ │ │ ├── DevExpress.XtraBars.v8.2.xml
│ │ │ ├── DevExpress.XtraCharts.v8.2.dll
│ │ │ ├── DevExpress.XtraCharts.v8.2.xml
│ │ │ ├── DevExpress.XtraEditors.v8.2.dll
│ │ │ ├── DevExpress.XtraEditors.v8.2.xml
│ │ │ ├── DevExpress.XtraGrid.v8.2.dll
│ │ │ ├── DevExpress.XtraGrid.v8.2.xml
│ │ │ ├── DevExpress.XtraLayout.v8.2.dll
│ │ │ ├── DevExpress.XtraLayout.v8.2.xml
│ │ │ ├── DevExpress.XtraNavBar.v8.2.dll
│ │ │ ├── DevExpress.XtraNavBar.v8.2.xml
│ │ │ ├── DevExpress.XtraPivotGrid.v8.2.Core.dll
│ │ │ ├── DevExpress.XtraPivotGrid.v8.2.Core.xml
│ │ │ ├── DevExpress.XtraPivotGrid.v8.2.dll
│ │ │ ├── DevExpress.XtraPivotGrid.v8.2.xml
│ │ │ ├── DevExpress.XtraPrinting.v8.2.dll
│ │ │ ├── DevExpress.XtraPrinting.v8.2.xml
│ │ │ ├── DevExpress.XtraReports.v8.2.dll
│ │ │ ├── DevExpress.XtraReports.v8.2.xml
│ │ │ ├── DevExpress.XtraRichTextEdit.v8.2.dll
│ │ │ ├── DevExpress.XtraRichTextEdit.v8.2.xml
│ │ │ ├── DevExpress.XtraTreeList.v8.2.dll
│ │ │ ├── DevExpress.XtraTreeList.v8.2.xml
│ │ │ ├── HistoryLogin.xml
│ │ │ ├── StorageManage.exe
│ │ │ ├── StorageManage.exe.config
│ │ │ ├── StorageManage.pdb
│ │ │ ├── StorageManage.vshost.exe
│ │ │ ├── StorageManage.vshost.exe.config
│ │ │ ├── StorageManage.vshost.exe.manifest
│ │ │ ├── StorageManageLibrary.dll
│ │ │ ├── StorageManageLibrary.pdb
│ │ │ └── update.exe
│ │ ├── frmAllDepotSumQry.Designer.cs
│ │ ├── frmAllDepotSumQry.cs
│ │ ├── frmAllDepotSumQry.resx
│ │ ├── frmBase.cs
│ │ ├── frmBase.designer.cs
│ │ ├── frmBase.resx
│ │ ├── frmBasicDataAdd.Designer.cs
│ │ ├── frmBasicDataAdd.cs
│ │ ├── frmBasicDataAdd.resx
│ │ ├── frmBill.Designer.cs
│ │ ├── frmBill.cs
│ │ ├── frmBill.resx
│ │ ├── frmBillAdd.Designer.cs
│ │ ├── frmBillAdd.cs
│ │ ├── frmBillAdd.resx
│ │ ├── frmBillE.Designer.cs
│ │ ├── frmBillE.cs
│ │ ├── frmBillE.resx
│ │ ├── frmChangePassword.Designer.cs
│ │ ├── frmChangePassword.cs
│ │ ├── frmChangePassword.resx
│ │ ├── frmCheckBill.Designer.cs
│ │ ├── frmCheckBill.cs
│ │ ├── frmCheckBill.resx
│ │ ├── frmCheckBillAdd.Designer.cs
│ │ ├── frmCheckBillAdd.cs
│ │ ├── frmCheckBillAdd.resx
│ │ ├── frmClient.Designer.cs
│ │ ├── frmClient.cs
│ │ ├── frmClient.resx
│ │ ├── frmClientAdd.Designer.cs
│ │ ├── frmClientAdd.cs
│ │ ├── frmClientAdd.resx
│ │ ├── frmDepot.Designer.cs
│ │ ├── frmDepot.cs
│ │ ├── frmDepot.resx
│ │ ├── frmDepotMaterialDetailQry.Designer.cs
│ │ ├── frmDepotMaterialDetailQry.cs
│ │ ├── frmDepotMaterialDetailQry.resx
│ │ ├── frmDepotMaterialInOutSum.Designer.cs
│ │ ├── frmDepotMaterialInOutSum.cs
│ │ ├── frmDepotMaterialInOutSum.resx
│ │ ├── frmDepotMaterialStatusQty.Designer.cs
│ │ ├── frmDepotMaterialStatusQty.cs
│ │ ├── frmDepotMaterialStatusQty.resx
│ │ ├── frmDepotMaterialSum.Designer.cs
│ │ ├── frmDepotMaterialSum.cs
│ │ ├── frmDepotMaterialSum.resx
│ │ ├── frmDepotMaterialTypeInOutSum.Designer.cs
│ │ ├── frmDepotMaterialTypeInOutSum.cs
│ │ ├── frmDepotMaterialTypeInOutSum.resx
│ │ ├── frmDept.Designer.cs
│ │ ├── frmDept.cs
│ │ ├── frmDept.resx
│ │ ├── frmDeptAdd.Designer.cs
│ │ ├── frmDeptAdd.cs
│ │ ├── frmDeptAdd.resx
│ │ ├── frmEmployee.Designer.cs
│ │ ├── frmEmployee.cs
│ │ ├── frmEmployee.resx
│ │ ├── frmEmployeeAdd.Designer.cs
│ │ ├── frmEmployeeAdd.cs
│ │ ├── frmEmployeeAdd.resx
│ │ ├── frmInDepotDetail.Designer.cs
│ │ ├── frmInDepotDetail.cs
│ │ ├── frmInDepotDetail.resx
│ │ ├── frmInDepotDetailSum.Designer.cs
│ │ ├── frmInDepotDetailSum.cs
│ │ ├── frmInDepotDetailSum.resx
│ │ ├── frmInOutDepotDetail.Designer.cs
│ │ ├── frmInOutDepotDetail.cs
│ │ ├── frmInOutDepotDetail.resx
│ │ ├── frmInOutDeptDetail.Designer.cs
│ │ ├── frmInOutDeptDetail.cs
│ │ ├── frmInOutDeptDetail.resx
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.resx
│ │ ├── frmLoginUser.Designer.cs
│ │ ├── frmLoginUser.cs
│ │ ├── frmLoginUser.resx
│ │ ├── frmMaterial.Designer.cs
│ │ ├── frmMaterial.cs
│ │ ├── frmMaterial.resx
│ │ ├── frmMaterialAdd.Designer.cs
│ │ ├── frmMaterialAdd.cs
│ │ ├── frmMaterialAdd.resx
│ │ ├── frmOutDepotDetail.Designer.cs
│ │ ├── frmOutDepotDetail.cs
│ │ ├── frmOutDepotDetail.resx
│ │ ├── frmOutDepotDetailSum.Designer.cs
│ │ ├── frmOutDepotDetailSum.cs
│ │ ├── frmOutDepotDetailSum.resx
│ │ ├── frmRemoveBill.Designer.cs
│ │ ├── frmRemoveBill.cs
│ │ ├── frmRemoveBill.resx
│ │ ├── frmRemoveBillAdd.Designer.cs
│ │ ├── frmRemoveBillAdd.cs
│ │ ├── frmRemoveBillAdd.resx
│ │ ├── frmSelectMaterial.Designer.cs
│ │ ├── frmSelectMaterial.cs
│ │ ├── frmSelectMaterial.resx
│ │ ├── frmSelectType.Designer.cs
│ │ ├── frmSelectType.cs
│ │ ├── frmSelectType.resx
│ │ ├── frmStorageClass.cs
│ │ ├── frmStorageClass.designer.cs
│ │ ├── frmStorageClass.resx
│ │ ├── frmStorageClassAdd.Designer.cs
│ │ ├── frmStorageClassAdd.cs
│ │ ├── frmStorageClassAdd.resx
│ │ ├── frmStorageMain.Designer.cs
│ │ ├── frmStorageMain.cs
│ │ ├── frmStorageMain.resx
│ │ ├── frmSupplier.Designer.cs
│ │ ├── frmSupplier.cs
│ │ ├── frmSupplier.resx
│ │ ├── frmSupplierAdd.Designer.cs
│ │ ├── frmSupplierAdd.cs
│ │ ├── frmSupplierAdd.resx
│ │ ├── frmUserRight.Designer.cs
│ │ ├── frmUserRight.cs
│ │ ├── frmUserRight.resx
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StorageManage.Properties.Resources.resources
│ │ │ │ ├── StorageManage.XtraReportBillE.resources
│ │ │ │ ├── StorageManage.XtraReportBillI.resources
│ │ │ │ ├── StorageManage.XtraReportDepotMaterialInOutSum.resources
│ │ │ │ ├── StorageManage.XtraReportRemoveBill.resources
│ │ │ │ ├── StorageManage.csproj.GenerateResource.Cache
│ │ │ │ ├── StorageManage.exe
│ │ │ │ ├── StorageManage.frmAllDepotSumQry.resources
│ │ │ │ ├── StorageManage.frmBase.resources
│ │ │ │ ├── StorageManage.frmBasicDataAdd.resources
│ │ │ │ ├── StorageManage.frmBill.resources
│ │ │ │ ├── StorageManage.frmBillAdd.resources
│ │ │ │ ├── StorageManage.frmBillE.resources
│ │ │ │ ├── StorageManage.frmChangePassword.resources
│ │ │ │ ├── StorageManage.frmCheckBill.resources
│ │ │ │ ├── StorageManage.frmCheckBillAdd.resources
│ │ │ │ ├── StorageManage.frmClient.resources
│ │ │ │ ├── StorageManage.frmClientAdd.resources
│ │ │ │ ├── StorageManage.frmDepot.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialDetailQry.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialInOutSum.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialStatusQty.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialSum.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialTypeInOutSum.resources
│ │ │ │ ├── StorageManage.frmDept.resources
│ │ │ │ ├── StorageManage.frmDeptAdd.resources
│ │ │ │ ├── StorageManage.frmEmployee.resources
│ │ │ │ ├── StorageManage.frmEmployeeAdd.resources
│ │ │ │ ├── StorageManage.frmInDepotDetail.resources
│ │ │ │ ├── StorageManage.frmInDepotDetailSum.resources
│ │ │ │ ├── StorageManage.frmInOutDepotDetail.resources
│ │ │ │ ├── StorageManage.frmInOutDeptDetail.resources
│ │ │ │ ├── StorageManage.frmLogin.resources
│ │ │ │ ├── StorageManage.frmLoginUser.resources
│ │ │ │ ├── StorageManage.frmMaterial.resources
│ │ │ │ ├── StorageManage.frmMaterialAdd.resources
│ │ │ │ ├── StorageManage.frmOutDepotDetail.resources
│ │ │ │ ├── StorageManage.frmOutDepotDetailSum.resources
│ │ │ │ ├── StorageManage.frmRemoveBill.resources
│ │ │ │ ├── StorageManage.frmRemoveBillAdd.resources
│ │ │ │ ├── StorageManage.frmSelectMaterial.resources
│ │ │ │ ├── StorageManage.frmSelectType.resources
│ │ │ │ ├── StorageManage.frmStorageClass.resources
│ │ │ │ ├── StorageManage.frmStorageClassAdd.resources
│ │ │ │ ├── StorageManage.frmStorageMain.resources
│ │ │ │ ├── StorageManage.frmSupplier.resources
│ │ │ │ ├── StorageManage.frmSupplierAdd.resources
│ │ │ │ ├── StorageManage.frmUserRight.resources
│ │ │ │ ├── StorageManage.pdb
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── storagemanage.exe.licenses
│ │ │ ├── Release
│ │ │ │ ├── Refactor
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StorageManage.Properties.Resources.resources
│ │ │ │ ├── StorageManage.XtraReportBillE.resources
│ │ │ │ ├── StorageManage.XtraReportBillI.resources
│ │ │ │ ├── StorageManage.XtraReportDepotMaterialInOutSum.resources
│ │ │ │ ├── StorageManage.XtraReportRemoveBill.resources
│ │ │ │ ├── StorageManage.csproj.FileListAbsolute.txt
│ │ │ │ ├── StorageManage.csproj.GenerateResource.Cache
│ │ │ │ ├── StorageManage.exe
│ │ │ │ ├── StorageManage.frmAllDepotSumQry.resources
│ │ │ │ ├── StorageManage.frmBase.resources
│ │ │ │ ├── StorageManage.frmBasicDataAdd.resources
│ │ │ │ ├── StorageManage.frmBill.resources
│ │ │ │ ├── StorageManage.frmBillAdd.resources
│ │ │ │ ├── StorageManage.frmBillE.resources
│ │ │ │ ├── StorageManage.frmChangePassword.resources
│ │ │ │ ├── StorageManage.frmCheckBill.resources
│ │ │ │ ├── StorageManage.frmCheckBillAdd.resources
│ │ │ │ ├── StorageManage.frmClient.resources
│ │ │ │ ├── StorageManage.frmClientAdd.resources
│ │ │ │ ├── StorageManage.frmDepot.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialDetailQry.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialInOutSum.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialStatusQty.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialSum.resources
│ │ │ │ ├── StorageManage.frmDepotMaterialTypeInOutSum.resources
│ │ │ │ ├── StorageManage.frmDept.resources
│ │ │ │ ├── StorageManage.frmDeptAdd.resources
│ │ │ │ ├── StorageManage.frmEmployee.resources
│ │ │ │ ├── StorageManage.frmEmployeeAdd.resources
│ │ │ │ ├── StorageManage.frmInDepotDetail.resources
│ │ │ │ ├── StorageManage.frmInDepotDetailSum.resources
│ │ │ │ ├── StorageManage.frmInOutDepotDetail.resources
│ │ │ │ ├── StorageManage.frmInOutDeptDetail.resources
│ │ │ │ ├── StorageManage.frmLogin.resources
│ │ │ │ ├── StorageManage.frmLoginUser.resources
│ │ │ │ ├── StorageManage.frmMaterial.resources
│ │ │ │ ├── StorageManage.frmMaterialAdd.resources
│ │ │ │ ├── StorageManage.frmOutDepotDetail.resources
│ │ │ │ ├── StorageManage.frmOutDepotDetailSum.resources
│ │ │ │ ├── StorageManage.frmRemoveBill.resources
│ │ │ │ ├── StorageManage.frmRemoveBillAdd.resources
│ │ │ │ ├── StorageManage.frmSelectMaterial.resources
│ │ │ │ ├── StorageManage.frmSelectType.resources
│ │ │ │ ├── StorageManage.frmStorageClass.resources
│ │ │ │ ├── StorageManage.frmStorageClassAdd.resources
│ │ │ │ ├── StorageManage.frmStorageMain.resources
│ │ │ │ ├── StorageManage.frmSupplier.resources
│ │ │ │ ├── StorageManage.frmSupplierAdd.resources
│ │ │ │ ├── StorageManage.frmUserRight.resources
│ │ │ │ ├── StorageManage.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── StorageManage.csproj.FileList.txt
│ │ │ └── StorageManage.csproj.FileListAbsolute.txt
│ │ └── vssver2.scc
│ ├── StorageManage.sln
│ ├── StorageManage.suo
│ ├── StorageManage.vssscc
│ ├── StorageManageLibrary
│ │ ├── BasicData.cs
│ │ ├── BasicDataManage.cs
│ │ ├── Bill.cs
│ │ ├── BillAutoIDManage.cs
│ │ ├── BillDetail.cs
│ │ ├── BillManage.cs
│ │ ├── CheckBill.cs
│ │ ├── CheckBillDetail.cs
│ │ ├── CheckBillManage.cs
│ │ ├── Client.cs
│ │ ├── ClientManage.cs
│ │ ├── Depot.cs
│ │ ├── DepotManage.cs
│ │ ├── Dept.cs
│ │ ├── DeptManage.cs
│ │ ├── Employee.cs
│ │ ├── EmployeeManage.cs
│ │ ├── LoginUser.cs
│ │ ├── LoginUserManage.cs
│ │ ├── Material.cs
│ │ ├── MaterialManage.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── RemoveBill.cs
│ │ ├── RemoveBillDetail.cs
│ │ ├── RemoveBillManage.cs
│ │ ├── StorageClassManage.cs
│ │ ├── StorageManageLibrary.csproj
│ │ ├── StorageManageLibrary.csproj.vspscc
│ │ ├── Supplier.cs
│ │ ├── SupplierManage.cs
│ │ ├── SysParams.cs
│ │ ├── UserRight.cs
│ │ ├── UserRightManage.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ │ ├── Daniel.Liu.DAO.pdb
│ │ │ │ ├── Daniel.Liu.DAO.xml
│ │ │ │ ├── StorageManageLibrary.dll
│ │ │ │ └── StorageManageLibrary.pdb
│ │ │ └── Release
│ │ │ ├── Daniel.Liu.DAO.dll
│ │ │ ├── StorageManageLibrary.dll
│ │ │ └── StorageManageLibrary.pdb
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ │ └── StorageManageLibrary.dll
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StorageManageLibrary.dll
│ │ │ │ ├── StorageManageLibrary.pdb
│ │ │ │ ├── TempPE
│ │ │ │ └── build.force
│ │ │ ├── Release
│ │ │ │ ├── Refactor
│ │ │ │ │ └── StorageManageLibrary.dll
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── StorageManageLibrary.csproj.FileListAbsolute.txt
│ │ │ │ ├── StorageManageLibrary.dll
│ │ │ │ ├── StorageManageLibrary.pdb
│ │ │ │ └── TempPE
│ │ │ ├── StorageManageLibrary.csproj.FileList.txt
│ │ │ └── StorageManageLibrary.csproj.FileListAbsolute.txt
│ │ └── vssver2.scc
│ ├── Update
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Update.exe
│ │ │ │ └── Update.pdb
│ │ │ └── Release
│ │ │ ├── Update.exe
│ │ │ └── Update.pdb
│ │ ├── frmUpdate.cs
│ │ ├── frmUpdate.resx
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── Update.Properties.Resources.resources
│ │ │ │ ├── Update.exe
│ │ │ │ ├── Update.pdb
│ │ │ │ ├── update.csproj.GenerateResource.Cache
│ │ │ │ └── update.frmUpdate.resources
│ │ │ ├── Release
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── Update.Properties.Resources.resources
│ │ │ │ ├── Update.exe
│ │ │ │ ├── Update.pdb
│ │ │ │ ├── update.csproj.GenerateResource.Cache
│ │ │ │ └── update.frmUpdate.resources
│ │ │ ├── Update.csproj.FileListAbsolute.txt
│ │ │ └── update.csproj.FileList.txt
│ │ ├── update.csproj
│ │ ├── update.csproj.vspscc
│ │ └── vssver2.scc
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── mssccprj.scc
│ └── storehouse
│ ├── StorageManage.suo
│ └── vssver2.scc
└── 仓库系统说明.txt
76 directories, 508 files
评论