tangxu
2024-12-16 23fadc9cb0c09b665a1bbcef7eaf16f916045dc4
WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/TextBox/PoisonTextBox.cs
@@ -1072,11 +1072,11 @@
            // 
            lnkClear.FontSize = PoisonLinkLabelSize.Medium;
            lnkClear.FontWeight = PoisonLinkLabelWeight.Regular;
            lnkClear.Image = Properties.Resources.lnkClearImage;
            lnkClear.Image = Properties.Resources.lnkClear_Image;
            lnkClear.ImageSize = 10;
            lnkClear.Location = new(654, 96);
            lnkClear.Name = "lnkClear";
            lnkClear.Image = Properties.Resources.lnkClearNoFocusImage;
            lnkClear.Image = Properties.Resources.lnkClear_NoFocusImage;
            lnkClear.Size = new(12, 12);
            lnkClear.TabIndex = 2;
            lnkClear.UseSelectable = true;