在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#数据库操作 → 博恒广告行业记账系统,软件公司开单、记账、报价的好帮手

博恒广告行业记账系统,软件公司开单、记账、报价的好帮手

C#数据库操作

下载此实例
  • 开发语言:C#
  • 实例大小:26.02M
  • 下载次数:58
  • 浏览次数:801
  • 发布时间:2022-08-06
  • 实例类别:C#数据库操作
  • 发 布 人:郓城在线
  • 文件格式:.rar
  • 所需积分:5
 相关标签: 公司 软件 记账 广告 系统

实例介绍

【实例简介】博恒广告行业记账系统,软件公司开单、记账、报价的好帮手

博恒广告行业记账系统,软件公司开单、记账、报价的好帮手

【实例截图】

【核心代码】

.
├── 好例子网_博恒广告行业记账系统.rar
└── 博恒广告行业记账系统
    ├── 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
    │   ├── 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
    └── 博恒广告行业记账系统.exe

76 directories, 508 files



实例下载地址

博恒广告行业记账系统,软件公司开单、记账、报价的好帮手

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 软件之家 发表于: 2023-12-17 21:27 13
源程序是delphi,源码却是C#。大家不要下载

支持(0) 盖楼(回复)

发表评论

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

查看所有2条评论>>

小贴士

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

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

关于好例子网

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

;
报警