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