From 3522c776d012fa681de66ae2eb41d34358148695 Mon Sep 17 00:00:00 2001 From: ZhaoGang <15196688790@163.com> Date: Tue, 17 Dec 2024 13:39:08 +0800 Subject: [PATCH] =?UTF-8?q?RadioButton=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BPASmartClient.Academy/App.xaml | 4 ++ .../BPASmartClient.Academy.csproj | 1 + BPASmartClient.Academy/Themes/Generic.xaml | 13 ++-- BPASmartClient.Academy/Themes/RadioButton.cs | 33 ++++++++++ .../View/DeviceMotion_2View.xaml | 30 ++++++++-- .../View/ReactionKettle50LView.xaml | 60 ++++++++++++++----- 6 files changed, 116 insertions(+), 25 deletions(-) create mode 100644 BPASmartClient.Academy/Themes/RadioButton.cs diff --git a/BPASmartClient.Academy/App.xaml b/BPASmartClient.Academy/App.xaml index 789bee5f..26a48197 100644 --- a/BPASmartClient.Academy/App.xaml +++ b/BPASmartClient.Academy/App.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:con="clr-namespace:BPASmartClient.CustomResource.Converters;assembly=BPASmartClient.CustomResource" xmlns:convert="clr-namespace:BPASmartClient.Academy.Converter" + xmlns:converters="http://schemas.superdev.ch/valueconverters/2016/xaml" xmlns:local="clr-namespace:BPASmartClient.Academy"> @@ -47,6 +48,9 @@ + + + diff --git a/BPASmartClient.Academy/BPASmartClient.Academy.csproj b/BPASmartClient.Academy/BPASmartClient.Academy.csproj index fffb170e..8c7f30a7 100644 --- a/BPASmartClient.Academy/BPASmartClient.Academy.csproj +++ b/BPASmartClient.Academy/BPASmartClient.Academy.csproj @@ -24,6 +24,7 @@ + diff --git a/BPASmartClient.Academy/Themes/Generic.xaml b/BPASmartClient.Academy/Themes/Generic.xaml index ce69cdf7..37a14815 100644 --- a/BPASmartClient.Academy/Themes/Generic.xaml +++ b/BPASmartClient.Academy/Themes/Generic.xaml @@ -1,13 +1,16 @@  -