yangyin
2025-03-27 b0de14c2670b9ff0079dacfb4b7457b438368f11
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)