From 37aee9ad6af7cf370e867dd2fa8a47f27f80a01f Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Mon, 20 Nov 2023 21:37:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B1=D0=B0=D0=B3?= =?UTF-8?q?=D0=B0=20=D1=81=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectStormtrooper/FormPlaneConfig.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectStormtrooper/ProjectStormtrooper/FormPlaneConfig.Designer.cs b/ProjectStormtrooper/ProjectStormtrooper/FormPlaneConfig.Designer.cs index 9a1f06d..21c56ed 100644 --- a/ProjectStormtrooper/ProjectStormtrooper/FormPlaneConfig.Designer.cs +++ b/ProjectStormtrooper/ProjectStormtrooper/FormPlaneConfig.Designer.cs @@ -97,7 +97,7 @@ // // panelColorPink // - panelColorPink.BackColor = Color.FromArgb(255, 192, 192); + panelColorPink.BackColor = Color.PeachPuff; panelColorPink.Location = new Point(241, 89); panelColorPink.Name = "panelColorPink"; panelColorPink.Size = new Size(50, 50); @@ -121,7 +121,7 @@ // // panelColorBrown // - panelColorBrown.BackColor = Color.FromArgb(192, 64, 0); + panelColorBrown.BackColor = Color.DarkRed; panelColorBrown.Location = new Point(17, 89); panelColorBrown.Name = "panelColorBrown"; panelColorBrown.Size = new Size(50, 50);