嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#记账本(读写TXT文件实现)
1、本实例使用VS2019编写
2、通过计算实现日历的操作
3、年月日下面的控件显示消费金额
4、打开Form1会判断今天消费记录有没有记录若没记录会跳转记录界面,确定保存。并且还会判断有没有设定计划,没有默认设置为900,
5、当这个月消费大于计划金额状态栏显红色,否则为绿
6、今日消费超过计划/月份的平均数,有温馨提示
7、一个textbox控件会根据点击的label控件的位置而改变
v2.0
1、修复了已知的BUG
2、新增跳转至本月功能
3、可在日历界面直接修改本天的消费,点击你要修改的日子即可
4、点击年月可修改,回车直接跳转输入的年月(范围1-9999年)
.
├── 记账本
│ ├── Class1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Form3.Designer.cs
│ ├── Form3.cs
│ ├── Form3.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── Data
│ │ ├── 记账本.exe
│ │ └── 记账本.pdb
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── 记账本.Form1.resources
│ │ ├── 记账本.Form2.resources
│ │ ├── 记账本.Form3.resources
│ │ ├── 记账本.Properties.Resources.resources
│ │ ├── 记账本.csproj.CoreCompileInputs.cache
│ │ ├── 记账本.csproj.FileListAbsolute.txt
│ │ ├── 记账本.csproj.GenerateResource.cache
│ │ ├── 记账本.exe
│ │ └── 记账本.pdb
│ ├── 记账本.csproj
│ └── 记账本.sln
└── 好例子网_记账本.zip
8 directories, 32 files