tangxu
2024-10-22 7a0d1efa4784d176a32f182ecae671711e98ca92
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;