嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
财务管理系统源码
.
├── 好例子网_财务管理系统.zip
└── 财务管理系统
├── Icon
│ ├── caiwu.ICO
│ ├── 保存.bmp
│ ├── 修改.bmp
│ ├── 删除.bmp
│ ├── 取消.bmp
│ ├── 搜索.bmp
│ ├── 新增.bmp
│ ├── 计算.bmp
│ ├── 退出.bmp
│ ├── 上记录.bmp
│ ├── 下记录.bmp
│ ├── 尾记录.bmp
│ ├── 首记录.bmp
│ ├── 启用帐簿.bmp
│ ├── 查询选择.bmp
│ ├── 试算平衡.bmp
│ └── 建立新帐簿.bmp
├── 代码
│ ├── Backup
│ │ ├── 财务管理系统
│ │ │ ├── AccountSetting.cs
│ │ │ ├── AccountSetting.resx
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CrystalReport1.cs
│ │ │ ├── CrystalReport1.rpt
│ │ │ ├── DataSet1.cs
│ │ │ ├── DataSet1.xsd
│ │ │ ├── DataSet1.xsx
│ │ │ ├── DataSet2.cs
│ │ │ ├── DataSet2.xsd
│ │ │ ├── DataSet2.xsx
│ │ │ ├── DetailQuery.cs
│ │ │ ├── DetailQuery.resx
│ │ │ ├── FinancialReport.cs
│ │ │ ├── FinancialReport.resx
│ │ │ ├── LedgerQuery.cs
│ │ │ ├── LedgerQuery.resx
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── SelectSubject.cs
│ │ │ ├── SelectSubject.resx
│ │ │ ├── SubjectSetting.cs
│ │ │ ├── SubjectSetting.resx
│ │ │ ├── TrialBalance.cs
│ │ │ ├── TrialBalance.resx
│ │ │ ├── WarrentInput.cs
│ │ │ ├── WarrentInput.resx
│ │ │ ├── 财务管理系统.csproj
│ │ │ └── 财务管理系统.csproj.user
│ │ ├── 财务管理系统.sln
│ │ └── 财务管理系统.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── 财务管理系统
│ │ ├── AccountSetting.cs
│ │ ├── AccountSetting.resx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── CrystalReport1.cs
│ │ ├── CrystalReport1.rpt
│ │ ├── DataSet1.Designer.cs
│ │ ├── DataSet1.cs
│ │ ├── DataSet1.xsc
│ │ ├── DataSet1.xsd
│ │ ├── DataSet1.xsx
│ │ ├── DataSet2.Designer.cs
│ │ ├── DataSet2.cs
│ │ ├── DataSet2.xsd
│ │ ├── DataSet2.xsx
│ │ ├── DetailQuery.cs
│ │ ├── DetailQuery.resx
│ │ ├── FinancialReport.cs
│ │ ├── FinancialReport.resx
│ │ ├── LedgerQuery.cs
│ │ ├── LedgerQuery.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── SelectSubject.cs
│ │ ├── SelectSubject.resx
│ │ ├── SubjectSetting.cs
│ │ ├── SubjectSetting.resx
│ │ ├── TrialBalance.cs
│ │ ├── TrialBalance.resx
│ │ ├── WarrentInput.cs
│ │ ├── WarrentInput.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── 财务管理系统.exe
│ │ │ │ ├── 财务管理系统.pdb
│ │ │ │ └── 财务管理系统.vshost.exe
│ │ │ └── Release
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ │ │ ├── DataSet1.cs.dll
│ │ │ │ │ ├── DataSet2.Designer.cs.dll
│ │ │ │ │ └── DataSet2.cs.dll
│ │ │ │ ├── temp
│ │ │ │ ├── 财务管理系统.AccountSetting.resources
│ │ │ │ ├── 财务管理系统.DetailQuery.resources
│ │ │ │ ├── 财务管理系统.FinancialReport.resources
│ │ │ │ ├── 财务管理系统.LedgerQuery.resources
│ │ │ │ ├── 财务管理系统.SelectSubject.resources
│ │ │ │ ├── 财务管理系统.SubjectSetting.resources
│ │ │ │ ├── 财务管理系统.TrialBalance.resources
│ │ │ │ ├── 财务管理系统.WarrentInput.resources
│ │ │ │ ├── 财务管理系统.csproj.FileListAbsolute.txt
│ │ │ │ ├── 财务管理系统.exe
│ │ │ │ ├── 财务管理系统.mainFrm.resources
│ │ │ │ ├── 财务管理系统.pdb
│ │ │ │ └── 财务管理系统.projdata
│ │ │ └── Release
│ │ │ ├── TempPE
│ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ ├── DataSet1.cs.dll
│ │ │ │ └── DataSet2.cs.dll
│ │ │ ├── temp
│ │ │ └── 财务管理系统.exe
│ │ ├── 财务管理系统.csproj
│ │ └── 财务管理系统.csproj.user
│ ├── 财务管理系统.sln
│ └── 财务管理系统.suo
└── 建库脚本
├── caiwubook_Data.MDF
├── caiwubook_Log.LDF
├── 财务管理系统.sql
└── 财务管理系统实例程序.sql
18 directories, 123 files