From 9273f6db4274cfef458610838572bbb68071f4dd Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Wed, 26 Mar 2025 19:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B9=B2=E5=BA=A6=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CapMachine.Shared/Controls/Meter.xaml | 60 +++++--- .../PPCalculation/DrynessCALCHelper.cs | 135 ++++++++++++++++++ .../PPCalculation/DrynessREFPROP.cs | 81 +++++++++++ .../Services/MachineRtDataService.cs | 12 +- CapMachine.Wpf/ViewModels/MonitorViewModel.cs | 2 +- CapMachine.Wpf/Views/MonitorView.xaml | 4 +- 6 files changed, 264 insertions(+), 30 deletions(-) create mode 100644 CapMachine.Wpf/PPCalculation/DrynessCALCHelper.cs create mode 100644 CapMachine.Wpf/PPCalculation/DrynessREFPROP.cs diff --git a/CapMachine.Shared/Controls/Meter.xaml b/CapMachine.Shared/Controls/Meter.xaml index 67fe2c8..17737a1 100644 --- a/CapMachine.Shared/Controls/Meter.xaml +++ b/CapMachine.Shared/Controls/Meter.xaml @@ -7,61 +7,62 @@ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Name="MeterInstance" - Width="140" + Width="82" Height="155" BorderBrush="Gray" mc:Ignorable="d"> - - + + - - + + - + + - + - +