commit 92fb6714fc8a3729fc7f5b9986587ea907ef95b9 Author: editor <@51Aspx.com> Date: Sun Apr 28 13:41:22 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..e0c5689 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,54 @@ +WPF仪表板数据显示程序 + + + 一、源码描述 + + + WPF仪表板数据显示程序 + + + 环境:VS2022 WPF + + + + + + 二、功能介绍 + + + 一套科技风格的WPF仪表板数据显示控件,其中的控件手写实现。 + + + + + + 三、注意事项 + + + ctrl+F5运行即可。 + + + + + + +作者: coderbest + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/DataDisplay +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/DSF.Net/Controllers/Button/PopButton.xaml b/DSF.Net/Controllers/Button/PopButton.xaml new file mode 100644 index 0000000..1746d99 --- /dev/null +++ b/DSF.Net/Controllers/Button/PopButton.xaml @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/DSF.Net/Controllers/Button/PopButton.xaml.cs b/DSF.Net/Controllers/Button/PopButton.xaml.cs new file mode 100644 index 0000000..c328c89 --- /dev/null +++ b/DSF.Net/Controllers/Button/PopButton.xaml.cs @@ -0,0 +1,15 @@ +using DSF.Net.Controllers.Theme; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; diff --git a/DSF.Net/Controllers/Label/AlertIndicator.xaml b/DSF.Net/Controllers/Label/AlertIndicator.xaml new file mode 100644 index 0000000..26a0f88 --- /dev/null +++ b/DSF.Net/Controllers/Label/AlertIndicator.xaml @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/DSF.Net/Controllers/Label/AlertIndicator.xaml.cs b/DSF.Net/Controllers/Label/AlertIndicator.xaml.cs new file mode 100644 index 0000000..c12396b --- /dev/null +++ b/DSF.Net/Controllers/Label/AlertIndicator.xaml.cs @@ -0,0 +1,15 @@ +using DSF.Net.Controllers.Theme; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; diff --git a/DSF.Net/Controllers/Label/IntRecLabel.xaml b/DSF.Net/Controllers/Label/IntRecLabel.xaml new file mode 100644 index 0000000..89fa1d8 --- /dev/null +++ b/DSF.Net/Controllers/Label/IntRecLabel.xaml @@ -0,0 +1,15 @@ + + + + + + + +