From bb349d756c4af1257eadaa76a40af3045584b9d2 Mon Sep 17 00:00:00 2001 From: ValAnn Date: Sat, 9 Dec 2023 12:28:46 +0400 Subject: [PATCH] done done done --- DumpTruck/DumpTruck/FormCarConfig.Designer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DumpTruck/DumpTruck/FormCarConfig.Designer.cs b/DumpTruck/DumpTruck/FormCarConfig.Designer.cs index 97e2163..f949a84 100644 --- a/DumpTruck/DumpTruck/FormCarConfig.Designer.cs +++ b/DumpTruck/DumpTruck/FormCarConfig.Designer.cs @@ -130,7 +130,7 @@ // panelPurple // this.panelPurple.AllowDrop = true; - this.panelPurple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); + this.panelPurple.BackColor = System.Drawing.Color.Fuchsia; this.panelPurple.Location = new System.Drawing.Point(156, 106); this.panelPurple.Name = "panelPurple"; this.panelPurple.Size = new System.Drawing.Size(57, 53); @@ -139,7 +139,7 @@ // panelLightBlue // this.panelLightBlue.AllowDrop = true; - this.panelLightBlue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); + this.panelLightBlue.BackColor = System.Drawing.Color.Cyan; this.panelLightBlue.Location = new System.Drawing.Point(13, 106); this.panelLightBlue.Name = "panelLightBlue"; this.panelLightBlue.Size = new System.Drawing.Size(57, 53); @@ -148,7 +148,7 @@ // panelYellow // this.panelYellow.AllowDrop = true; - this.panelYellow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); + this.panelYellow.BackColor = System.Drawing.Color.Yellow; this.panelYellow.Location = new System.Drawing.Point(156, 35); this.panelYellow.Name = "panelYellow"; this.panelYellow.Size = new System.Drawing.Size(57, 53); @@ -157,7 +157,7 @@ // panelBlue // this.panelBlue.AllowDrop = true; - this.panelBlue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); + this.panelBlue.BackColor = System.Drawing.Color.Blue; this.panelBlue.Location = new System.Drawing.Point(86, 106); this.panelBlue.Name = "panelBlue"; this.panelBlue.Size = new System.Drawing.Size(57, 53); @@ -175,7 +175,7 @@ // panelOrange // this.panelOrange.AllowDrop = true; - this.panelOrange.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); + this.panelOrange.BackColor = System.Drawing.Color.Orange; this.panelOrange.Location = new System.Drawing.Point(86, 35); this.panelOrange.Name = "panelOrange"; this.panelOrange.Size = new System.Drawing.Size(57, 53); @@ -184,7 +184,7 @@ // panelRed // this.panelRed.AllowDrop = true; - this.panelRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); + this.panelRed.BackColor = System.Drawing.Color.Red; this.panelRed.Location = new System.Drawing.Point(13, 35); this.panelRed.Name = "panelRed"; this.panelRed.Size = new System.Drawing.Size(57, 53);