From a7c780692ab2d8072ad4cae0fecbf851c27231d9 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 20 十二月 2024 11:57:29 +0800 Subject: [PATCH] 曲线匹配修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportHelper.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportHelper.cs index 58e6ace..9aa9343 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportHelper.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/12-report/02-helper/SimulationWorkingReportHelper.cs @@ -591,8 +591,8 @@ Text_left_12_black.structureTextAndImage(vm.Working.LossCurveImagePath, 210, 400); Text_left_12_black.structureLeft20Text("2.5銆佹崯澶辩粺璁�"); var pathList = new List<string>() { vm.Working.EnergyInputImagePath, vm.Working.EnergyLossImagePath }; - Text_left_12_black.structureImagesInRow(pathList, 110, 220); - Text_left_12_black.structureTextAndImage(vm.Working.EnergyStatisticsImagePath, 50, 440); + Text_left_12_black.structureImagesInRow(pathList, 80, 210); + Text_left_12_black.structureTextAndImage(vm.Working.EnergyStatisticsImagePath, 50, 420); Text_left_15_black.structureText("涓夛級\t鑺傝兘鎶�鏀规柟妗堜笌璁捐鎸囨爣"); Text_left_12_black.structureLeft20Text("3.1銆佽璁′緷鎹�"); -- Gitblit v1.9.3