From d6a9fe18b94a003d8be6f8c1f1ba17b8e68a07ec Mon Sep 17 00:00:00 2001 From: rain Date: Sat, 9 May 2026 11:19:43 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Strings.en-US.xaml | 7 +++++++ Resources/Strings.zh-CN.xaml | 8 ++++++-- Window8.xaml | 10 +++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Resources/Strings.en-US.xaml b/Resources/Strings.en-US.xaml index eeb7d11..ae3fb12 100644 --- a/Resources/Strings.en-US.xaml +++ b/Resources/Strings.en-US.xaml @@ -168,6 +168,13 @@ Inhalation calibration Pressure calibration Basic parameter settings + + + 实时流量监测系统 + 流量实时监测折线图 + 开始监测 + 停止监测 + 清空数据 Workstation curve description: diff --git a/Resources/Strings.zh-CN.xaml b/Resources/Strings.zh-CN.xaml index d093144..8445b76 100644 --- a/Resources/Strings.zh-CN.xaml +++ b/Resources/Strings.zh-CN.xaml @@ -168,9 +168,13 @@ 吸气校准 压力校准 基础参数设置 + - - + Real-time traffic monitoring system + Real-time traffic monitoring line graph + Start monitoring + Stop monitoring + Clear data diff --git a/Window8.xaml b/Window8.xaml index 7cf987b..ce6de94 100644 --- a/Window8.xaml +++ b/Window8.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:oxy="http://oxyplot.org/wpf" - Title="实时流量监测系统" Height="768" Width="1204" + Title="{DynamicResource WatchData}" Height="768" Width="1204" Loaded="Window_Loaded" Background="#F0F2F5"> @@ -51,7 +51,7 @@ - + @@ -63,11 +63,11 @@ -