嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#个人财务管理系统(Ver2.0)
是原来C#个人财务管理系统的改进版,有原先的账户管理,更增加了个人金钱的管理。还有个别功能没有完善。
.
├── c#个人财务管理系统(源码 开发文档)
│ ├── Financial
│ │ ├── AboutBox_AboutUs.Designer.cs
│ │ ├── AboutBox_AboutUs.cs
│ │ ├── AboutBox_AboutUs.resx
│ │ ├── Account.cs
│ │ ├── AccountCollection.cs
│ │ ├── AccountManager.cs
│ │ ├── ClassDiagram1.cd
│ │ ├── FancyText.cs
│ │ ├── Financial.cs
│ │ ├── Financial.csproj
│ │ ├── Financial.csproj.user
│ │ ├── FinancialCollection.cs
│ │ ├── FinancialManager.cs
│ │ ├── FormAccountManage.Designer.cs
│ │ ├── FormAccountManage.cs
│ │ ├── FormAccountManage.resx
│ │ ├── FormAddAccount.Designer.cs
│ │ ├── FormAddAccount.cs
│ │ ├── FormAddAccount.resx
│ │ ├── FormAddFinancial.Designer.cs
│ │ ├── FormAddFinancial.cs
│ │ ├── FormAddFinancial.resx
│ │ ├── FormDebitManage.Designer.cs
│ │ ├── FormDebitManage.cs
│ │ ├── FormDebitManage.resx
│ │ ├── FormFinancialManage.Designer.cs
│ │ ├── FormFinancialManage.cs
│ │ ├── FormFinancialManage.resx
│ │ ├── FormLogin.Designer.cs
│ │ ├── FormLogin.cs
│ │ ├── FormLogin.resx
│ │ ├── FormMain.Designer.cs
│ │ ├── FormMain.cs
│ │ ├── FormMain.resx
│ │ ├── FormManageItem.Designer.cs
│ │ ├── FormManageItem.cs
│ │ ├── FormManageItem.resx
│ │ ├── FormPswModify.Designer.cs
│ │ ├── FormPswModify.cs
│ │ ├── FormPswModify.resx
│ │ ├── FormRegistNewUser.Designer.cs
│ │ ├── FormRegistNewUser.cs
│ │ ├── FormRegistNewUser.resx
│ │ ├── FormSortManege.Designer.cs
│ │ ├── FormSortManege.cs
│ │ ├── FormSortManege.resx
│ │ ├── FormSubFinancial.Designer.cs
│ │ ├── FormSubFinancial.cs
│ │ ├── FormSubFinancial.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Solution1.sln
│ │ ├── Solution1.suo
│ │ ├── User.cs
│ │ ├── UserCollection.cs
│ │ ├── UserManager.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Cal
│ │ │ │ │ ├── Functions
│ │ │ │ │ │ ├── Abs.cf
│ │ │ │ │ │ ├── Acos.cf
│ │ │ │ │ │ ├── Asin.cf
│ │ │ │ │ │ ├── Atan.cf
│ │ │ │ │ │ ├── Atann.cf
│ │ │ │ │ │ ├── BigMul.cf
│ │ │ │ │ │ ├── Cos.cf
│ │ │ │ │ │ ├── Cosh.cf
│ │ │ │ │ │ ├── Exp.cf
│ │ │ │ │ │ ├── Factarial.cf
│ │ │ │ │ │ ├── FuncionsList.xml
│ │ │ │ │ │ ├── Functions.dll
│ │ │ │ │ │ ├── Log.cf
│ │ │ │ │ │ ├── LogTwo.cf
│ │ │ │ │ │ ├── New_FunctionsDll
│ │ │ │ │ │ ├── Pow.cf
│ │ │ │ │ │ ├── Sin.cf
│ │ │ │ │ │ ├── Sinh.cf
│ │ │ │ │ │ ├── Sqrt.cf
│ │ │ │ │ │ ├── Tan.cf
│ │ │ │ │ │ ├── Tanh.cf
│ │ │ │ │ │ ├── classHeader.ch
│ │ │ │ │ │ ├── classTail.ct
│ │ │ │ │ │ └── using.us
│ │ │ │ │ ├── MyCal.exe
│ │ │ │ │ └── WinCal.exe
│ │ │ │ ├── Financial.exe
│ │ │ │ ├── Financial.pdb
│ │ │ │ ├── Financial.vshost.exe
│ │ │ │ ├── Image
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── add.jpg
│ │ │ │ │ ├── amend.jpg
│ │ │ │ │ ├── del.jpg
│ │ │ │ │ ├── exit.jpg
│ │ │ │ │ ├── input.jpg
│ │ │ │ │ ├── login.bmp
│ │ │ │ │ ├── login.jpg
│ │ │ │ │ ├── output.jpg
│ │ │ │ │ ├── print.jpg
│ │ │ │ │ ├── save.jpg
│ │ │ │ │ └── statistic.jpg
│ │ │ │ └── user
│ │ │ │ ├── lyy
│ │ │ │ │ ├── account.xml
│ │ │ │ │ └── financial.xml
│ │ │ │ ├── user.xml
│ │ │ │ └── zhou
│ │ │ │ └── account.xml
│ │ │ └── 新建 文本文档.txt
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── Financial.AboutBox_AboutUs.resources
│ │ │ ├── Financial.FormAccountManage.resources
│ │ │ ├── Financial.FormAddAccount.resources
│ │ │ ├── Financial.FormAddFinancial.resources
│ │ │ ├── Financial.FormDebitManage.resources
│ │ │ ├── Financial.FormFinancialManage.resources
│ │ │ ├── Financial.FormLogin.resources
│ │ │ ├── Financial.FormMain.resources
│ │ │ ├── Financial.FormManageItem.resources
│ │ │ ├── Financial.FormPswModify.resources
│ │ │ ├── Financial.FormRegistNewUser.resources
│ │ │ ├── Financial.FormSortManege.resources
│ │ │ ├── Financial.FormSubFinancial.resources
│ │ │ ├── Financial.Properties.Resources.resources
│ │ │ ├── Financial.csproj.FileListAbsolute.txt
│ │ │ ├── Financial.csproj.GenerateResource.Cache
│ │ │ ├── Financial.exe
│ │ │ ├── Financial.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Financial.csproj.FileList.txt
│ │ └── Financial.csproj.FileListAbsolute.txt
│ ├── Financial.sln
│ ├── Financial.suo
│ └── 文档
│ ├── 类.doc
│ ├── 个人理财需求.doc
│ ├── 软件测试计划.doc
│ ├── 个人理财软件概要设计.doc
│ └── 个人理财软件详细设计.doc
└── 好例子网_c#个人财务管理系统(源码 开发文档).zip
17 directories, 134 files