From 36616eb44dc36a4e6e3e7a7540310cb850218ea9 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 13 一月 2025 17:38:04 +0800 Subject: [PATCH] 更改断面输入高亮显示 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/DebugRLT/UserControl1.Designer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/DebugRLT/UserControl1.Designer.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/DebugRLT/UserControl1.Designer.cs index 8a3d5d7..c51c501 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/DebugRLT/UserControl1.Designer.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/DebugRLT/UserControl1.Designer.cs @@ -44,7 +44,7 @@ // // pictureBox1 // - pictureBox1.Image = Properties.Resources.Need16; + pictureBox1.Image = Properties.Resources.VisibleGray32; pictureBox1.Location = new System.Drawing.Point(19, 74); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(100, 50); -- Gitblit v1.9.3