嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于C#的一个个人理财管理系统
一个还算简单的系统 自己用过 并通过了答辩
.
├── C#个人理财
│ ├── MoneyAgent
│ │ ├── Libs
│ │ │ ├── BankCardAccessor.cs
│ │ │ ├── BankCardInfo.cs
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── IncomAccessor.cs
│ │ │ ├── IncomRecord.cs
│ │ │ ├── Libs.csproj
│ │ │ ├── MoneyNoteDataSet.Designer.cs
│ │ │ ├── MoneyNoteDataSet.xsc
│ │ │ ├── MoneyNoteDataSet.xsd
│ │ │ ├── MoneyNoteDataSet.xss
│ │ │ ├── OneNote 目录.onetoc2
│ │ │ ├── OtherClasses.cs
│ │ │ ├── OutAccessor.cs
│ │ │ ├── OutRecord.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── OneNote 目录.onetoc2
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UserAccessor.cs
│ │ │ ├── UserInfo.cs
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Libs.dll
│ │ │ │ └── Libs.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Libs.csproj.FileListAbsolute.txt
│ │ │ ├── Libs.dll
│ │ │ ├── Libs.pdb
│ │ │ └── TempPE
│ │ │ └── MoneyNoteDataSet.Designer.cs.dll
│ │ ├── MoneyAgent
│ │ │ ├── AboutDlg.Designer.cs
│ │ │ ├── AboutDlg.cs
│ │ │ ├── AboutDlg.resx
│ │ │ ├── AddBankCardDlg.Designer.cs
│ │ │ ├── AddBankCardDlg.cs
│ │ │ ├── AddBankCardDlg.resx
│ │ │ ├── AddUserDlg.Designer.cs
│ │ │ ├── AddUserDlg.cs
│ │ │ ├── AddUserDlg.resx
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FrmMain.Designer.cs
│ │ │ ├── FrmMain.cs
│ │ │ ├── FrmMain.resx
│ │ │ ├── InRecDlg.Designer.cs
│ │ │ ├── InRecDlg.cs
│ │ │ ├── InRecDlg.resx
│ │ │ ├── LoginDlg.Designer.cs
│ │ │ ├── LoginDlg.cs
│ │ │ ├── LoginDlg.resx
│ │ │ ├── ModifyBankCardDlg.Designer.cs
│ │ │ ├── ModifyBankCardDlg.cs
│ │ │ ├── ModifyBankCardDlg.resx
│ │ │ ├── ModifyPwdDlg.Designer.cs
│ │ │ ├── ModifyPwdDlg.cs
│ │ │ ├── ModifyPwdDlg.resx
│ │ │ ├── MoneyAgent.csproj
│ │ │ ├── MoneyAgent.csproj.user
│ │ │ ├── OneNote 目录.onetoc2
│ │ │ ├── OutRecDlg.cs
│ │ │ ├── OutRecDlg.designer.cs
│ │ │ ├── OutRecDlg.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── OneNote 目录.onetoc2
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UserGuidDlg.Designer.cs
│ │ │ ├── UserGuidDlg.cs
│ │ │ ├── UserGuidDlg.resx
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Libs.dll
│ │ │ │ ├── Libs.pdb
│ │ │ │ ├── MoneyAgent.pdb
│ │ │ │ └── MoneyAgent.vshost.exe.manifest
│ │ │ ├── cs.bmp
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── MoneyAgent.AboutDlg.resources
│ │ │ ├── MoneyAgent.AddBankCardDlg.resources
│ │ │ ├── MoneyAgent.AddUserDlg.resources
│ │ │ ├── MoneyAgent.FrmMain.resources
│ │ │ ├── MoneyAgent.InRecDlg.resources
│ │ │ ├── MoneyAgent.LoginDlg.resources
│ │ │ ├── MoneyAgent.ModifyBankCardDlg.resources
│ │ │ ├── MoneyAgent.ModifyPwdDlg.resources
│ │ │ ├── MoneyAgent.OutRecDlg.resources
│ │ │ ├── MoneyAgent.Properties.Resources.resources
│ │ │ ├── MoneyAgent.UserGuidDlg.resources
│ │ │ ├── MoneyAgent.csproj.FileListAbsolute.txt
│ │ │ ├── MoneyAgent.csproj.GenerateResource.Cache
│ │ │ ├── MoneyAgent.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── MoneyAgent.sln
│ │ ├── MoneyAgent.suo
│ │ ├── OneNote 目录.onetoc2
│ │ └── data
│ │ ├── MoneyNote.accdb
│ │ ├── MoneyNote.mdb
│ │ ├── MoneyNote.mdf
│ │ ├── MoneyNote_log.LDF
│ │ └── OneNote 目录.onetoc2
│ ├── c# 2010 期末大作业要求.doc
│ └── c#计算机.doc
└── 基于C#的一个个人理财管理系统.rar
17 directories, 103 files