From aac3925c6a6541cbd68c816a49a51434859e4a32 Mon Sep 17 00:00:00 2001 From: Sunny Date: Fri, 12 Aug 2022 21:45:59 +0800 Subject: [PATCH] =?UTF-8?q?*=20UITreeView:=20=E5=8E=BB=E6=8E=89=E7=AA=97?= =?UTF-8?q?=E4=BD=93=E6=8E=A7=E4=BB=B6=E7=9A=84=E9=BB=98=E8=AE=A4=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Controls/UITreeView.cs | 1 - SunnyUI/Controls/UIUserControl.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/SunnyUI/Controls/UITreeView.cs b/SunnyUI/Controls/UITreeView.cs index 31f0f338..18f19db7 100644 --- a/SunnyUI/Controls/UITreeView.cs +++ b/SunnyUI/Controls/UITreeView.cs @@ -44,7 +44,6 @@ namespace Sunny.UI { [DefaultEvent("AfterSelect")] [DefaultProperty("Nodes")] - [Designer("System.Windows.Forms.Design.TreeViewDesigner, " + AssemblyRefEx.SystemDesign)] public sealed class UITreeView : UIPanel, IToolTip { private UIScrollBar Bar; diff --git a/SunnyUI/Controls/UIUserControl.cs b/SunnyUI/Controls/UIUserControl.cs index e8e387a1..77f83b7b 100644 --- a/SunnyUI/Controls/UIUserControl.cs +++ b/SunnyUI/Controls/UIUserControl.cs @@ -29,7 +29,6 @@ using System.Windows.Forms; #pragma warning disable 1591 namespace Sunny.UI { - [Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design", typeof(System.ComponentModel.Design.IDesigner))] [DefaultEvent("Click"), DefaultProperty("Text")] public partial class UIUserControl : UserControl, IStyleInterface, IZoomScale {