基本信息
源码名称:c#财务管理系统(源码+开发文档).rar
源码大小:1.30M
文件格式:.rar
开发语言:C#
更新时间:2023-07-25
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
c#财务管理系统(源码 开发文档).rar
一个C#开发的财务管理系统,源码加开发文档,网上找的资源,分享学习用。
文件清单
└── c#财务管理系统(源码 开发文档)
├── Financial
│ ├── AboutBox_AboutUs.cs
│ ├── AboutBox_AboutUs.Designer.cs
│ ├── AboutBox_AboutUs.resx
│ ├── AccountCollection.cs
│ ├── Account.cs
│ ├── AccountManager.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Cal
│ │ │ ├── Functions
│ │ │ │ ├── Abs.cf
│ │ │ │ ├── Acos.cf
│ │ │ │ ├── Asin.cf
│ │ │ │ ├── Atan.cf
│ │ │ │ ├── Atann.cf
│ │ │ │ ├── BigMul.cf
│ │ │ │ ├── classHeader.ch
│ │ │ │ ├── classTail.ct
│ │ │ │ ├── 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
│ │ │ │ └── using.us
│ │ │ ├── MyCal.exe
│ │ │ └── WinCal.exe
│ │ ├── Financial.exe
│ │ ├── Financial.pdb
│ │ ├── Financial.vshost.exe
│ │ ├── Image
│ │ │ ├── add.jpg
│ │ │ ├── amend.jpg
│ │ │ ├── del.jpg
│ │ │ ├── exit.jpg
│ │ │ ├── input.jpg
│ │ │ ├── login.bmp
│ │ │ ├── login.jpg
│ │ │ ├── output.jpg
│ │ │ ├── print.jpg
│ │ │ ├── save.jpg
│ │ │ └── statistic.jpg
│ │ └── user
│ │ ├── user.xml
│ │ └── zhou
│ │ └── account.xml
│ ├── ClassDiagram1.cd
│ ├── FancyText.cs
│ ├── Financial.csproj
│ ├── Financial.csproj.user
│ ├── FormAccountManage.cs
│ ├── FormAccountManage.Designer.cs
│ ├── FormAccountManage.resx
│ ├── FormAddAccount.cs
│ ├── FormAddAccount.Designer.cs
│ ├── FormAddAccount.resx
│ ├── FormDebitManage.cs
│ ├── FormDebitManage.Designer.cs
│ ├── FormDebitManage.resx
│ ├── FormFinancialManage.cs
│ ├── FormFinancialManage.Designer.cs
│ ├── FormFinancialManage.resx
│ ├── FormLogin.cs
│ ├── FormLogin.Designer.cs
│ ├── FormLogin.resx
│ ├── FormMain.cs
│ ├── FormMain.Designer.cs
│ ├── FormMain.resx
│ ├── FormManageItem.cs
│ ├── FormManageItem.Designer.cs
│ ├── FormManageItem.resx
│ ├── FormPswModify.cs
│ ├── FormPswModify.Designer.cs
│ ├── FormPswModify.resx
│ ├── FormRegistNewUser.cs
│ ├── FormRegistNewUser.Designer.cs
│ ├── FormRegistNewUser.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Financial.AboutBox_AboutUs.resources
│ │ │ ├── Financial.csproj.GenerateResource.Cache
│ │ │ ├── Financial.exe
│ │ │ ├── Financial.FormAccountManage.resources
│ │ │ ├── Financial.FormAddAccount.resources
│ │ │ ├── Financial.FormDebitManage.resources
│ │ │ ├── Financial.FormFinancialManage.resources
│ │ │ ├── Financial.FormLogin.resources
│ │ │ ├── Financial.FormMain.resources
│ │ │ ├── Financial.FormManageItem.resources
│ │ │ ├── Financial.FormPswModify.resources
│ │ │ ├── Financial.FormRegistNewUser.resources
│ │ │ ├── Financial.pdb
│ │ │ ├── Financial.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ └── user
│ │ │ └── user.xml
│ │ └── Financial.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── UserCollection.cs
│ ├── User.cs
│ ├── UserManager.cs
│ └── VS盒子.txt
├── Financial.sln
├── Financial.suo
└── 文档
├── VS盒子.txt
├── 个人理财软件概要设计.doc
├── 个人理财软件详细设计.doc
├── 个人理财需求.doc
├── 类.doc
└── 软件测试计划.doc
17 directories, 112 files
c#财务管理系统(源码 开发文档).rar
一个C#开发的财务管理系统,源码加开发文档,网上找的资源,分享学习用。
文件清单
└── c#财务管理系统(源码 开发文档)
├── Financial
│ ├── AboutBox_AboutUs.cs
│ ├── AboutBox_AboutUs.Designer.cs
│ ├── AboutBox_AboutUs.resx
│ ├── AccountCollection.cs
│ ├── Account.cs
│ ├── AccountManager.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Cal
│ │ │ ├── Functions
│ │ │ │ ├── Abs.cf
│ │ │ │ ├── Acos.cf
│ │ │ │ ├── Asin.cf
│ │ │ │ ├── Atan.cf
│ │ │ │ ├── Atann.cf
│ │ │ │ ├── BigMul.cf
│ │ │ │ ├── classHeader.ch
│ │ │ │ ├── classTail.ct
│ │ │ │ ├── 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
│ │ │ │ └── using.us
│ │ │ ├── MyCal.exe
│ │ │ └── WinCal.exe
│ │ ├── Financial.exe
│ │ ├── Financial.pdb
│ │ ├── Financial.vshost.exe
│ │ ├── Image
│ │ │ ├── add.jpg
│ │ │ ├── amend.jpg
│ │ │ ├── del.jpg
│ │ │ ├── exit.jpg
│ │ │ ├── input.jpg
│ │ │ ├── login.bmp
│ │ │ ├── login.jpg
│ │ │ ├── output.jpg
│ │ │ ├── print.jpg
│ │ │ ├── save.jpg
│ │ │ └── statistic.jpg
│ │ └── user
│ │ ├── user.xml
│ │ └── zhou
│ │ └── account.xml
│ ├── ClassDiagram1.cd
│ ├── FancyText.cs
│ ├── Financial.csproj
│ ├── Financial.csproj.user
│ ├── FormAccountManage.cs
│ ├── FormAccountManage.Designer.cs
│ ├── FormAccountManage.resx
│ ├── FormAddAccount.cs
│ ├── FormAddAccount.Designer.cs
│ ├── FormAddAccount.resx
│ ├── FormDebitManage.cs
│ ├── FormDebitManage.Designer.cs
│ ├── FormDebitManage.resx
│ ├── FormFinancialManage.cs
│ ├── FormFinancialManage.Designer.cs
│ ├── FormFinancialManage.resx
│ ├── FormLogin.cs
│ ├── FormLogin.Designer.cs
│ ├── FormLogin.resx
│ ├── FormMain.cs
│ ├── FormMain.Designer.cs
│ ├── FormMain.resx
│ ├── FormManageItem.cs
│ ├── FormManageItem.Designer.cs
│ ├── FormManageItem.resx
│ ├── FormPswModify.cs
│ ├── FormPswModify.Designer.cs
│ ├── FormPswModify.resx
│ ├── FormRegistNewUser.cs
│ ├── FormRegistNewUser.Designer.cs
│ ├── FormRegistNewUser.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Financial.AboutBox_AboutUs.resources
│ │ │ ├── Financial.csproj.GenerateResource.Cache
│ │ │ ├── Financial.exe
│ │ │ ├── Financial.FormAccountManage.resources
│ │ │ ├── Financial.FormAddAccount.resources
│ │ │ ├── Financial.FormDebitManage.resources
│ │ │ ├── Financial.FormFinancialManage.resources
│ │ │ ├── Financial.FormLogin.resources
│ │ │ ├── Financial.FormMain.resources
│ │ │ ├── Financial.FormManageItem.resources
│ │ │ ├── Financial.FormPswModify.resources
│ │ │ ├── Financial.FormRegistNewUser.resources
│ │ │ ├── Financial.pdb
│ │ │ ├── Financial.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ └── user
│ │ │ └── user.xml
│ │ └── Financial.csproj.FileList.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── UserCollection.cs
│ ├── User.cs
│ ├── UserManager.cs
│ └── VS盒子.txt
├── Financial.sln
├── Financial.suo
└── 文档
├── VS盒子.txt
├── 个人理财软件概要设计.doc
├── 个人理财软件详细设计.doc
├── 个人理财需求.doc
├── 类.doc
└── 软件测试计划.doc
17 directories, 112 files