From b0de14c2670b9ff0079dacfb4b7457b438368f11 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 27 三月 2025 10:17:53 +0800 Subject: [PATCH] 添加导出直线圆弧数据 --- WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/TextBoxEdit/MaterialTextBoxEdit.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/TextBoxEdit/MaterialTextBoxEdit.cs b/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/TextBoxEdit/MaterialTextBoxEdit.cs index 9233b5e..aa07b46 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/TextBoxEdit/MaterialTextBoxEdit.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/TextBoxEdit/MaterialTextBoxEdit.cs @@ -1020,7 +1020,7 @@ bool userTextPresent = !string.IsNullOrEmpty(Text); Rectangle helperTextRect = new(LEFT_PADDING - _prefix_padding, LINE_Y + ACTIVATION_INDICATOR_HEIGHT, Width - (LEFT_PADDING - _prefix_padding) - _right_padding, HELPER_TEXT_HEIGHT); Rectangle hintRect = new(_left_padding - _prefix_padding, HINT_TEXT_SMALL_Y, Width - (_left_padding - _prefix_padding) - _right_padding, HINT_TEXT_SMALL_SIZE); - int hintTextSize = 12; + int hintTextSize = 8; // bottom line base g.FillRectangle(SkinManager.DividersAlternativeBrush, 0, LINE_Y, Width, 1); @@ -1348,7 +1348,7 @@ new(destRect.Width, 0), new(0, destRect.Height), }, - destRect, GraphicsUnit.Pixel, grayImageAttributes); + destRect, GraphicsUnit.Pixel);// 涓嶈鐏拌壊 , grayImageAttributes); } //Create a pre - processed copy of the image(RED) @@ -1405,7 +1405,7 @@ new(destRect.Width, 0), new(0, destRect.Height), }, - destRect, GraphicsUnit.Pixel, grayImageAttributes); + destRect, GraphicsUnit.Pixel);//, grayImageAttributes); } //Create a pre - processed copy of the image(RED) -- Gitblit v1.9.3