From 7c2d968b3e74a713a2286d4c8421ad41b0a1e5ea Mon Sep 17 00:00:00 2001 From: ivans Date: Wed, 24 Apr 2024 12:22:02 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B0=D0=BB=20=D0=BB=D0=B0=D0=B105?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectSeaplane/ProjectSeaplane/FormPlaneConfig.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProjectSeaplane/ProjectSeaplane/FormPlaneConfig.Designer.cs b/ProjectSeaplane/ProjectSeaplane/FormPlaneConfig.Designer.cs index 909fa48..76082eb 100644 --- a/ProjectSeaplane/ProjectSeaplane/FormPlaneConfig.Designer.cs +++ b/ProjectSeaplane/ProjectSeaplane/FormPlaneConfig.Designer.cs @@ -290,6 +290,7 @@ // // labelAdditionalColor // + labelAdditionalColor.AllowDrop = true; labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle; labelAdditionalColor.Location = new Point(105, 9); labelAdditionalColor.Name = "labelAdditionalColor"; @@ -302,6 +303,7 @@ // // labelBodyColor // + labelBodyColor.AllowDrop = true; labelBodyColor.BorderStyle = BorderStyle.FixedSingle; labelBodyColor.Location = new Point(12, 9); labelBodyColor.Name = "labelBodyColor";