This commit is contained in:
xyy
2026-05-11 19:06:26 +08:00
parent 3dece416fa
commit 7780b4758b
26 changed files with 428 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
<Window x:Class="ShanghaiEnvironmentalTechnology.ParameterConfigWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="参数配置界面" Height="768" Width="1024"
Title="参数配置界面" WindowState="Maximized" Height="768" Width="1024"
WindowStartupLocation="CenterScreen"
Loaded="Window_Loaded"
Background="#F5F7FA">