цвета поменяла, теперь точно готово
This commit is contained in:
parent
545ac210cf
commit
acebbbaff7
@ -125,7 +125,7 @@
|
|||||||
//
|
//
|
||||||
// panelPurple
|
// panelPurple
|
||||||
//
|
//
|
||||||
panelPurple.BackColor = Color.Orchid;
|
panelPurple.BackColor = Color.Plum;
|
||||||
panelPurple.Location = new Point(163, 59);
|
panelPurple.Location = new Point(163, 59);
|
||||||
panelPurple.Margin = new Padding(3, 2, 3, 2);
|
panelPurple.Margin = new Padding(3, 2, 3, 2);
|
||||||
panelPurple.Name = "panelPurple";
|
panelPurple.Name = "panelPurple";
|
||||||
@ -135,7 +135,7 @@
|
|||||||
//
|
//
|
||||||
// panelYellow
|
// panelYellow
|
||||||
//
|
//
|
||||||
panelYellow.BackColor = Color.Yellow;
|
panelYellow.BackColor = Color.FromArgb(255, 255, 128);
|
||||||
panelYellow.Location = new Point(163, 20);
|
panelYellow.Location = new Point(163, 20);
|
||||||
panelYellow.Margin = new Padding(3, 2, 3, 2);
|
panelYellow.Margin = new Padding(3, 2, 3, 2);
|
||||||
panelYellow.Name = "panelYellow";
|
panelYellow.Name = "panelYellow";
|
||||||
@ -145,7 +145,7 @@
|
|||||||
//
|
//
|
||||||
// panelBlack
|
// panelBlack
|
||||||
//
|
//
|
||||||
panelBlack.BackColor = Color.Black;
|
panelBlack.BackColor = Color.FromArgb(64, 64, 64);
|
||||||
panelBlack.Location = new Point(113, 59);
|
panelBlack.Location = new Point(113, 59);
|
||||||
panelBlack.Margin = new Padding(3, 2, 3, 2);
|
panelBlack.Margin = new Padding(3, 2, 3, 2);
|
||||||
panelBlack.Name = "panelBlack";
|
panelBlack.Name = "panelBlack";
|
||||||
@ -155,7 +155,7 @@
|
|||||||
//
|
//
|
||||||
// panelBlue
|
// panelBlue
|
||||||
//
|
//
|
||||||
panelBlue.BackColor = Color.CornflowerBlue;
|
panelBlue.BackColor = Color.SkyBlue;
|
||||||
panelBlue.Location = new Point(113, 20);
|
panelBlue.Location = new Point(113, 20);
|
||||||
panelBlue.Margin = new Padding(3, 2, 3, 2);
|
panelBlue.Margin = new Padding(3, 2, 3, 2);
|
||||||
panelBlue.Name = "panelBlue";
|
panelBlue.Name = "panelBlue";
|
||||||
@ -175,7 +175,7 @@
|
|||||||
//
|
//
|
||||||
// panelGreen
|
// panelGreen
|
||||||
//
|
//
|
||||||
panelGreen.BackColor = Color.YellowGreen;
|
panelGreen.BackColor = Color.DarkSeaGreen;
|
||||||
panelGreen.Location = new Point(64, 20);
|
panelGreen.Location = new Point(64, 20);
|
||||||
panelGreen.Margin = new Padding(3, 2, 3, 2);
|
panelGreen.Margin = new Padding(3, 2, 3, 2);
|
||||||
panelGreen.Name = "panelGreen";
|
panelGreen.Name = "panelGreen";
|
||||||
@ -195,7 +195,7 @@
|
|||||||
//
|
//
|
||||||
// panelRed
|
// panelRed
|
||||||
//
|
//
|
||||||
panelRed.BackColor = Color.IndianRed;
|
panelRed.BackColor = Color.Salmon;
|
||||||
panelRed.Location = new Point(14, 20);
|
panelRed.Location = new Point(14, 20);
|
||||||
panelRed.Margin = new Padding(3, 2, 3, 2);
|
panelRed.Margin = new Padding(3, 2, 3, 2);
|
||||||
panelRed.Name = "panelRed";
|
panelRed.Name = "panelRed";
|
||||||
|
Loading…
Reference in New Issue
Block a user