From 9cdc1a0ed62b3672b63f065e2e2a98d46f966430 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 11 十二月 2024 18:15:21 +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